You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'
The text was updated successfully, but these errors were encountered:
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'
The text was updated successfully, but these errors were encountered: