-
Notifications
You must be signed in to change notification settings - Fork 527
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
JWT has no attribute encode #1344
Comments
Hey, this looks like an issue with the installed external dependencies. |
Here's my pip freeze |
Might it be because of the PyJWT? |
So I remove it but started getting the job to initialize and then it switches back to initializing Am getting the following after the logs above and keeps logging it over and over again |
Versions
livekit==0.18.2
livekit-agents==0.12.1
livekit-api==0.8.0
livekit-plugins-deepgram==0.6.13
livekit-plugins-openai==0.10.9
livekit-plugins-silero==0.7.4
livekit-protocol==0.7.0
I am getting an issue after deploying the voice app. Here is the error am getting
{"message": "failed to connect to livekit, retrying in 4s: module 'jwt' has no attribute 'encode'", "level": "WARNING", "name": "livekit.agents", "timestamp": "2025-01-07T14:42:30.328615+00:00"}
This error is not coming from my application since am using a base logger with labels and this is clearly JSON. Here is my set up
And am simply calling run. Am also trying to pass unique values. For example the organisation Id. Any help is really appreciated
The text was updated successfully, but these errors were encountered: