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
Traceback (most recent call last):
File "/home/jordi/projects/tracker/env/bin/g", line 8, in <module>
sys.exit(command_runner())
File "/home/jordi/projects/tracker/env/lib/python3.9/site-packages/guillotina/commands/__init__.py", line 337, in command_runner
command.run_command()
File "/home/jordi/projects/tracker/env/lib/python3.9/site-packages/guillotina/commands/__init__.py", line 175, in run_command
run_func(app, settings)
File "/home/jordi/projects/tracker/env/lib/python3.9/site-packages/guillotina/commands/__init__.py", line 190, in __run
loop.run_until_complete(self.cleanup(app))
File "/opt/python39/lib/python3.9/asyncio/base_events.py", line 642, in run_until_complete
return future.result()
File "/home/jordi/projects/tracker/env/lib/python3.9/site-packages/guillotina/commands/__init__.py", line 211, in cleanup
for task in asyncio.Task.all_tasks():
AttributeError: type object '_asyncio.Task' has no attribute 'all_tasks'
The text was updated successfully, but these errors were encountered:
jordic
changed the title
python3.7 g command fails to shutdown
python3.9 g command fails to shutdown
Jan 13, 2021
The text was updated successfully, but these errors were encountered: