-
Notifications
You must be signed in to change notification settings - Fork 480
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Slightly more extensive weather request/response logging #81
Conversation
Heyho @savonarola, can you explain why you would need it that verbose? |
Hello! I have tried to setup wego and obtained an api key, but kept getting only "Unable to get weather data: http status 403" message. So I had to add some logging to see the full message:
to understand what was wrong. |
That did probably not help much? It still just says Sometimes the worldweatheronline service has some downtime, so I would rather like a second backend (openweathermap was requested some time ago) if you want to have a try at that. |
Maybe the change in Policy and recent DDoS are the reason for the 403
|
Thanks for the hint @camelinc, I've opened #82 to track progress. @savonarola When did you register your API key? |
@schachmat the key was obtained on 2016/03/20 |
And could you fix the problem, does it work now? If not, I assume it is related to the changes, worldweatheronline is doing. |
Closing, since the verbosity of debug output in this PR does not justify the added code complexity. I added the Further discussion on the backend changes should continue in #82. |
No description provided.