-
Notifications
You must be signed in to change notification settings - Fork 10.2k
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
Could not find JS function 'encodeURIComponent' #18873
Comments
I'm having the same issue |
Same with this one: https://www.youtube.com/watch?v=Wm8vcFn0bgY |
I am having this issue on this video: https://youtu.be/AgbeGFYluEA |
I'm having the same issue with https://www.youtube.com/watch?v=AgbeGFYluEA (this is a youtube red video, just fyi). I'm on version 2019.01.16. |
I am running into this issue a lot, especially in newer videos. In case you need more non-working youtube links let me know. |
I'm trying to run but i'm having the same issue with a lot of youtube videos. I'm on version 2019.01.16 |
I am running into this problem too. I'm on the newest version 2019.01.16 |
I compiled youtube-dl for Linux with the latest commit, and I can confirm that now works, I'll leave the file for Linux |
Which commit are you refering to? The latest commit is the 2019.01.16 release. Are you talking about the fork from Khang-NT? |
Yes I'm sorry, I was referring to the fork from Khang-NT |
Can confirm OP's fix works, resolved the issue for me. Thanks a ton! |
Proposed fix works here. |
I initially installed it through brew, however I don't know how to install youtube-dl from Khang-NT's fork. (is this possible?) |
For future reference, how would I go about installing the original youtube-dl once this gets fixed in master? |
It worked <3, ty guys! |
Just install original youtube-dl using pip; depends on os. https://github.com/rg3/youtube-dl#installation |
@Khang-NT could do a PR to get this fixed upstream. |
Can confirm this works. Thanks so much! |
Make sure you are using the latest version: run
youtube-dl --version
and ensure your version is 2019.01.16. If it's not, read this FAQ entry and update. Issues with outdated version will be rejected.Before submitting an issue make sure you have:
What is the purpose of your issue?
Description
I got error report from server with this stacktrace:
I have the link of video caused this issue, but I can't reproduce it in my machine:
https://www.youtube.com/watch?v=dChN0N0U7G4
And here is the JS url:
https://www.youtube.com/yts/jsbin/player_ias-vfl3bQWS-/en_US/base.js
Seem like it not happen all time, but this issue becomes trending as I can see in crash report.
The text was updated successfully, but these errors were encountered: