Hello,
I've realised my API parser is getting regular HTTP 500 responses lately (Internal Server Error).
I'm querying the API for disasters and then I scrape the "detail requests" (href attribute of original response).
That's about 50 disasters, so 50 requests. Lately I'm getting on average one or two HTTP-500 requests per session.
Pasting the URL in my browser I get a response though. (for example:
http://api.rwlabs.org/v1/disasters/10666 failed just minutes ago, but works in the browser).
Any idea what that might be?
Cheers,
Benjamin