Skip to content
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

Not working with youtube-dl from youtube_dl == 2013.12.16.1 #9

Closed
ksy5662 opened this issue Dec 16, 2013 · 4 comments
Closed

Not working with youtube-dl from youtube_dl == 2013.12.16.1 #9

ksy5662 opened this issue Dec 16, 2013 · 4 comments

Comments

@ksy5662
Copy link

ksy5662 commented Dec 16, 2013

I got some error from 2013.12.16.1.

It is O.K with 2013.12.16

Many Thanks,

@jaimeMF
Copy link
Owner

jaimeMF commented Dec 16, 2013

Could you post the log, or at least the url that fails?
it works fine with http://vimeo.com/56015672#at=0 or http://www.gametrailers.com/videos/zbvr8i/mirror-s-edge-2-e3-2013--debut-trailer.

@ksy5662
Copy link
Author

ksy5662 commented Dec 17, 2013

The URL you also gave me is not working.

Here is the log. seems get import error from 2013.12.16.1.
Due to the cache, I used this in requirement.txt
youtube_dl == 2013.12.16.3
WebOb
Paste
webapp2
pyyaml

Traceback (most recent call last):
File "/base/data/home/apps/stubedown63772/alpha-3-3.372383754966424496/mainGAE.py", line 6, in
import youtube_dl
File "/base/data/home/apps/s
tubedown63772/alpha-3-3.372383754966424496/lib/youtube_dl/init.py", line 55, in
from .utils import (
File "/base/data/home/apps/s~tubedown63772/alpha-3-3.372383754966424496/lib/youtube_dl/utils.py", line 4, in
import ctypes
File "/base/data/home/runtimes/python27/python27_dist/lib/python2.7/ctypes/init.py", line 10, in
from _ctypes import Union, Structure, Array
ImportError: No module named _ctypes

@ksy5662
Copy link
Author

ksy5662 commented Dec 17, 2013

Seems that import ctypes in utils.py is making error at commit ytdl-org/youtube-dl@e3946f9

@jaimeMF
Copy link
Owner

jaimeMF commented Dec 17, 2013

ok, I didn't tried on gae. It's fixed now. Just push the last changes and run ./devscripts/setup-gae.sh again.
Thanks for the report.

@jaimeMF jaimeMF closed this as completed Dec 17, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants