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
$ seagoat-server start ./my-app
2023-10-16 19:33:12,335 Creating server...
2023-10-16 19:33:12,337 Starting worker thread...
2023-10-16 19:33:12,343 Serving on http://0.0.0.0:53761
Exception in thread Thread-1 (_worker_function):
Traceback (most recent call last):
File "/Users/0xfd3495/anaconda3/lib/python3.11/threading.py", line 1038, in _bootstrap_inner
self.run()
File "/Users/0xfd3495/anaconda3/lib/python3.11/threading.py", line 975, in run
self._target(*self._args, **self._kwargs)
File "/Users/0xfd3495/anaconda3/lib/python3.11/site-packages/seagoat/queue/base_queue.py", line 72, in _worker_function
context = self._get_context()
^^^^^^^^^^^^^^^^^^^
File "/Users/0xfd3495/anaconda3/lib/python3.11/site-packages/seagoat/queue/task_queue.py", line 43, in _get_context
from seagoat.engine import Engine
File "/Users/0xfd3495/anaconda3/lib/python3.11/site-packages/seagoat/engine.py", line 42, in<module>nest_asyncio.apply()
File "/Users/0xfd3495/anaconda3/lib/python3.11/site-packages/nest_asyncio.py", line 18, in apply
loop = loop or asyncio.get_event_loop()
^^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/0xfd3495/anaconda3/lib/python3.11/site-packages/nest_asyncio.py", line 45, in _get_event_loop
loop = events.get_event_loop_policy().get_event_loop()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/Users/0xfd3495/anaconda3/lib/python3.11/asyncio/events.py", line 677, in get_event_loop
raise RuntimeError('There is no current event loop in thread %r.'
RuntimeError: There is no current event loop in thread 'Thread-1 (_worker_function)'.
Versions info;
The text was updated successfully, but these errors were encountered: