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

'charmap' codec can't encode character #1405

Closed
satbirkira opened this issue Sep 11, 2013 · 0 comments
Closed

'charmap' codec can't encode character #1405

satbirkira opened this issue Sep 11, 2013 · 0 comments

Comments

@satbirkira
Copy link

@satbirkira satbirkira commented Sep 11, 2013

[youtube] Setting language
[youtube] GR4rXH5Aqa4: Downloading video webpage
[youtube] GR4rXH5Aqa4: Downloading video info webpage
[youtube] GR4rXH5Aqa4: Extracting video information

Standard error of youtube_dl:
[debug] System config: []
[debug] User config: []
[debug] Command-line args: ['--format', 'flv', '--continue', '-v', '--ignore-errors', '--no-overwrites', '--no-check-cer
tificate', '-o', 'C:\Users\Kira\Desktop\My Programs/downloaded_videos/Oldboy \u266b - 16 The old boy (Dae-su's t
heme) - YouTube.%(ext)s', 'www.youtube.com/watch?v=GR4rXH5Aqa4']
[debug] youtube-dl version 2013.09.04
[debug] Python version 3.3.2 - Windows-7-6.1.7601-SP1
[debug] Proxy map: {}
ERROR: 'charmap' codec can't encode character '\u266b' in position 83: character maps to
Traceback (most recent call last):
File "youtube-dl\youtube_dl\YoutubeDL.py", line 339, in extract_info
return self.process_ie_result(ie_result, download=download)
File "youtube-dl\youtube_dl\YoutubeDL.py", line 422, in process_ie_result
for r in ie_result['entries']
File "youtube-dl\youtube_dl\YoutubeDL.py", line 422, in
for r in ie_result['entries']
File "youtube-dl\youtube_dl\YoutubeDL.py", line 369, in process_ie_result
self.process_info(ie_result)
File "youtube-dl\youtube_dl\YoutubeDL.py", line 548, in process_info
success = self.fd._do_download(filename, info_dict)
File "youtube-dl\youtube_dl\FileDownloader.py", line 513, in _do_download
self.report_destination(filename)
File "youtube-dl\youtube_dl\FileDownloader.py", line 206, in report_destination
self.to_screen(u'[download] Destination: ' + filename)
File "youtube-dl\youtube_dl\FileDownloader.py", line 125, in to_screen
self.ydl.to_screen(_args, *_kargs)
File "youtube-dl\youtube_dl\YoutubeDL.py", line 150, in to_screen
self._screen_file.write(output)
File "C:\Python33\lib\encodings\cp850.py", line 19, in encode
return codecs.charmap_encode(input,self.errors,encoding_map)[0]
UnicodeEncodeError: 'charmap' codec can't encode character '\u266b' in position 83: character maps to

@dstftw dstftw closed this May 8, 2017
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.