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

Fail to download arte.tv - UnicodeDecodeError: 'ascii' codec can't decode byte 0xe9 in position 283: ordina l not in range(128) #2135

Closed
panik54 opened this issue Jan 11, 2014 · 2 comments

Comments

@panik54
Copy link

@panik54 panik54 commented Jan 11, 2014

Hi folks,

I have the youtube-dl.exe version 2014.01.08 running on winXP and it cannot download a file from arte.tv.

The command line below fails with debug output. Any ideas ?
thanks!

youtube-dl "http://www.arte.tv/guide/fr/048213-000/societes-secretes-3-3" -v

[debug] System config: []
[debug] User config: []
[debug] Command-line args: ['http://www.arte.tv/guide/fr/048213-000/societes-secretes-3-3', '-v', 'log.txt']
[debug] Encodings: locale 'cp1252', fs 'mbcs', out None, pref: 'cp1252'
[debug] youtube-dl version 2014.01.08
[debug] Python version 2.7.5 - Windows-XP-5.1.2600-SP3
[debug] Proxy map: {}
ERROR: RTMP download detected but "rtmpdump" could not be run
Traceback (most recent call last):
File "main.py", line 18, in
File "youtube_dl__init__.pyo", line 761, in main
File "youtube_dl__init__.pyo", line 751, in _real_main
File "youtube_dl\YoutubeDL.pyo", line 952, in download
File "youtube_dl\YoutubeDL.pyo", line 510, in extract_info
File "youtube_dl\YoutubeDL.pyo", line 537, in process_ie_result
File "youtube_dl\YoutubeDL.pyo", line 741, in process_video_result
File "youtube_dl\YoutubeDL.pyo", line 923, in process_info
File "youtube_dl\YoutubeDL.pyo", line 907, in dl
File "youtube_dl\downloader\common.pyo", line 290, in download
File "youtube_dl\downloader\rtmp.pyo", line 103, in real_download
File "youtube_dl\downloader\common.pyo", line 143, in report_error
File "youtube_dl\YoutubeDL.pyo", line 386, in report_error
File "youtube_dl\YoutubeDL.pyo", line 351, in trouble
UnicodeDecodeError: 'ascii' codec can't decode byte 0xe9 in position 283: ordinal not in range(128)

@jaimeMF
Copy link
Collaborator

@jaimeMF jaimeMF commented Jan 11, 2014

You have to install rtmpdump.

@jaimeMF jaimeMF closed this Jan 11, 2014
@panik54
Copy link
Author

@panik54 panik54 commented Jan 11, 2014

it works now !!!
Thanks a lot for your very quick help.

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.