-
Notifications
You must be signed in to change notification settings - Fork 76
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
Fix the 404 on the data URL link #11
base: master
Are you sure you want to change the base?
Conversation
It seems that some data when fetched still give me the 404 error after your changes. Are you experiencing this? |
Hmm, I noticed only one 404 in my logs and that was on a request for September 5, which is in the future and the data doesn't look like is uploaded yet. Other than that json-data had everything in it. What request so you get the 404 on? |
I have applied this update but am running into an issue:
|
The url format has changed again recently. For anyone running into this issue, I try to mantain a slighlty refactored fork with working download at https://github.com/Flowm/wind-server. |
The URL was invalid and threw a 404. The service changed the
dir
parameter and theroundHours
had to be preceded by a forward slash.