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
{{ message }}
This repository was archived by the owner on Feb 2, 2024. It is now read-only.
Traceback (most recent call last):
File "/opt/ev/api/rocket_app.py", line 5, in <module>
server = Rocket(('0.0.0.0', 6555), 'wsgi', {"wsgi_app": main_app()}, min_threads=4, max_threads=0)
File "/opt/ev/venv/local/lib/python2.7/site-packages/rocket/main.py", line 74, in __init__
self._threadpool = ThreadPool(get_method(method),
File "/opt/ev/venv/local/lib/python2.7/site-packages/rocket/worker.py", line 400, in get_method
from .methods.wsgi import WSGIWorker
ImportError: No module named methods.wsgi