You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
The text was updated successfully, but these errors were encountered:
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).
The text was updated successfully, but these errors were encountered: