-
Notifications
You must be signed in to change notification settings - Fork 211
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
ERROR: "token" parameter not in video info for unknown reason #55
Comments
It works fine when using a local server but it fails on GAE even with the last youtube-dl version. Unfortunately I think it would take me some time to look into it in detail, if someone finds a fix I will appreciate it. |
the issue i guess is that youtube has banned GAE ips. i shifted to amazon
web service myself.
…On Thu, Mar 30, 2017 at 8:58 PM, Jaime Marquínez Ferrándiz < ***@***.***> wrote:
It works fine when using a local server but it fails on GAE even with the
last youtube-dl version. Unfortunately I think it would take me some time
to look into it in detail, if someone finds a fix I will appreciate it.
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#55 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AKEF61GzhLYG_DsdSuu84nMb4RaiwV6pks5rq9EKgaJpZM4MuD5X>
.
|
I just tested. IP is not blocked. video_get_info is giving result on a php script on GAE. |
Complete Error |
youtube-dl is outdated. |
after putting a logging statement before this
|
may be video_info data is compressed.? gziped? |
For every YouTube URL that I try to retrieve the JSON Data, I get the following message. I have also tried the same YouTube URLs on http://jaimemf.github.io/youtube-dl-web/ and an error message is returned. I have tried using YouTube-DL from the command line and I can download the video so I am guessing something is going wrong with the api-server. Unfortunately I am unsure what as I'm new to using this project.
EDIT: The most up to date version of YouTube-DL is being used.
The text was updated successfully, but these errors were encountered: