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
Describe the bug
An error occurs when the configuration is completed and started.
To Reproduce
Steps to reproduce the behavior:
Send '...'python -m nazurin'...' command
See error
Error output / Logs
2024-01-17 14:17:44,749+0000 - ERROR - asyncio.base_events:1758 - - unhandled exception during asyncio.run() shutdown
task: <Task finished name='Task-7' coro=<_run_app() done, defined at /usr/local/lib/python3.10/dist-packages/aiohttp/web.py:289> exception=TypeError('As of 3.10, the *loop* parameter was removed from Queue() since it is no longer necessary')>
Environment (please complete the following information):
OS: Ubuntu 22.04.3 LTS
Python Version 3.10.12
Additional context
The python that comes with Ubuntu has been upgraded to 3.10, but there are deprecated parameters in the program.
The text was updated successfully, but these errors were encountered:
Describe the bug
An error occurs when the configuration is completed and started.
To Reproduce
Steps to reproduce the behavior:
Error output / Logs
Environment (please complete the following information):
Additional context
The python that comes with Ubuntu has been upgraded to 3.10, but there are deprecated parameters in the program.
The text was updated successfully, but these errors were encountered: