Authorization header is correct, but the token seems invalid #1123
Unanswered
Rylan-Meilutis
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Everything was working well for me until recently, after updating the docker image I was using, trying to use the minstral model yields the following error.
Authorization header is correct, but the token seems invalid
here is the full error in the server logs
2024/05/08 07:08PM 50 | pid=22 hostname=e864e482669a err={"type":"Error","message":"Authorization header is correct, but the token seems invalid","stack":"Error: Authorization header is correct, but the token seems invalid\n at streamingRequest (file:///app/node_modules/@huggingface/inference/dist/index.mjs:286:15)\n at process.processTicksAndRejections (node:internal/process/task_queues:95:5)\n at async textGenerationStream (file:///app/node_modules/@huggingface/inference/dist/index.mjs:673:3)\n at async generateFromDefaultEndpoint (file:///app/build/server/chunks/_server.ts-d68549ef.js:221:20)\n at async summarize (file:///app/build/server/chunks/_server.ts-d68549ef.js:506:10)\n at async file:///app/build/server/chunks/_server.ts-d68549ef.js:860:26\n at async Object.start (file:///app/build/server/chunks/_server.ts-d68549ef.js:1011:7)"} msg=Authorization header is correct, but the token seems invalid
Any help would be greatly appreciated
Beta Was this translation helpful? Give feedback.
All reactions