-
-
Notifications
You must be signed in to change notification settings - Fork 23
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
TypeError: urlopen() got an unexpected keyword argument 'cafile' #128
Comments
I was getting the same error as OP and unable to play anything. I cloned the mentioned pull request and can play media but the logs still show the errors above regarding the timeline every second or so. Tested on Fedora 41, cloned repo and using run.py. |
@regroup6405 Could try again, I've just made a change to utils.py, let me know if you still got the same error ? |
Yes that change solves the error, I made the same change and made a pull request against your fork a couple min ago so I removed that and all is well. That should be all occurrences of this "cafile" error in the repo. |
Now, let's give @iwalton3 some time to check this, and hopefully, it will get merged if everything looks good. |
Trying to use this with Python 3.13 results in the following error when trying to play anything:
The
cafile
parameter was removed, and should be passed using thecontext
parameter instead.The text was updated successfully, but these errors were encountered: