Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is where the world builds software
Millions of developers and companies build, ship, and maintain their software on GitHub — the largest and most advanced development platform in the world.
ERROR: 'ascii' codec can't encode character u'\xf1' in position 47: ordinal not in range(128) #669
Comments
|
Thank you for reporting. As a stopgap measure, you can pass in
on your system? And what operating system are you using? |
|
Ah, sorry, should have done this in the first place :) It's stock Ubuntu 12.04 LTS. Here's the verbose output:
|
|
Oh, that explains a lot .. you're passing in |
|
Yes, i was, i aliased youtube-dl to have the default options i most use, like "-t" "-i", "-c" and so on, and included "--write-srt" since i discovered it. Should have tested it more :) |
|
Here is preliminary info: The command with options &/ arguments is: The error & log we see is: File "/usr/bin/youtube-dl/youtube_dl/init.py", line 800, in _real_main File "/usr/bin/youtube-dl/youtube_dl/YoutubeDL.py", line 992, in download This worked, I have downloaded the video, thanks a tone youtube-dl team |
|
@AjayKumarBasuthkar you were passing an aditional character (invisible) in the url:
It's not the same problem. |
The video URL was this one, which has a title of:
youtube-dl doesn't like this title at all, and just bails out when told to download it.
I have no idea why this particular one breaks it when yesterday it could easily handle one with the title in japanese, but there it is.