UnicodeEncodeError: 'ascii' codec can't encode characters in position 19-26: ordinal not in range(128)
Categories
(Testing :: mozregression, defect)
Tracking
(Not tracked)
People
(Reporter: tuug, Unassigned, NeedInfo)
Details
Steps to reproduce:
Downloaded the prerelease version of mozregression, installed it, and tried to launch it.
Actual results:
Got the following message:
platform: Windows-10-10.0.26236-SP0
python: 3.10.11 FROZEN (64bit)
mozregression: 6.2.2
message: UnicodeEncodeError: 'ascii' codec can't encode characters in position 19-26: ordinal not in range(128)
traceback: File "mozregression-gui.py", line 6, in <module>
File "mozregui\main.py", line 35, in main
File "mozregui\global_prefs.py", line 66, in set_default_prefs
File "mozregui\global_prefs.py", line 57, in save_prefs
File "configobj_init_.py", line 2117, in write
Expected results:
mozregression-gui should launch
Comment 1•1 year ago
|
||
The severity field is not set for this bug.
:zeid, could you have a look please?
For more information, please visit BugBot documentation.
Comment 2•1 year ago
|
||
Need to look further into this.
Updated•1 year ago
|
Updated•1 year ago
|
Description
•