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
Error: class uri 'socketio.sgunicorn.GeventSocketIOWorker' invalid or not found:
[Traceback (most recent call last):
File "/Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/site-packages/gunicorn/util.py", line 133, in load_class
mod = import('.'.join(components))
File "/Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/site-packages/socketio/sgunicorn.py", line 12, in
from socketio.server import SocketIOServer
ImportError: cannot import name 'SocketIOServer'
]
webcam-streamer: Dying... :(
The text was updated successfully, but these errors were encountered:
Hi, got some trouble with a webcam streamer on py 3.5/OS X Yosemite. Any idea, where to look for trouble? Below is the copy-paste of the messages.
--------------- webcam-streamer ---------------
webcam-streamer: Checking requirements...
webcam-streamer: Reading config...
webcam-streamer: Launching webserver...
Error: class uri 'socketio.sgunicorn.GeventSocketIOWorker' invalid or not found:
[Traceback (most recent call last):
File "/Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/site-packages/gunicorn/util.py", line 133, in load_class
mod = import('.'.join(components))
File "/Library/Frameworks/Python.framework/Versions/3.5/lib/python3.5/site-packages/socketio/sgunicorn.py", line 12, in
from socketio.server import SocketIOServer
ImportError: cannot import name 'SocketIOServer'
]
webcam-streamer: Dying... :(
The text was updated successfully, but these errors were encountered: