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

Decrecation warning when extracting audio #1323

Closed
MichaelMallett opened this issue Aug 27, 2013 · 1 comment
Closed

Decrecation warning when extracting audio #1323

MichaelMallett opened this issue Aug 27, 2013 · 1 comment

Comments

@MichaelMallett
Copy link

@MichaelMallett MichaelMallett commented Aug 27, 2013

I get the following output when attempting to extract audio. I have made sure that I am running the latest versions of youtube-dl and ffmpeg. Any ideas?

[debug] System config: []
[debug] User config: []
[debug] Command-line args: ['-v', '-x', 'http://www.youtube.com/watch?v=qywG2-FC6x0']
[debug] youtube-dl version 2013.08.27
[debug] Python version 2.6.5 - Linux-2.6.32-38-generic-i686-with-Ubuntu-10.04-lucid
[debug] Proxy map: {}
[youtube] Setting language
[youtube] qywG2-FC6x0: Downloading video webpage
[youtube] qywG2-FC6x0: Downloading video info webpage
[youtube] qywG2-FC6x0: Extracting video information
[download] Alan Partridge Alpha Papa Trailer-qywG2-FC6x0.mp4 has already been downloaded
[ffmpeg] Destination: Alan Partridge Alpha Papa Trailer-qywG2-FC6x0.m4a
/usr/bin/youtube-dl/youtube_dl/PostProcessor.py:140: DeprecationWarning: BaseException.message has been deprecated as of Python 2.6
/usr/bin/youtube-dl/youtube_dl/PostProcessor.py:210: DeprecationWarning: BaseException.message has been deprecated as of Python 2.6
ERROR: audio conversion failed:
Traceback (most recent call last):
File "/usr/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 576, in post_process
keep_video_wish,new_info = pp.run(info)
File "/usr/bin/youtube-dl/youtube_dl/PostProcessor.py", line 213, in run
raise PostProcessingError(msg)
PostProcessingError

@jaimeMF jaimeMF closed this in 8ae97d7 Aug 28, 2013
@jaimeMF
Copy link
Collaborator

@jaimeMF jaimeMF commented Aug 28, 2013

The DeprecationWarning is fixed. But there's still the error you get when extracting the audio, once the next version is released, you should open a new issue so that we can try to fix it.
Thanks for reporting.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
2 participants
You can’t perform that action at this time.