I have an application that get the channels api every five minutes for 500 different channels, but sometimes i get the error 422 Unprocessable Entity. Can someone explain why this happens, the requests is made using urllib2 in Python on my Linux VPS.
We had this issue too. I had a look at the message and it said: “From and to entities cannot be the same”. See what you can get out of the response. I’m not sure why, but I don’t seem to be able to reproduce this message myself. I tried to follow myself and it didn’t throw an error whereas other users get the 422.