Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Webapp still not working #156

Open
FuhKonami opened this issue Jun 5, 2024 · 0 comments
Open

Webapp still not working #156

FuhKonami opened this issue Jun 5, 2024 · 0 comments

Comments

@FuhKonami
Copy link

FuhKonami commented Jun 5, 2024

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'

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant