I'm using an App Engine Task Queue to query AlchemyAPI. I send a text string to the task queue. Each task queue worker queries the AlchemyAPI and processes the results.
After working for ~1500 results, I've started getting endless errors that look like:
InvalidURLError: Invalid request URL: http://access.alchemyapi.com/calls/text/TextGetRankedNamedEntities?outputMode=json&apikey=xxxx&text=myverylongtexthere
Why I'm confused is that if I copy/paste the URL that is supposedly invalid into my browser directly it works fine!
What could possibly cause this kind of error?