Brikwerk / nxbt

Control your Nintendo Switch through a website, terminal, or macro.
MIT License
817 stars 100 forks source link

Webapp still not working #156

Open FuhKonami opened 5 months ago

FuhKonami commented 5 months ago

Ok, I was able to successfully do a test and a demo of nxbt:

sudo nxbt test sudo nxbt demo

But when I try to run the webapp, it gives me this error:

Traceback (most recent call last): File "/usr/local/bin/nxbt", line 8, in sys.exit(main()) ^^^^^^ File "/usr/local/lib/python3.11/dist-packages/nxbt/cli.py", line 321, in main from .web import start_web_app File "/usr/local/lib/python3.11/dist-packages/nxbt/web/init.py", line 1, i n from .app import start_web_app File "/usr/local/lib/python3.11/dist-packages/nxbt/web/app.py", line 11, in import eventlet File "/usr/local/lib/python3.11/dist-packages/eventlet/init.py", line 17, in from eventlet import convenience File "/usr/local/lib/python3.11/dist-packages/eventlet/convenience.py", line 7 , in from eventlet.green import socket File "/usr/local/lib/python3.11/dist-packages/eventlet/green/socket.py", line 4, in import('eventlet.green._socket_nodns') File "/usr/local/lib/python3.11/dist-packages/eventlet/green/_socket_nodns.py" , line 11, in from eventlet import greenio File "/usr/local/lib/python3.11/dist-packages/eventlet/greenio/init.py", l ine 3, in from eventlet.greenio.base import * # noqa ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/dist-packages/eventlet/greenio/base.py", line 473, in from OpenSSL import SSL File "/usr/lib/python3/dist-packages/OpenSSL/init.py", line 8, in from OpenSSL import SSL, crypto File "/usr/lib/python3/dist-packages/OpenSSL/SSL.py", line 19, in from OpenSSL.crypto import ( File "/usr/lib/python3/dist-packages/OpenSSL/crypto.py", line 3253, in utils.deprecated( TypeError: deprecated() got an unexpected keyword argument 'name'