anasAsh / googlecl

Automatically exported from code.google.com/p/googlecl
0 stars 0 forks source link

problem with youtube post files with non-english names #537

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Is it possible, to post files with non-english names to youtube? I always get 
this error, even though i set default_encoding = windows-1251 in config file.

Traceback (most recent call last):
  File "logging\__init__.pyo", line 765, in emit
UnicodeDecodeError: 'ascii' codec can't decode byte 0xe1 in position 47: ordinal
 not in range(128)
Traceback (most recent call last):
  File "logging\__init__.pyo", line 765, in emit
UnicodeDecodeError: 'ascii' codec can't decode byte 0xe1 in position 59: ordinal
 not in range(128)

Original issue reported on code.google.com by Larionov...@gmail.com on 30 Aug 2013 at 8:58