-
-
Notifications
You must be signed in to change notification settings - Fork 116
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
streamingData not found #114
Comments
just tested your videos, I got successfull results sometimes, but also errors sometimes error is caused by youtube error response:
it happens when youtube-downloader tries to spoof Android client: I may assume that this workaround uses google API v1 which is already deprecated and youtube may respond with errors for old clients to force them use newer version. Still not clear why something it responds with actual expected video data... And this happens not for all videos. As a workaround for you I can suggest two ways:
let me know if it works for you and I will implement better fallback procedure for this failed android client you can also investigate similar issues and look for a solution in other youtube-related projects like https://github.com/ytdl-org/youtube-dl |
@SrRapero720 try this version: Try it and dump additional information and attach it here, it will help to analyze why there is no streamingData in response.
|
Hey. |
|
@YeudaBy probably youtube changed something in android client and now current version fails to retrieve video info @WaldemarrGr I assume that your screenshot is related to subtitles? Please create separate issue, it is different error |
fent/node-ytdl-core#1216 |
i have opened a pull request with a fix |
After some more investigation in the problem today, i found a better sollution, with no limitation in the video quality, i will update the pull request. |
now it uses ANDROID_TESTSUITE as client, as far as i could test it, their is no limitation in quality |
guys I just drafted new release 3.2.3 with fix, let me know if issue still apears. |
I am getting trying to get video data using the doc but is throwing me a BadPageException
Videos tested:
e3l1piy1pn8
https://www.youtube.com/watch?v=GmG4X9PGOXs
https://www.youtube.com/watch?v=5UW3oWn60D0
Well i tested more videos and always i get the same error
Gist: https://gist.github.com/SrRapero720/ecf46d27d76383ca3ecf098c9af8fe74
Aditional Context:
The package isn't the original, because i shadow the package in the jar. because i am working on a minecraft mod doing rendering stuff. and other mods implements this dependency but with old versions and exporting the same package cause crashes.
code used:
The text was updated successfully, but these errors were encountered: