Closed yehx1 closed 1 year ago
Same to me. Just used "access_token" to sign in but got this error.
chatbot = Chatbot(config={
"access_token": "<access_token>"
# "email": "<your email>",
# "password": "<your password>"
})
Field missing {'detail': {'message': 'Could not parse your authentication token. Please try signing in again.', 'type': 'invalid_request_error', 'param': None, 'code': 'invalid_jwt'}} I got this error even try signing again.
It seems that you are encountering an authentication error while trying to access a service that requires authentication using a JSON Web Token (JWT).
if you could share more details like the config you used (alter sensitive data) and try getting new tokens by logging out and back in
Didn't copy the full jwt
I used config file, namely ~/.config/revChatGPT/config.json, then got this error.
But if I set config with Chatbot(config={"access_token": "
Field missing {'detail': {'message': 'Could not parse your authentication token. Please try signing in again.', 'type': 'invalid_request_error', 'param': None, 'code': 'invalid_jwt'}} I got this error even try signing again.