top icon indicating copy to clipboard operation
top copied to clipboard

HTTP Error 404 when run without --date parameter

Open CaptSolo opened this issue 10 years ago • 0 comments

When get_data.py is run without --date parameter (default: current date) the script may fail with the 404 Not Found error.

It would be good to print a helpful notification in case this happens. While there is a code comment saying data is available after midnight UTC, the issue [of users getting the exception + stack trace] still remains.

For users in UTC+x timezones script (w/o --date param) will always fail (because when time approaches midnight UTC it is already the next date in their timezone).

CaptSolo avatar Dec 28 '15 12:12 CaptSolo