You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
when using the verbose mode, I always get an UnicodeEncoreError. My OS is Windows 7 French edition ...
Best regards, Fred
python python-gitlab.py project-issue get --project-id=1 --id=118 -v
id: 118
assignee: None
author:
id: 6
created-at: 2013-07-22T04:51:44Z
email: ******
name: ******
state: active
username: mohierf
created-at: 2013-08-27T12:51:52Z
Traceback (most recent call last):
File "python-gitlab.py", line 319, in <module> o.display(verbose)
File "C:\gitIPM\Win7Kiosks-Operating\maintenance\content\gitlab\gitlab.py", line 503, in display
self.pretty_print()
File "C:\gitIPM\Win7Kiosks-Operating\maintenance\content\gitlab\gitlab.py", line 543, in pretty_print
v = GitlabObject._obj_to_str(v)
File "C:\gitIPM\Win7Kiosks-Operating\maintenance\content\gitlab\gitlab.py", line 524, in _obj_to_str
return str(obj)
UnicodeEncodeError: 'ascii' codec can't encode character u'\xe9' in position 45: ordinal not in range(128)
The text was updated successfully, but these errors were encountered:
Hi,
when using the verbose mode, I always get an UnicodeEncoreError. My OS is Windows 7 French edition ...
Best regards, Fred
The text was updated successfully, but these errors were encountered: