mozregression-gui crash: LookupError: no codec search functions registered: can't find encoding
Categories
(Testing :: mozregression, defect)
Tracking
(Not tracked)
People
(Reporter: cg+zbmvyynohtmvyyn, Unassigned)
References
Details
Comment 1•7 years ago
|
||
Comment 2•7 years ago
|
||
Comment 3•7 years ago
|
||
This sounds plausible -- unfortunately the commit was needed to make the GUI work again on Windows. I don't really have time to track this problem down, but would accept a patch/PR which addresses the issue.
Comment 4•7 years ago
•
|
||
(In reply to William Lachance (:wlach) (use needinfo!) from comment #3)
This sounds plausible -- unfortunately the commit was needed to make the GUI work again on Windows. I don't really have time to track this problem down, but would accept a patch/PR which addresses the issue.
Do you know if there is any information on how to create the standalone version from the source code? To be able to test an eventual PR.
I am getting the same error on gui-0.9.36 (Ubuntu 18.04 64-bit). This is preventing me from generating a regression range for bug #1524156.
Comment 6•6 years ago
|
||
As I workaround I was staying in version 0.9.22. But now Firefox has a profile downgrade protection which is only avoided since 0.9.36. Bisecting has become so painful.
Updated•6 years ago
|
Comment 7•6 years ago
•
|
||
(In reply to Eduardo Trápani from comment #4)
(In reply to William Lachance (:wlach) (use needinfo!) from comment #3)
This sounds plausible -- unfortunately the commit was needed to make the GUI work again on Windows. I don't really have time to track this problem down, but would accept a patch/PR which addresses the issue.
Do you know if there is any information on how to create the standalone version from the source code? To be able to test an eventual PR.
Sorry, somehow I missed this. Thanks for the needinfo. There are instructions on building the GUI here:
https://github.com/mozilla/mozregression/blob/master/gui/README.rst
I am in the middle of porting mozregression to python 3, which will allow us to consider other bundling options (or make existing ones work differently) for the GUI, which I suspect may fix this bug. My work in progress is here:
https://github.com/mozilla/mozregression/pull/513
As part of this work, I could probably also take another look at the python gui. I probably won't have time to look at that again until later this week or early next.
I have the same bug in linux
python 2.7.15
./mozregression-gui
Traceback (most recent call last):
File "/home/travis/build/mozilla/mozregression/venv/local/lib/python2.7/site-packages/cx_Freeze/initscripts/startup.py", line 14, in run
File "/home/travis/build/mozilla/mozregression/venv/local/lib/python2.7/site-packages/cx_Freeze/initscripts/Console.py", line 26, in run
File "mozregui/main.py", line 3, in <module>
File "./mozregui/patch_requests.py", line 17, in patch
File "/usr/local/lib/python2.7/dist-packages/requests/init.py", line 43, in <module>
File "/usr/local/lib/python2.7/dist-packages/urllib3/init.py", line 8, in <module>
File "/usr/local/lib/python2.7/dist-packages/urllib3/connectionpool.py", line 35, in <module>
File "/usr/local/lib/python2.7/dist-packages/urllib3/request.py", line 3, in <module>
File "/usr/local/lib/python2.7/dist-packages/urllib3/filepost.py", line 12, in <module>
LookupError: no codec search functions registered: can't find encoding
Comment 10•6 years ago
|
||
I have the same problem.
Updated•3 years ago
|
Description
•