hi all! my app has been happily posting tweets via /1.1/statuses/update for a year or so. a week ago it started returning HTTP 401 {"errors":[{"code":32,"message":"Could not authenticate you."}]} for all of my users. i hadn’t changed any of my relevant code or app settings recently.
here’s the particularly odd part: when i try it in my local environment with the same code, twitter app key/secret, and even the exact same user access token key/secret, it works fine. it only fails in production.
i’m on google app engine using tweepy. (tried versions 2.2 and 3.3, the latest. both fail.) could app engine’s external facing IPs have been blacklisted or graylisted somehow?
more details in this github issue. any ideas? thanks in advance!