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'?
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.