-
Notifications
You must be signed in to change notification settings - Fork 67
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
500 Uncaught exception Error...Again:( #201
Comments
Me too indeed, worth to note that this only happens when trying to watch a video. Browsing works just fine
|
the same happens for me:
|
Found a temporary (maybe) solution. What's causing the error is that by default, the app is trying to use the "android" api configuration from the innertube configurations. And from the looks of it, appears to not work anymore. The "web" one though still works. Locate # gevent.spawn(fetch_player_response, 'android', video_id) <---- Change this
gevent.spawn(fetch_player_response, 'web', video_id) Though after some quick test, the video performance is worse. |
Nevermind, found a better solution. It appears that the android innertube configuration from this repo is out of date compared to yt-dlp. I changed it to this (combined some from this repo and theirs):
And it works fine, and video performance is good. |
thanks @MBCX that fixed it, you are a hero =) |
@MBCX can you tell exactly in which file and where i have to paste this code for it to work. I'm a noob please help |
Go to the youtube-local directory and then look for youtube folder in there you should find util.py, the code where the change is needed is in there :) |
It is fixed in the latest release |
I get this error pretty much in each click.
The text was updated successfully, but these errors were encountered: