58 lines
2.7 KiB
Plaintext
58 lines
2.7 KiB
Plaintext
INFO: Will watch for changes in these directories: ['F:\\SOFT\\MNOTE\\wolai-backend']
|
|
INFO: Uvicorn running on http://127.0.0.1:8000 (Press CTRL+C to quit)
|
|
INFO: Started reloader process [20384] using WatchFiles
|
|
INFO: Started server process [6920]
|
|
INFO: Waiting for application startup.
|
|
INFO: Application startup complete.
|
|
WARNING: WatchFiles detected changes in 'app\main.py'. Reloading...
|
|
INFO: Shutting down
|
|
INFO: Waiting for application shutdown.
|
|
INFO: Application shutdown complete.
|
|
INFO: Finished server process [6920]
|
|
INFO: Started server process [5608]
|
|
INFO: Waiting for application startup.
|
|
INFO: Application startup complete.
|
|
WARNING: WatchFiles detected changes in 'app\deps.py'. Reloading...
|
|
INFO: Shutting down
|
|
INFO: Waiting for application shutdown.
|
|
INFO: Application shutdown complete.
|
|
INFO: Finished server process [5608]
|
|
WARNING: WatchFiles detected changes in 'app\deps.py', 'app\routers\tasks.py', 'app\workers\tasks.py', 'app\services\task_tracker.py'. Reloading...
|
|
INFO: Started server process [33148]
|
|
INFO: Waiting for application startup.
|
|
INFO: Application startup complete.
|
|
ERROR: Traceback (most recent call last):
|
|
File "C:\Users\liaib\AppData\Local\Programs\Python\Python311\Lib\asyncio\runners.py", line 118, in run
|
|
return self._loop.run_until_complete(task)
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "C:\Users\liaib\AppData\Local\Programs\Python\Python311\Lib\asyncio\base_events.py", line 654, in run_until_complete
|
|
return future.result()
|
|
^^^^^^^^^^^^^^^
|
|
asyncio.exceptions.CancelledError
|
|
|
|
During handling of the above exception, another exception occurred:
|
|
|
|
Traceback (most recent call last):
|
|
File "C:\Users\liaib\AppData\Local\Programs\Python\Python311\Lib\asyncio\runners.py", line 190, in run
|
|
return runner.run(main)
|
|
^^^^^^^^^^^^^^^^
|
|
File "C:\Users\liaib\AppData\Local\Programs\Python\Python311\Lib\asyncio\runners.py", line 123, in run
|
|
raise KeyboardInterrupt()
|
|
KeyboardInterrupt
|
|
|
|
During handling of the above exception, another exception occurred:
|
|
|
|
Traceback (most recent call last):
|
|
File "F:\SOFT\MNOTE\wolai-backend\venv\Lib\site-packages\starlette\routing.py", line 700, in lifespan
|
|
await receive()
|
|
File "F:\SOFT\MNOTE\wolai-backend\venv\Lib\site-packages\uvicorn\lifespan\on.py", line 137, in receive
|
|
return await self.receive_queue.get()
|
|
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
|
File "C:\Users\liaib\AppData\Local\Programs\Python\Python311\Lib\asyncio\queues.py", line 158, in get
|
|
await getter
|
|
asyncio.exceptions.CancelledError
|
|
|
|
INFO: Started server process [12156]
|
|
INFO: Waiting for application startup.
|
|
INFO: Application startup complete.
|