Open sandeepmohan opened 6 years ago
I got the same error.
But when I replaced the apikey with my working apiKey, the error went away. You did replace <
Yes I did. I didnt want to post my API key publicly tough. I thought it may be a limits issue but I have the subscription so it shouldn't overflow...
There seems to be problem while requesting with imdb ID.
Using Python 3.x and the requests package. Here is my code:
I put in the
print (key+": "+response)
bit to sort of keep track of what response I was getting or which imdb id it might be choking at but no dice. At different times, I get 2 or 4 of 6 results before the error in the title shows up.Has anyone else encountered this and if so have you got a work around?
Thanks in advance.