raise BearerError('Bearer token decode failed. Please check your settings.ini.') from e
main.BearerError: Bearer token decode failed. Please check your settings.ini.
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.
raise BearerError('Bearer token decode failed. Please check your settings.ini.') from e main.BearerError: Bearer token decode failed. Please check your settings.ini.