Bug 2134944
| Summary: | gns3server fails to start | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | nucleo <alekcejk> |
| Component: | gns3-server | Assignee: | Nicolas Chauvet (kwizart) <kwizart> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 37 | CC: | alekcejk, kwizart |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | gns3-server-2.2.34-1.fc38 | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2022-11-03 07:56:32 UTC | Type: | Bug |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
Any ideas where this error is coming from? Is it related to incompatibility with python 3.11 or some other component? Thos commit fixes error https://github.com/GNS3/gns3-server/commit/2d74d1ad94fa3ae48651778a89918524c7910dfb FEDORA-2022-28a22a8803 has been submitted as an update to Fedora 38. https://bodhi.fedoraproject.org/updates/FEDORA-2022-28a22a8803 FEDORA-2022-28a22a8803 has been pushed to the Fedora 38 stable repository. If problem still persists, please make note of it in this bug report. |
Description of problem: gns3server fails to start Version-Release number of selected component (if applicable): gns3-server-2.2.33.1-3.fc37 Actual results: $ gns3server Traceback (most recent call last): File "/usr/bin/gns3server", line 33, in sys.exit(load_entry_point('gns3-server==2.2.34', 'console_scripts', 'gns3server')()) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/gns3server/main.py", line 81, in main from gns3server.run import run File "/usr/lib/python3.11/site-packages/gns3server/run.py", line 31, in from gns3server.web.web_server import WebServer File "/usr/lib/python3.11/site-packages/gns3server/web/web_server.py", line 45, in import gns3server.handlers File "/usr/lib/python3.11/site-packages/gns3server/handlers/init.py", line 18, in from gns3server.handlers.index_handler import IndexHandler File "/usr/lib/python3.11/site-packages/gns3server/handlers/index_handler.py", line 28, in class IndexHandler: File "/usr/lib/python3.11/site-packages/gns3server/handlers/index_handler.py", line 30, in IndexHandler @Route.get( ^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/gns3server/web/route.py", line 167, in register func = asyncio.coroutine(func) ^^^^^^^^^^^^^^^^^ AttributeError: module 'asyncio' has no attribute 'coroutine'. Did you mean: 'coroutines'?