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 all arguments converted during string formatting" on GAE #23

Closed
feribg opened this issue Oct 20, 2014 · 4 comments
Closed

"not all arguments converted during string formatting" on GAE #23

feribg opened this issue Oct 20, 2014 · 4 comments

Comments

@feribg
Copy link

feribg commented Oct 20, 2014

I get the following trace on AppEngine when trying to use MixCloud converter. The other converters I tried seem to be fine. I am not sure what causes that issue:

Exception on /api/info [GET] Traceback (most recent call last): File "/base/data/home/apps/s~youtube-dl-api/0-1.379438296626853997/gae/lib/flask/app.py", line 1817, in wsgi_app response = self.full_dispatch_request() File "/base/data/home/apps/s~youtube-dl-api/0-1.379438296626853997/gae/lib/flask/app.py", line 1477, in full_dispatch_request rv = self.handle_user_exception(e) File "/base/data/home/apps/s~youtube-dl-api/0-1.379438296626853997/gae/lib/flask/app.py", line 1381, in handle_user_exception reraise(exc_type, exc_value, tb) File "/base/data/home/apps/s~youtube-dl-api/0-1.379438296626853997/gae/lib/flask/app.py", line 1475, in full_dispatch_request rv = self.dispatch_request() File "/base/data/home/apps/s~youtube-dl-api/0-1.379438296626853997/gae/lib/flask/app.py", line 1461, in dispatch_request return self.view_functions[rule.endpoint](**req.view_args) File "/base/data/home/apps/s~youtube-dl-api/0-1.379438296626853997/youtube_dl_server/app.py", line 60, in wrapper response = f(*args, **kargs) File "/base/data/home/apps/s~youtube-dl-api/0-1.379438296626853997/youtube_dl_server/app.py", line 78, in info result = get_videos(url) File "/base/data/home/apps/s~youtube-dl-api/0-1.379438296626853997/youtube_dl_server/app.py", line 34, in get_videos res = ydl.extract_info(url, download=False) File "/base/data/home/apps/s~youtube-dl-api/0-1.379438296626853997/gae/lib/youtube_dl/YoutubeDL.py", line 524, in extract_info ie_result = ie.extract(url) File "/base/data/home/apps/s~youtube-dl-api/0-1.379438296626853997/gae/lib/youtube_dl/extractor/common.py", line 193, in extract return self._real_extract(url) File "/base/data/home/apps/s~youtube-dl-api/0-1.379438296626853997/gae/lib/youtube_dl/extractor/mixcloud.py", line 64, in _real_extract final_song_url = self._get_url(track_id, template_url) File "/base/data/home/apps/s~youtube-dl-api/0-1.379438296626853997/gae/lib/youtube_dl/extractor/mixcloud.py", line 39, in _get_url url = template_url % i TypeError: not all arguments converted during string formatting

@jaimeMF
Copy link
Owner

jaimeMF commented Oct 20, 2014

Which url are you trying to download?, http://www.mixcloud.com/dholbach/cryptkeeper/ works fine.

@feribg
Copy link
Author

feribg commented Oct 20, 2014

@jaimeMF
Copy link
Owner

jaimeMF commented Oct 20, 2014

This is an error in youtube-dl itself, I have opened a issue: ytdl-org/youtube-dl#3990, I'll work on it.

@feribg
Copy link
Author

feribg commented Oct 20, 2014

Thanks!

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

No branches or pull requests

2 participants