Exaphis / HackQ-Trivia

Yet another HQ Trivia bot. Automatically scrapes HQ Trivia questions without OCR and answers them.
MIT License
89 stars 54 forks source link

error #198

Closed ghost closed 3 years ago

ghost commented 3 years ago

raise BearerError('Bearer token decode failed. Please check your settings.ini.') from e main.BearerError: Bearer token decode failed. Please check your settings.ini.

Exaphis commented 3 years ago

Interesting, works for me with PyJWT v2.0.1. Make sure you copied your bearer token properly and that all the packages in requirements.txt are up to date.