Vexed01 / Vex-Cogs

My cogs for Red.
https://cogdocs.vexcodes.com
GNU General Public License v3.0
27 stars 20 forks source link

[Status] Twitter uptime page unavailable #130

Closed Technetium1 closed 5 months ago

Technetium1 commented 5 months ago

What cog is this bug report for?

status

What versions are you running?

Versions                      
                ╷         ╷         ╷              
                │ Current │ Latest  │ Up to date?  
╶───────────────┼─────────┼─────────┼─────────────╴
  This Cog      │ 2.5.7   │ 2.5.7   │ 🟢           
  Bundled Utils │ b980728 │ b980728 │ 🟢           
  Red           │ 3.5.5   │ 3.5.5   │ 🟢           
                ╵         ╵         ╵

Describe the bug

Once per minute, twitter fails without backing off. It looks like there may no longer be a valid status page, else this is a temporary problem. If there's a redirect to /inactive it might be good to avoid futher update checks? https://api.twitterstat.us/api

If there's an error, paste it here

`[15:33:14] WARNING  [red.vex.status.updateloop.updatechecker] Unexpected status code received from twitter_api: 401. Please report this to Vexed.`
Vexed01 commented 5 months ago

Thanks for reporting. It looks like Twitter has disabled the Statuspage and I can't find a replacement. I'll add some code to handle this.