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
[2020-11-01 17:50:23 +0800] [90858] [ERROR] Exception in worker process
Traceback (most recent call last):
File "/home/op/open-falcon/dashboard/env/lib/python3.6/site-packages/gunicorn/arbiter.py", line 583, in spawn_worker
worker.init_process()
File "/home/op/open-falcon/dashboard/env/lib/python3.6/site-packages/gunicorn/workers/base.py", line 129, in init_process
self.load_wsgi()
File "/home/op/open-falcon/dashboard/env/lib/python3.6/site-packages/gunicorn/workers/base.py", line 138, in load_wsgi
self.wsgi = self.app.wsgi()
File "/home/op/open-falcon/dashboard/env/lib/python3.6/site-packages/gunicorn/app/base.py", line 67, in wsgi
self.callable = self.load()
File "/home/op/open-falcon/dashboard/env/lib/python3.6/site-packages/gunicorn/app/wsgiapp.py", line 52, in load
return self.load_wsgiapp()
File "/home/op/open-falcon/dashboard/env/lib/python3.6/site-packages/gunicorn/app/wsgiapp.py", line 41, in load_wsgiapp
return util.import_app(self.app_uri)
File "/home/op/open-falcon/dashboard/env/lib/python3.6/site-packages/gunicorn/util.py", line 350, in import_app import(module)
File "/home/op/open-falcon/dashboard/wsgi.py", line 28, in
from rrd import app
File "/home/op/open-falcon/dashboard/rrd/init.py", line 44, in
from view import index
ModuleNotFoundError: No module named 'view'
[2020-11-01 17:50:23 +0800] [90858] [INFO] Worker exiting (pid: 90858)
The text was updated successfully, but these errors were encountered:
[2020-11-01 17:50:23 +0800] [90858] [ERROR] Exception in worker process
Traceback (most recent call last):
File "/home/op/open-falcon/dashboard/env/lib/python3.6/site-packages/gunicorn/arbiter.py", line 583, in spawn_worker
worker.init_process()
File "/home/op/open-falcon/dashboard/env/lib/python3.6/site-packages/gunicorn/workers/base.py", line 129, in init_process
self.load_wsgi()
File "/home/op/open-falcon/dashboard/env/lib/python3.6/site-packages/gunicorn/workers/base.py", line 138, in load_wsgi
self.wsgi = self.app.wsgi()
File "/home/op/open-falcon/dashboard/env/lib/python3.6/site-packages/gunicorn/app/base.py", line 67, in wsgi
self.callable = self.load()
File "/home/op/open-falcon/dashboard/env/lib/python3.6/site-packages/gunicorn/app/wsgiapp.py", line 52, in load
return self.load_wsgiapp()
File "/home/op/open-falcon/dashboard/env/lib/python3.6/site-packages/gunicorn/app/wsgiapp.py", line 41, in load_wsgiapp
return util.import_app(self.app_uri)
File "/home/op/open-falcon/dashboard/env/lib/python3.6/site-packages/gunicorn/util.py", line 350, in import_app
import(module)
File "/home/op/open-falcon/dashboard/wsgi.py", line 28, in
from rrd import app
File "/home/op/open-falcon/dashboard/rrd/init.py", line 44, in
from view import index
ModuleNotFoundError: No module named 'view'
[2020-11-01 17:50:23 +0800] [90858] [INFO] Worker exiting (pid: 90858)
The text was updated successfully, but these errors were encountered: