Once a github token expires, removing it from obtainum doesn't stop "Unauthorized" errors.
To Reproduce
Add github token to in settings
It expires (probably unnecessary?)
Delete token in settings
Now unauthorized with no token used
Additional context
Because the UI reflects the token deletion after a force-stop, I think its trying to use an empty token on whatever endpoint github has for that.
Adding a token fixes this until its removed or expires again.
Prerequisites
Probably related, but closed: #913
Describe the bug
Once a github token expires, removing it from obtainum doesn't stop "Unauthorized" errors.
To Reproduce Add github token to in settings It expires (probably unnecessary?) Delete token in settings Now unauthorized with no token used
Additional context Because the UI reflects the token deletion after a force-stop, I think its trying to use an empty token on whatever endpoint github has for that.
Adding a token fixes this until its removed or expires again.