Skip to content
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

Maximum retries exceeded. Response object dump: <Response [503]> #24

Open
slowtoaccept opened this issue Apr 14, 2021 · 1 comment
Open

Comments

@slowtoaccept
Copy link

Simple example code:

from noaa_sdk import NOAA

n = NOAA()
res = n.get_forecasts('06405', 'US')
for i in res:
print(i)

The following was repeated 5 times

Previous request failed with code 503. Retrying...
Previous Response: {
"correlationId": "2869a65",
"title": "Forecast Grid Invalid",
"type": "https://api.weather.gov/problems/ForecastMissingData",
"status": 503,
"detail": "The forecast grid is missing data for time 2021-04-20T21:00:00-04:00.",
"instance": "https://api.weather.gov/requests/2869a65"
}

@tomed82
Copy link

tomed82 commented Dec 25, 2023

It was originally working for me, up until mid-December 2023, and now fails with the same messaage as you. Is noaa blocking web scraping?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants