TweetDeck is also down, returning `{"errors":[{"code":131,"message":"Internal error."}]}`.
Edit: Looks like API calls from the Twitter web app are getting the same response too.
Edit 2: TweetDeck now loads a login page rather than the JSON error. API calls seem to be returning `{"errors":[{"message":"Over capacity","code":130}]}` now.
I have a cron job to build my site every day at 1200 UTC so that it *will* access the Twitter API, to populate the contents of tweets that my site repros as fully static elements (the cron job is due to occasional glitches in image caching on Twitter’s part). I saw the job had failed but neither the host nor GitHub Actions seemed to be in trouble. Only when I pulled up the log and saw the API call error message did I realize what really was going on.
Comments
TweetDeck is also down, returning `{"errors":[{"code":131,"message":"Internal error."}]}`.
Edit: Looks like API calls from the Twitter web app are getting the same response too.
Edit 2: TweetDeck now loads a login page rather than the JSON error. API calls seem to be returning `{"errors":[{"message":"Over capacity","code":130}]}` now.
I have a cron job to build my site every day at 1200 UTC so that it *will* access the Twitter API, to populate the contents of tweets that my site repros as fully static elements (the cron job is due to occasional glitches in image caching on Twitter’s part). I saw the job had failed but neither the host nor GitHub Actions seemed to be in trouble. Only when I pulled up the log and saw the API call error message did I realize what really was going on.