Bug 2134944

Summary: gns3server fails to start
Product: [Fedora] Fedora Reporter: nucleo <alekcejk>
Component: gns3-serverAssignee: Nicolas Chauvet (kwizart) <kwizart>
Status: CLOSED ERRATA QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 37CC: 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:

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.