- Posts: 3
Getting a lot of HTTP 500 Errors when making API requests for CSV download
- syj9065
- Topic Author
Less
More
20 Feb 2018 12:38 #6062
by syj9065
Getting a lot of HTTP 500 Errors when making API requests for CSV download was created by syj9065
I am trying to gather weather data in zip code level. When I run my code, a lot of the requests result in HTTP 500 errors, but when I retry the request with the same parameters, it will usually succeeds the second time. What are the reasons that cause this? Thanks.
Please Log in or Create an account to join the conversation.
- pgilman
Less
More
- Posts: 5423
20 Feb 2018 13:56 #6063
by pgilman
Replied by pgilman on topic Getting a lot of HTTP 500 Errors when making API requests for CSV download
Hello,
That is probably being caused by intermittent issues with the issues with the systems used by the web services. You may have to write your code to keep trying until the download is successful.
Best regards,
Paul.
That is probably being caused by intermittent issues with the issues with the systems used by the web services. You may have to write your code to keep trying until the download is successful.
Best regards,
Paul.
Please Log in or Create an account to join the conversation.
Moderators: pgilman