Fedora Account System
Red Hat Associate
Red Hat Customer
Description of problem: Unable to launch Version-Release number of selected component (if applicable): pgadmin4-6.12-5.fc36.src.rpm Steps to Reproduce: 1.pgadmin4-qt Actual results: Traceback (most recent call last): File "/usr/lib/pgadmin4/pgAdmin4.py", line 235, in <module> main() File "/usr/lib/pgadmin4/pgAdmin4.py", line 217, in main socketio.run( File "/usr/lib/python3.10/site-packages/flask_socketio/__init__.py", line 596, in run app.run(host=host, port=port, threaded=True, File "/usr/lib/python3.10/site-packages/flask/app.py", line 920, in run run_simple(t.cast(str, host), port, self, **options) TypeError: run_simple() got an unexpected keyword argument 'allow_unsafe_werkzeug'
What python-socketio version are you using?
I have python-socketio-5.7.1-1.fc36
I take removing allow_unsafe_werkzeug=True from socketio.run in /usr/lib/pgadmin4/pgAdmin4.py, line 217 solves the issue?
yes removing it solves the issue.
FEDORA-2022-da51c253f9 has been submitted as an update to Fedora 36. https://bodhi.fedoraproject.org/updates/FEDORA-2022-da51c253f9
FEDORA-2022-da51c253f9 has been pushed to the Fedora 36 testing repository. Soon you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --refresh --advisory=FEDORA-2022-da51c253f9` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2022-da51c253f9 See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates.
FEDORA-2022-da51c253f9 has been pushed to the Fedora 36 stable repository. If problem still persists, please make note of it in this bug report.