400: Token is invalid or has expired. ? #808
-
|
Hello, today I tried WS 1.5.1 but got this message "400: Token is invalid or has expired." when trying the quick operation "run export and save debug log" command from my jellyfin backend. what token is the message refering to? The "debug" folder where I expect the log from that command is empty. if by token the given api-key is meant, then the jellyfin api-key is correctly entered in the backend settings and has been veryfied via saving the jellyfin backend w/o error message. So what could be the problem WS is nagging about? Thank you! |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
|
The commands now get queued and generate token for execution to allow you to navigate without breaking the active running command. This error indicate the operation has executed and the token has been removed. it's like regression in the UI implementation. i suggest trying the direct |
Beta Was this translation helpful? Give feedback.
-
|
What a fast respond! TY! unfortunately, I get this: I'm running the container on an unraid host and not sure about the $PATH variable. |
Beta Was this translation helpful? Give feedback.
-
|
Thank you! this command is working right now. Tomorror I may see more in the debug log! Great help! |
Beta Was this translation helpful? Give feedback.
The commands now get queued and generate token for execution to allow you to navigate without breaking the active running command. This error indicate the operation has executed and the token has been removed. it's like regression in the UI implementation. i suggest trying the direct
docker exec -ti watchstate console state:export....command just simply copy the command and add it after ``docker exec -ti watchstate console ....` via docker shell