Closed GoogleCodeExporter closed 9 years ago
operating system? encoding being used in the console terminal? it should be:
$ locale charmap
UTF-8
Original comment by tokland
on 21 May 2013 at 4:45
It's Debian 7.0.0 on Raspberry PI
$locale charmap
UTF-8
Original comment by rickazer...@gmail.com
on 21 May 2013 at 6:01
that's weird, in a utf-8 terminal you should have no problems. For example I
just uploaded this: http://www.youtube.com/watch?v=9UXAGfwRZwI
let's see... do you know any Python? can you add "print
repr(options.description)" after "def upload_video" (line 341) and paste the
output?
Original comment by tokland
on 21 May 2013 at 6:45
In youtube_upload.py, right?
Like this?
http://pastebin.com/N9LamcNZ
The output then is:
http://pastebin.com/qjz6BnP4
Original comment by rickazer...@gmail.com
on 21 May 2013 at 9:37
nope, put the print before "title = to_utf8(options.title)", at the same
indentation level. Also, past the command you are running (with a fake password)
Original comment by tokland
on 21 May 2013 at 9:41
Yeah... I think I found the problem
I use upload_with_curl.sh
When I delete that, I can use that chars.
Thats my Bashscript with CURL.
http://pastebin.com/4TpzMAr1
Original comment by rickazer...@gmail.com
on 21 May 2013 at 9:44
> I use upload_with_curl.sh. When I delete that, I can use that chars.
I don't see how this is the problem, but ok, glad it works now. You don't
really need upload_with_curl, the script has two internal ways of loading (with
or without pycurl).
Original comment by tokland
on 21 May 2013 at 9:49
Original comment by tokland
on 13 May 2014 at 8:32
Original issue reported on code.google.com by
rickazer...@gmail.com
on 21 May 2013 at 4:07