Note: This is a public test instance of Red Hat Bugzilla. The data contained within is a snapshot of the live data so any changes you make will not be reflected in the production Bugzilla. Email is disabled so feel free to test any aspect of the site that you want. File any problems you find or give feedback at bugzilla.redhat.com.
Bug 2134944 - gns3server fails to start
Summary: gns3server fails to start
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: gns3-server
Version: 37
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Nicolas Chauvet (kwizart)
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2022-10-14 18:18 UTC by nucleo
Modified: 2022-11-03 07:56 UTC (History)
2 users (show)

Fixed In Version: gns3-server-2.2.34-1.fc38
Doc Type: If docs needed, set a value
Doc Text:
Clone Of:
Environment:
Last Closed: 2022-11-03 07:56:32 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
Github GNS3 gns3-server issues 2129 0 None open gns3server fails to start with Fedora 37 Python 3.11.0rc2 2022-10-31 13:31:13 UTC

Description nucleo 2022-10-14 18:18:42 UTC
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'?

Comment 1 nucleo 2022-10-31 12:01:07 UTC
Any ideas where this error is coming from?
Is it related to incompatibility with python 3.11 or some other component?

Comment 3 Fedora Update System 2022-11-03 07:53:49 UTC
FEDORA-2022-28a22a8803 has been submitted as an update to Fedora 38. https://bodhi.fedoraproject.org/updates/FEDORA-2022-28a22a8803

Comment 4 Fedora Update System 2022-11-03 07:56:32 UTC
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.


Note You need to log in before you can comment on or make changes to this bug.