Files
test-mcp/server_reboot.log

579 lines
91 KiB
Plaintext

uvicorn : INFO: Will watch for changes in these directories: ['D:\\이태훈\\19ProjectMaster\\AICodeTest']
위치 줄:1 문자:1
+ uvicorn server:app --host 0.0.0.0 --port 8000 --reload > server_reboo ...
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (INFO: Will ...r\\AICodeTest']:String) [], RemoteException
+ FullyQualifiedErrorId : NativeCommandError
INFO: Uvicorn running on http://0.0.0.0:8000 (Press CTRL+C to quit)
INFO: Started reloader process [10864] using StatReload
INFO: Started server process [23964]
INFO: Waiting for application startup.
INFO: Application startup complete.
INFO: 172.16.40.100:2303 - "GET /dashboard HTTP/1.1" 200 OK
INFO: 172.16.40.100:2303 - "GET /project-data?t=1773018949167 HTTP/1.1" 200 OK
>>> /sync request received
INFO: 172.16.40.100:2303 - "GET /sync HTTP/1.1" 200 OK
Task exception was never retrieved
future: <Task finished name='Task-8' coro=<Connection.run() done, defined at C:\Users\User\AppData\Local\Programs\Python\Python312\Lib\site-packages\playwri
ght\_impl\_connection.py:265> exception=NotImplementedError()>
Traceback (most recent call last):
File "C:\Users\User\AppData\Local\Programs\Python\Python312\Lib\site-packages\playwright\_impl\_connection.py", line 272, in run
await self._transport.connect()
File "C:\Users\User\AppData\Local\Programs\Python\Python312\Lib\site-packages\playwright\_impl\_transport.py", line 135, in connect
raise exc
File "C:\Users\User\AppData\Local\Programs\Python\Python312\Lib\site-packages\playwright\_impl\_transport.py", line 123, in connect
self._proc = await asyncio.create_subprocess_exec(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\User\AppData\Local\Programs\Python\Python312\Lib\asyncio\subprocess.py", line 224, in create_subprocess_exec
transport, protocol = await loop.subprocess_exec(
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\User\AppData\Local\Programs\Python\Python312\Lib\asyncio\base_events.py", line 1743, in subprocess_exec
transport = await self._make_subprocess_transport(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\User\AppData\Local\Programs\Python\Python312\Lib\asyncio\base_events.py", line 524, in _make_subprocess_transport
raise NotImplementedError
NotImplementedError
ERROR: Exception in ASGI application
+ Exception Group Traceback (most recent call last):
| File "C:\Users\User\AppData\Local\Programs\Python\Python312\Lib\site-packages\uvicorn\protocols\http\h11_impl.py", line 407, in run_asgi
| result = await app( # type: ignore[func-returns-value]
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
| File "C:\Users\User\AppData\Local\Programs\Python\Python312\Lib\site-packages\uvicorn\middleware\proxy_headers.py", line 69, in __call__
| return await self.app(scope, receive, send)
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
| File "C:\Users\User\AppData\Local\Programs\Python\Python312\Lib\site-packages\fastapi\applications.py", line 1054, in __call__
| await super().__call__(scope, receive, send)
| File "C:\Users\User\AppData\Local\Programs\Python\Python312\Lib\site-packages\starlette\applications.py", line 123, in __call__
| await self.middleware_stack(scope, receive, send)
| File "C:\Users\User\AppData\Local\Programs\Python\Python312\Lib\site-packages\starlette\middleware\errors.py", line 186, in __call__
| raise exc
| File "C:\Users\User\AppData\Local\Programs\Python\Python312\Lib\site-packages\starlette\middleware\errors.py", line 164, in __call__
| await self.app(scope, receive, _send)
| File "C:\Users\User\AppData\Local\Programs\Python\Python312\Lib\site-packages\starlette\middleware\cors.py", line 83, in __call__
| await self.app(scope, receive, send)
| File "C:\Users\User\AppData\Local\Programs\Python\Python312\Lib\site-packages\starlette\middleware\exceptions.py", line 62, in __call__
| await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
| File "C:\Users\User\AppData\Local\Programs\Python\Python312\Lib\site-packages\starlette\_exception_handler.py", line 64, in wrapped_app
| raise exc
| File "C:\Users\User\AppData\Local\Programs\Python\Python312\Lib\site-packages\starlette\_exception_handler.py", line 53, in wrapped_app
| await app(scope, receive, sender)
| File "C:\Users\User\AppData\Local\Programs\Python\Python312\Lib\site-packages\starlette\routing.py", line 758, in __call__
| await self.middleware_stack(scope, receive, send)
| File "C:\Users\User\AppData\Local\Programs\Python\Python312\Lib\site-packages\starlette\routing.py", line 778, in app
| await route.handle(scope, receive, send)
| File "C:\Users\User\AppData\Local\Programs\Python\Python312\Lib\site-packages\starlette\routing.py", line 299, in handle
| await self.app(scope, receive, send)
| File "C:\Users\User\AppData\Local\Programs\Python\Python312\Lib\site-packages\starlette\routing.py", line 79, in app
| await wrap_app_handling_exceptions(app, request)(scope, receive, send)
| File "C:\Users\User\AppData\Local\Programs\Python\Python312\Lib\site-packages\starlette\_exception_handler.py", line 64, in wrapped_app
| raise exc
| File "C:\Users\User\AppData\Local\Programs\Python\Python312\Lib\site-packages\starlette\_exception_handler.py", line 53, in wrapped_app
| await app(scope, receive, sender)
| File "C:\Users\User\AppData\Local\Programs\Python\Python312\Lib\site-packages\starlette\routing.py", line 77, in app
| await response(scope, receive, send)
| File "C:\Users\User\AppData\Local\Programs\Python\Python312\Lib\site-packages\starlette\responses.py", line 257, in __call__
| async with anyio.create_task_group() as task_group:
| File "C:\Users\User\AppData\Local\Programs\Python\Python312\Lib\site-packages\anyio\_backends\_asyncio.py", line 783, in __aexit__
| raise BaseExceptionGroup(
| ExceptionGroup: unhandled errors in a TaskGroup (1 sub-exception)
+-+---------------- 1 ----------------
| Traceback (most recent call last):
| File "C:\Users\User\AppData\Local\Programs\Python\Python312\Lib\site-packages\starlette\responses.py", line 260, in wrap
| await func()
| File "C:\Users\User\AppData\Local\Programs\Python\Python312\Lib\site-packages\starlette\responses.py", line 249, in stream_response
| async for chunk in self.body_iterator:
| File "D:\이태훈\19ProjectMaster\AICodeTest\crawler_service.py", line 36, in run_crawler_service
| async with async_playwright() as p:
| File "C:\Users\User\AppData\Local\Programs\Python\Python312\Lib\site-packages\playwright\async_api\_context_manager.py", line 47, in __aenter__
| playwright = AsyncPlaywright(next(iter(done)).result())
| ^^^^^^^^^^^^^^^^^^^^^^^^^
| File "C:\Users\User\AppData\Local\Programs\Python\Python312\Lib\site-packages\playwright\_impl\_transport.py", line 123, in connect
| self._proc = await asyncio.create_subprocess_exec(
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
| File "C:\Users\User\AppData\Local\Programs\Python\Python312\Lib\asyncio\subprocess.py", line 224, in create_subprocess_exec
| transport, protocol = await loop.subprocess_exec(
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^
| File "C:\Users\User\AppData\Local\Programs\Python\Python312\Lib\asyncio\base_events.py", line 1743, in subprocess_exec
| transport = await self._make_subprocess_transport(
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
| File "C:\Users\User\AppData\Local\Programs\Python\Python312\Lib\asyncio\base_events.py", line 524, in _make_subprocess_transport
| raise NotImplementedError
| NotImplementedError
+------------------------------------
INFO: 172.16.40.100:2304 - "GET /dashboard HTTP/1.1" 200 OK
INFO: 172.16.40.100:2304 - "GET /style/common.css HTTP/1.1" 200 OK
INFO: 172.16.40.100:2305 - "GET /style/dashboard.css HTTP/1.1" 200 OK
INFO: 172.16.40.100:2307 - "GET /js/dashboard.js HTTP/1.1" 200 OK
INFO: 172.16.40.100:2306 - "GET /js/common.js HTTP/1.1" 200 OK
INFO: 172.16.40.100:2305 - "GET /project-data?t=1773018952837 HTTP/1.1" 200 OK
INFO: 172.16.40.100:2318 - "GET /dashboard HTTP/1.1" 200 OK
INFO: 172.16.40.100:2318 - "GET /style/common.css HTTP/1.1" 200 OK
INFO: 172.16.40.100:2319 - "GET /style/dashboard.css HTTP/1.1" 200 OK
INFO: 172.16.40.100:2320 - "GET /js/common.js HTTP/1.1" 200 OK
INFO: 172.16.40.100:2321 - "GET /js/dashboard.js HTTP/1.1" 200 OK
INFO: 172.16.40.100:2321 - "GET /project-data?t=1773018980926 HTTP/1.1" 200 OK
>>> /sync request received
INFO: 172.16.40.100:2321 - "GET /sync HTTP/1.1" 200 OK
Task exception was never retrieved
future: <Task finished name='Task-31' coro=<Connection.run() done, defined at C:\Users\User\AppData\Local\Programs\Python\Python312\Lib\site-packages\playwr
ight\_impl\_connection.py:265> exception=NotImplementedError()>
Traceback (most recent call last):
File "C:\Users\User\AppData\Local\Programs\Python\Python312\Lib\site-packages\playwright\_impl\_connection.py", line 272, in run
await self._transport.connect()
File "C:\Users\User\AppData\Local\Programs\Python\Python312\Lib\site-packages\playwright\_impl\_transport.py", line 135, in connect
raise exc
File "C:\Users\User\AppData\Local\Programs\Python\Python312\Lib\site-packages\playwright\_impl\_transport.py", line 123, in connect
self._proc = await asyncio.create_subprocess_exec(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\User\AppData\Local\Programs\Python\Python312\Lib\asyncio\subprocess.py", line 224, in create_subprocess_exec
transport, protocol = await loop.subprocess_exec(
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\User\AppData\Local\Programs\Python\Python312\Lib\asyncio\base_events.py", line 1743, in subprocess_exec
transport = await self._make_subprocess_transport(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\User\AppData\Local\Programs\Python\Python312\Lib\asyncio\base_events.py", line 524, in _make_subprocess_transport
raise NotImplementedError
NotImplementedError
ERROR: Exception in ASGI application
+ Exception Group Traceback (most recent call last):
| File "C:\Users\User\AppData\Local\Programs\Python\Python312\Lib\site-packages\uvicorn\protocols\http\h11_impl.py", line 407, in run_asgi
| result = await app( # type: ignore[func-returns-value]
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
| File "C:\Users\User\AppData\Local\Programs\Python\Python312\Lib\site-packages\uvicorn\middleware\proxy_headers.py", line 69, in __call__
| return await self.app(scope, receive, send)
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
| File "C:\Users\User\AppData\Local\Programs\Python\Python312\Lib\site-packages\fastapi\applications.py", line 1054, in __call__
| await super().__call__(scope, receive, send)
| File "C:\Users\User\AppData\Local\Programs\Python\Python312\Lib\site-packages\starlette\applications.py", line 123, in __call__
| await self.middleware_stack(scope, receive, send)
| File "C:\Users\User\AppData\Local\Programs\Python\Python312\Lib\site-packages\starlette\middleware\errors.py", line 186, in __call__
| raise exc
| File "C:\Users\User\AppData\Local\Programs\Python\Python312\Lib\site-packages\starlette\middleware\errors.py", line 164, in __call__
| await self.app(scope, receive, _send)
| File "C:\Users\User\AppData\Local\Programs\Python\Python312\Lib\site-packages\starlette\middleware\cors.py", line 83, in __call__
| await self.app(scope, receive, send)
| File "C:\Users\User\AppData\Local\Programs\Python\Python312\Lib\site-packages\starlette\middleware\exceptions.py", line 62, in __call__
| await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
| File "C:\Users\User\AppData\Local\Programs\Python\Python312\Lib\site-packages\starlette\_exception_handler.py", line 64, in wrapped_app
| raise exc
| File "C:\Users\User\AppData\Local\Programs\Python\Python312\Lib\site-packages\starlette\_exception_handler.py", line 53, in wrapped_app
| await app(scope, receive, sender)
| File "C:\Users\User\AppData\Local\Programs\Python\Python312\Lib\site-packages\starlette\routing.py", line 758, in __call__
| await self.middleware_stack(scope, receive, send)
| File "C:\Users\User\AppData\Local\Programs\Python\Python312\Lib\site-packages\starlette\routing.py", line 778, in app
| await route.handle(scope, receive, send)
| File "C:\Users\User\AppData\Local\Programs\Python\Python312\Lib\site-packages\starlette\routing.py", line 299, in handle
| await self.app(scope, receive, send)
| File "C:\Users\User\AppData\Local\Programs\Python\Python312\Lib\site-packages\starlette\routing.py", line 79, in app
| await wrap_app_handling_exceptions(app, request)(scope, receive, send)
| File "C:\Users\User\AppData\Local\Programs\Python\Python312\Lib\site-packages\starlette\_exception_handler.py", line 64, in wrapped_app
| raise exc
| File "C:\Users\User\AppData\Local\Programs\Python\Python312\Lib\site-packages\starlette\_exception_handler.py", line 53, in wrapped_app
| await app(scope, receive, sender)
| File "C:\Users\User\AppData\Local\Programs\Python\Python312\Lib\site-packages\starlette\routing.py", line 77, in app
| await response(scope, receive, send)
| File "C:\Users\User\AppData\Local\Programs\Python\Python312\Lib\site-packages\starlette\responses.py", line 257, in __call__
| async with anyio.create_task_group() as task_group:
| File "C:\Users\User\AppData\Local\Programs\Python\Python312\Lib\site-packages\anyio\_backends\_asyncio.py", line 783, in __aexit__
| raise BaseExceptionGroup(
| ExceptionGroup: unhandled errors in a TaskGroup (1 sub-exception)
+-+---------------- 1 ----------------
| Traceback (most recent call last):
| File "C:\Users\User\AppData\Local\Programs\Python\Python312\Lib\site-packages\starlette\responses.py", line 260, in wrap
| await func()
| File "C:\Users\User\AppData\Local\Programs\Python\Python312\Lib\site-packages\starlette\responses.py", line 249, in stream_response
| async for chunk in self.body_iterator:
| File "D:\이태훈\19ProjectMaster\AICodeTest\crawler_service.py", line 36, in run_crawler_service
| async with async_playwright() as p:
| File "C:\Users\User\AppData\Local\Programs\Python\Python312\Lib\site-packages\playwright\async_api\_context_manager.py", line 47, in __aenter__
| playwright = AsyncPlaywright(next(iter(done)).result())
| ^^^^^^^^^^^^^^^^^^^^^^^^^
| File "C:\Users\User\AppData\Local\Programs\Python\Python312\Lib\site-packages\playwright\_impl\_transport.py", line 123, in connect
| self._proc = await asyncio.create_subprocess_exec(
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
| File "C:\Users\User\AppData\Local\Programs\Python\Python312\Lib\asyncio\subprocess.py", line 224, in create_subprocess_exec
| transport, protocol = await loop.subprocess_exec(
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^
| File "C:\Users\User\AppData\Local\Programs\Python\Python312\Lib\asyncio\base_events.py", line 1743, in subprocess_exec
| transport = await self._make_subprocess_transport(
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
| File "C:\Users\User\AppData\Local\Programs\Python\Python312\Lib\asyncio\base_events.py", line 524, in _make_subprocess_transport
| raise NotImplementedError
| NotImplementedError
+------------------------------------
INFO: 172.16.40.100:2329 - "GET /dashboard HTTP/1.1" 200 OK
INFO: 172.16.40.100:2330 - "GET /style/dashboard.css HTTP/1.1" 200 OK
INFO: 172.16.40.100:2329 - "GET /style/common.css HTTP/1.1" 200 OK
INFO: 172.16.40.100:2331 - "GET /js/common.js HTTP/1.1" 200 OK
INFO: 172.16.40.100:2332 - "GET /js/dashboard.js HTTP/1.1" 200 OK
INFO: 172.16.40.100:2332 - "GET /project-data?t=1773018990120 HTTP/1.1" 200 OK
>>> /sync request received
INFO: 172.16.40.100:2332 - "GET /sync HTTP/1.1" 200 OK
Task exception was never retrieved
future: <Task finished name='Task-44' coro=<Connection.run() done, defined at C:\Users\User\AppData\Local\Programs\Python\Python312\Lib\site-packages\playwr
ight\_impl\_connection.py:265> exception=NotImplementedError()>
Traceback (most recent call last):
File "C:\Users\User\AppData\Local\Programs\Python\Python312\Lib\site-packages\playwright\_impl\_connection.py", line 272, in run
await self._transport.connect()
File "C:\Users\User\AppData\Local\Programs\Python\Python312\Lib\site-packages\playwright\_impl\_transport.py", line 135, in connect
raise exc
File "C:\Users\User\AppData\Local\Programs\Python\Python312\Lib\site-packages\playwright\_impl\_transport.py", line 123, in connect
self._proc = await asyncio.create_subprocess_exec(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\User\AppData\Local\Programs\Python\Python312\Lib\asyncio\subprocess.py", line 224, in create_subprocess_exec
transport, protocol = await loop.subprocess_exec(
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\User\AppData\Local\Programs\Python\Python312\Lib\asyncio\base_events.py", line 1743, in subprocess_exec
transport = await self._make_subprocess_transport(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\User\AppData\Local\Programs\Python\Python312\Lib\asyncio\base_events.py", line 524, in _make_subprocess_transport
raise NotImplementedError
NotImplementedError
ERROR: Exception in ASGI application
+ Exception Group Traceback (most recent call last):
| File "C:\Users\User\AppData\Local\Programs\Python\Python312\Lib\site-packages\uvicorn\protocols\http\h11_impl.py", line 407, in run_asgi
| result = await app( # type: ignore[func-returns-value]
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
| File "C:\Users\User\AppData\Local\Programs\Python\Python312\Lib\site-packages\uvicorn\middleware\proxy_headers.py", line 69, in __call__
| return await self.app(scope, receive, send)
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
| File "C:\Users\User\AppData\Local\Programs\Python\Python312\Lib\site-packages\fastapi\applications.py", line 1054, in __call__
| await super().__call__(scope, receive, send)
| File "C:\Users\User\AppData\Local\Programs\Python\Python312\Lib\site-packages\starlette\applications.py", line 123, in __call__
| await self.middleware_stack(scope, receive, send)
| File "C:\Users\User\AppData\Local\Programs\Python\Python312\Lib\site-packages\starlette\middleware\errors.py", line 186, in __call__
| raise exc
| File "C:\Users\User\AppData\Local\Programs\Python\Python312\Lib\site-packages\starlette\middleware\errors.py", line 164, in __call__
| await self.app(scope, receive, _send)
| File "C:\Users\User\AppData\Local\Programs\Python\Python312\Lib\site-packages\starlette\middleware\cors.py", line 83, in __call__
| await self.app(scope, receive, send)
| File "C:\Users\User\AppData\Local\Programs\Python\Python312\Lib\site-packages\starlette\middleware\exceptions.py", line 62, in __call__
| await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
| File "C:\Users\User\AppData\Local\Programs\Python\Python312\Lib\site-packages\starlette\_exception_handler.py", line 64, in wrapped_app
| raise exc
| File "C:\Users\User\AppData\Local\Programs\Python\Python312\Lib\site-packages\starlette\_exception_handler.py", line 53, in wrapped_app
| await app(scope, receive, sender)
| File "C:\Users\User\AppData\Local\Programs\Python\Python312\Lib\site-packages\starlette\routing.py", line 758, in __call__
| await self.middleware_stack(scope, receive, send)
| File "C:\Users\User\AppData\Local\Programs\Python\Python312\Lib\site-packages\starlette\routing.py", line 778, in app
| await route.handle(scope, receive, send)
| File "C:\Users\User\AppData\Local\Programs\Python\Python312\Lib\site-packages\starlette\routing.py", line 299, in handle
| await self.app(scope, receive, send)
| File "C:\Users\User\AppData\Local\Programs\Python\Python312\Lib\site-packages\starlette\routing.py", line 79, in app
| await wrap_app_handling_exceptions(app, request)(scope, receive, send)
| File "C:\Users\User\AppData\Local\Programs\Python\Python312\Lib\site-packages\starlette\_exception_handler.py", line 64, in wrapped_app
| raise exc
| File "C:\Users\User\AppData\Local\Programs\Python\Python312\Lib\site-packages\starlette\_exception_handler.py", line 53, in wrapped_app
| await app(scope, receive, sender)
| File "C:\Users\User\AppData\Local\Programs\Python\Python312\Lib\site-packages\starlette\routing.py", line 77, in app
| await response(scope, receive, send)
| File "C:\Users\User\AppData\Local\Programs\Python\Python312\Lib\site-packages\starlette\responses.py", line 257, in __call__
| async with anyio.create_task_group() as task_group:
| File "C:\Users\User\AppData\Local\Programs\Python\Python312\Lib\site-packages\anyio\_backends\_asyncio.py", line 783, in __aexit__
| raise BaseExceptionGroup(
| ExceptionGroup: unhandled errors in a TaskGroup (1 sub-exception)
+-+---------------- 1 ----------------
| Traceback (most recent call last):
| File "C:\Users\User\AppData\Local\Programs\Python\Python312\Lib\site-packages\starlette\responses.py", line 260, in wrap
| await func()
| File "C:\Users\User\AppData\Local\Programs\Python\Python312\Lib\site-packages\starlette\responses.py", line 249, in stream_response
| async for chunk in self.body_iterator:
| File "D:\이태훈\19ProjectMaster\AICodeTest\crawler_service.py", line 36, in run_crawler_service
| async with async_playwright() as p:
| File "C:\Users\User\AppData\Local\Programs\Python\Python312\Lib\site-packages\playwright\async_api\_context_manager.py", line 47, in __aenter__
| playwright = AsyncPlaywright(next(iter(done)).result())
| ^^^^^^^^^^^^^^^^^^^^^^^^^
| File "C:\Users\User\AppData\Local\Programs\Python\Python312\Lib\site-packages\playwright\_impl\_transport.py", line 123, in connect
| self._proc = await asyncio.create_subprocess_exec(
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
| File "C:\Users\User\AppData\Local\Programs\Python\Python312\Lib\asyncio\subprocess.py", line 224, in create_subprocess_exec
| transport, protocol = await loop.subprocess_exec(
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^
| File "C:\Users\User\AppData\Local\Programs\Python\Python312\Lib\asyncio\base_events.py", line 1743, in subprocess_exec
| transport = await self._make_subprocess_transport(
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
| File "C:\Users\User\AppData\Local\Programs\Python\Python312\Lib\asyncio\base_events.py", line 524, in _make_subprocess_transport
| raise NotImplementedError
| NotImplementedError
+------------------------------------
INFO: 172.16.40.100:2342 - "GET /dashboard HTTP/1.1" 200 OK
INFO: 172.16.40.100:2342 - "GET /style/common.css HTTP/1.1" 200 OK
INFO: 172.16.40.100:2343 - "GET /style/dashboard.css HTTP/1.1" 200 OK
INFO: 172.16.40.100:2344 - "GET /js/common.js HTTP/1.1" 200 OK
INFO: 172.16.40.100:2345 - "GET /js/dashboard.js HTTP/1.1" 200 OK
INFO: 172.16.40.100:2344 - "GET /project-data?t=1773019026752 HTTP/1.1" 200 OK
>>> /sync request received
INFO: 172.16.40.100:2344 - "GET /sync HTTP/1.1" 200 OK
Task exception was never retrieved
future: <Task finished name='Task-57' coro=<Connection.run() done, defined at C:\Users\User\AppData\Local\Programs\Python\Python312\Lib\site-packages\playwr
ight\_impl\_connection.py:265> exception=NotImplementedError()>
Traceback (most recent call last):
File "C:\Users\User\AppData\Local\Programs\Python\Python312\Lib\site-packages\playwright\_impl\_connection.py", line 272, in run
await self._transport.connect()
File "C:\Users\User\AppData\Local\Programs\Python\Python312\Lib\site-packages\playwright\_impl\_transport.py", line 135, in connect
raise exc
File "C:\Users\User\AppData\Local\Programs\Python\Python312\Lib\site-packages\playwright\_impl\_transport.py", line 123, in connect
self._proc = await asyncio.create_subprocess_exec(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\User\AppData\Local\Programs\Python\Python312\Lib\asyncio\subprocess.py", line 224, in create_subprocess_exec
transport, protocol = await loop.subprocess_exec(
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\User\AppData\Local\Programs\Python\Python312\Lib\asyncio\base_events.py", line 1743, in subprocess_exec
transport = await self._make_subprocess_transport(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\User\AppData\Local\Programs\Python\Python312\Lib\asyncio\base_events.py", line 524, in _make_subprocess_transport
raise NotImplementedError
NotImplementedError
ERROR: Exception in ASGI application
+ Exception Group Traceback (most recent call last):
| File "C:\Users\User\AppData\Local\Programs\Python\Python312\Lib\site-packages\uvicorn\protocols\http\h11_impl.py", line 407, in run_asgi
| result = await app( # type: ignore[func-returns-value]
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
| File "C:\Users\User\AppData\Local\Programs\Python\Python312\Lib\site-packages\uvicorn\middleware\proxy_headers.py", line 69, in __call__
| return await self.app(scope, receive, send)
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
| File "C:\Users\User\AppData\Local\Programs\Python\Python312\Lib\site-packages\fastapi\applications.py", line 1054, in __call__
| await super().__call__(scope, receive, send)
| File "C:\Users\User\AppData\Local\Programs\Python\Python312\Lib\site-packages\starlette\applications.py", line 123, in __call__
| await self.middleware_stack(scope, receive, send)
| File "C:\Users\User\AppData\Local\Programs\Python\Python312\Lib\site-packages\starlette\middleware\errors.py", line 186, in __call__
| raise exc
| File "C:\Users\User\AppData\Local\Programs\Python\Python312\Lib\site-packages\starlette\middleware\errors.py", line 164, in __call__
| await self.app(scope, receive, _send)
| File "C:\Users\User\AppData\Local\Programs\Python\Python312\Lib\site-packages\starlette\middleware\cors.py", line 83, in __call__
| await self.app(scope, receive, send)
| File "C:\Users\User\AppData\Local\Programs\Python\Python312\Lib\site-packages\starlette\middleware\exceptions.py", line 62, in __call__
| await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
| File "C:\Users\User\AppData\Local\Programs\Python\Python312\Lib\site-packages\starlette\_exception_handler.py", line 64, in wrapped_app
| raise exc
| File "C:\Users\User\AppData\Local\Programs\Python\Python312\Lib\site-packages\starlette\_exception_handler.py", line 53, in wrapped_app
| await app(scope, receive, sender)
| File "C:\Users\User\AppData\Local\Programs\Python\Python312\Lib\site-packages\starlette\routing.py", line 758, in __call__
| await self.middleware_stack(scope, receive, send)
| File "C:\Users\User\AppData\Local\Programs\Python\Python312\Lib\site-packages\starlette\routing.py", line 778, in app
| await route.handle(scope, receive, send)
| File "C:\Users\User\AppData\Local\Programs\Python\Python312\Lib\site-packages\starlette\routing.py", line 299, in handle
| await self.app(scope, receive, send)
| File "C:\Users\User\AppData\Local\Programs\Python\Python312\Lib\site-packages\starlette\routing.py", line 79, in app
| await wrap_app_handling_exceptions(app, request)(scope, receive, send)
| File "C:\Users\User\AppData\Local\Programs\Python\Python312\Lib\site-packages\starlette\_exception_handler.py", line 64, in wrapped_app
| raise exc
| File "C:\Users\User\AppData\Local\Programs\Python\Python312\Lib\site-packages\starlette\_exception_handler.py", line 53, in wrapped_app
| await app(scope, receive, sender)
| File "C:\Users\User\AppData\Local\Programs\Python\Python312\Lib\site-packages\starlette\routing.py", line 77, in app
| await response(scope, receive, send)
| File "C:\Users\User\AppData\Local\Programs\Python\Python312\Lib\site-packages\starlette\responses.py", line 257, in __call__
| async with anyio.create_task_group() as task_group:
| File "C:\Users\User\AppData\Local\Programs\Python\Python312\Lib\site-packages\anyio\_backends\_asyncio.py", line 783, in __aexit__
| raise BaseExceptionGroup(
| ExceptionGroup: unhandled errors in a TaskGroup (1 sub-exception)
+-+---------------- 1 ----------------
| Traceback (most recent call last):
| File "C:\Users\User\AppData\Local\Programs\Python\Python312\Lib\site-packages\starlette\responses.py", line 260, in wrap
| await func()
| File "C:\Users\User\AppData\Local\Programs\Python\Python312\Lib\site-packages\starlette\responses.py", line 249, in stream_response
| async for chunk in self.body_iterator:
| File "D:\이태훈\19ProjectMaster\AICodeTest\crawler_service.py", line 36, in run_crawler_service
| async with async_playwright() as p:
| File "C:\Users\User\AppData\Local\Programs\Python\Python312\Lib\site-packages\playwright\async_api\_context_manager.py", line 47, in __aenter__
| playwright = AsyncPlaywright(next(iter(done)).result())
| ^^^^^^^^^^^^^^^^^^^^^^^^^
| File "C:\Users\User\AppData\Local\Programs\Python\Python312\Lib\site-packages\playwright\_impl\_transport.py", line 123, in connect
| self._proc = await asyncio.create_subprocess_exec(
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
| File "C:\Users\User\AppData\Local\Programs\Python\Python312\Lib\asyncio\subprocess.py", line 224, in create_subprocess_exec
| transport, protocol = await loop.subprocess_exec(
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^
| File "C:\Users\User\AppData\Local\Programs\Python\Python312\Lib\asyncio\base_events.py", line 1743, in subprocess_exec
| transport = await self._make_subprocess_transport(
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
| File "C:\Users\User\AppData\Local\Programs\Python\Python312\Lib\asyncio\base_events.py", line 524, in _make_subprocess_transport
| raise NotImplementedError
| NotImplementedError
+------------------------------------
>>> /sync request received
INFO: 172.16.40.100:2343 - "GET /sync HTTP/1.1" 200 OK
Task exception was never retrieved
future: <Task finished name='Task-60' coro=<Connection.run() done, defined at C:\Users\User\AppData\Local\Programs\Python\Python312\Lib\site-packages\playwr
ight\_impl\_connection.py:265> exception=NotImplementedError()>
Traceback (most recent call last):
File "C:\Users\User\AppData\Local\Programs\Python\Python312\Lib\site-packages\playwright\_impl\_connection.py", line 272, in run
await self._transport.connect()
File "C:\Users\User\AppData\Local\Programs\Python\Python312\Lib\site-packages\playwright\_impl\_transport.py", line 135, in connect
raise exc
File "C:\Users\User\AppData\Local\Programs\Python\Python312\Lib\site-packages\playwright\_impl\_transport.py", line 123, in connect
self._proc = await asyncio.create_subprocess_exec(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\User\AppData\Local\Programs\Python\Python312\Lib\asyncio\subprocess.py", line 224, in create_subprocess_exec
transport, protocol = await loop.subprocess_exec(
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\User\AppData\Local\Programs\Python\Python312\Lib\asyncio\base_events.py", line 1743, in subprocess_exec
transport = await self._make_subprocess_transport(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\User\AppData\Local\Programs\Python\Python312\Lib\asyncio\base_events.py", line 524, in _make_subprocess_transport
raise NotImplementedError
NotImplementedError
ERROR: Exception in ASGI application
+ Exception Group Traceback (most recent call last):
| File "C:\Users\User\AppData\Local\Programs\Python\Python312\Lib\site-packages\uvicorn\protocols\http\h11_impl.py", line 407, in run_asgi
| result = await app( # type: ignore[func-returns-value]
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
| File "C:\Users\User\AppData\Local\Programs\Python\Python312\Lib\site-packages\uvicorn\middleware\proxy_headers.py", line 69, in __call__
| return await self.app(scope, receive, send)
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
| File "C:\Users\User\AppData\Local\Programs\Python\Python312\Lib\site-packages\fastapi\applications.py", line 1054, in __call__
| await super().__call__(scope, receive, send)
| File "C:\Users\User\AppData\Local\Programs\Python\Python312\Lib\site-packages\starlette\applications.py", line 123, in __call__
| await self.middleware_stack(scope, receive, send)
| File "C:\Users\User\AppData\Local\Programs\Python\Python312\Lib\site-packages\starlette\middleware\errors.py", line 186, in __call__
| raise exc
| File "C:\Users\User\AppData\Local\Programs\Python\Python312\Lib\site-packages\starlette\middleware\errors.py", line 164, in __call__
| await self.app(scope, receive, _send)
| File "C:\Users\User\AppData\Local\Programs\Python\Python312\Lib\site-packages\starlette\middleware\cors.py", line 83, in __call__
| await self.app(scope, receive, send)
| File "C:\Users\User\AppData\Local\Programs\Python\Python312\Lib\site-packages\starlette\middleware\exceptions.py", line 62, in __call__
| await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
| File "C:\Users\User\AppData\Local\Programs\Python\Python312\Lib\site-packages\starlette\_exception_handler.py", line 64, in wrapped_app
| raise exc
| File "C:\Users\User\AppData\Local\Programs\Python\Python312\Lib\site-packages\starlette\_exception_handler.py", line 53, in wrapped_app
| await app(scope, receive, sender)
| File "C:\Users\User\AppData\Local\Programs\Python\Python312\Lib\site-packages\starlette\routing.py", line 758, in __call__
| await self.middleware_stack(scope, receive, send)
| File "C:\Users\User\AppData\Local\Programs\Python\Python312\Lib\site-packages\starlette\routing.py", line 778, in app
| await route.handle(scope, receive, send)
| File "C:\Users\User\AppData\Local\Programs\Python\Python312\Lib\site-packages\starlette\routing.py", line 299, in handle
| await self.app(scope, receive, send)
| File "C:\Users\User\AppData\Local\Programs\Python\Python312\Lib\site-packages\starlette\routing.py", line 79, in app
| await wrap_app_handling_exceptions(app, request)(scope, receive, send)
| File "C:\Users\User\AppData\Local\Programs\Python\Python312\Lib\site-packages\starlette\_exception_handler.py", line 64, in wrapped_app
| raise exc
| File "C:\Users\User\AppData\Local\Programs\Python\Python312\Lib\site-packages\starlette\_exception_handler.py", line 53, in wrapped_app
| await app(scope, receive, sender)
| File "C:\Users\User\AppData\Local\Programs\Python\Python312\Lib\site-packages\starlette\routing.py", line 77, in app
| await response(scope, receive, send)
| File "C:\Users\User\AppData\Local\Programs\Python\Python312\Lib\site-packages\starlette\responses.py", line 257, in __call__
| async with anyio.create_task_group() as task_group:
| File "C:\Users\User\AppData\Local\Programs\Python\Python312\Lib\site-packages\anyio\_backends\_asyncio.py", line 783, in __aexit__
| raise BaseExceptionGroup(
| ExceptionGroup: unhandled errors in a TaskGroup (1 sub-exception)
+-+---------------- 1 ----------------
| Traceback (most recent call last):
| File "C:\Users\User\AppData\Local\Programs\Python\Python312\Lib\site-packages\starlette\responses.py", line 260, in wrap
| await func()
| File "C:\Users\User\AppData\Local\Programs\Python\Python312\Lib\site-packages\starlette\responses.py", line 249, in stream_response
| async for chunk in self.body_iterator:
| File "D:\이태훈\19ProjectMaster\AICodeTest\crawler_service.py", line 36, in run_crawler_service
| async with async_playwright() as p:
| File "C:\Users\User\AppData\Local\Programs\Python\Python312\Lib\site-packages\playwright\async_api\_context_manager.py", line 47, in __aenter__
| playwright = AsyncPlaywright(next(iter(done)).result())
| ^^^^^^^^^^^^^^^^^^^^^^^^^
| File "C:\Users\User\AppData\Local\Programs\Python\Python312\Lib\site-packages\playwright\_impl\_transport.py", line 123, in connect
| self._proc = await asyncio.create_subprocess_exec(
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
| File "C:\Users\User\AppData\Local\Programs\Python\Python312\Lib\asyncio\subprocess.py", line 224, in create_subprocess_exec
| transport, protocol = await loop.subprocess_exec(
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^
| File "C:\Users\User\AppData\Local\Programs\Python\Python312\Lib\asyncio\base_events.py", line 1743, in subprocess_exec
| transport = await self._make_subprocess_transport(
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
| File "C:\Users\User\AppData\Local\Programs\Python\Python312\Lib\asyncio\base_events.py", line 524, in _make_subprocess_transport
| raise NotImplementedError
| NotImplementedError
+------------------------------------
INFO: 172.16.40.100:2361 - "GET /dashboard HTTP/1.1" 200 OK
INFO: 172.16.40.100:2361 - "GET /style/common.css HTTP/1.1" 200 OK
INFO: 172.16.40.100:2362 - "GET /style/dashboard.css HTTP/1.1" 200 OK
INFO: 172.16.40.100:2363 - "GET /js/common.js HTTP/1.1" 200 OK
INFO: 172.16.40.100:2364 - "GET /js/dashboard.js HTTP/1.1" 200 OK
INFO: 172.16.40.100:2364 - "GET /project-data?t=1773019081400 HTTP/1.1" 200 OK
>>> /sync request received
INFO: 172.16.40.100:2364 - "GET /sync HTTP/1.1" 200 OK
Task exception was never retrieved
future: <Task finished name='Task-73' coro=<Connection.run() done, defined at C:\Users\User\AppData\Local\Programs\Python\Python312\Lib\site-packages\playwr
ight\_impl\_connection.py:265> exception=NotImplementedError()>
Traceback (most recent call last):
File "C:\Users\User\AppData\Local\Programs\Python\Python312\Lib\site-packages\playwright\_impl\_connection.py", line 272, in run
await self._transport.connect()
File "C:\Users\User\AppData\Local\Programs\Python\Python312\Lib\site-packages\playwright\_impl\_transport.py", line 135, in connect
raise exc
File "C:\Users\User\AppData\Local\Programs\Python\Python312\Lib\site-packages\playwright\_impl\_transport.py", line 123, in connect
self._proc = await asyncio.create_subprocess_exec(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\User\AppData\Local\Programs\Python\Python312\Lib\asyncio\subprocess.py", line 224, in create_subprocess_exec
transport, protocol = await loop.subprocess_exec(
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\User\AppData\Local\Programs\Python\Python312\Lib\asyncio\base_events.py", line 1743, in subprocess_exec
transport = await self._make_subprocess_transport(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\User\AppData\Local\Programs\Python\Python312\Lib\asyncio\base_events.py", line 524, in _make_subprocess_transport
raise NotImplementedError
NotImplementedError
ERROR: Exception in ASGI application
+ Exception Group Traceback (most recent call last):
| File "C:\Users\User\AppData\Local\Programs\Python\Python312\Lib\site-packages\uvicorn\protocols\http\h11_impl.py", line 407, in run_asgi
| result = await app( # type: ignore[func-returns-value]
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
| File "C:\Users\User\AppData\Local\Programs\Python\Python312\Lib\site-packages\uvicorn\middleware\proxy_headers.py", line 69, in __call__
| return await self.app(scope, receive, send)
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
| File "C:\Users\User\AppData\Local\Programs\Python\Python312\Lib\site-packages\fastapi\applications.py", line 1054, in __call__
| await super().__call__(scope, receive, send)
| File "C:\Users\User\AppData\Local\Programs\Python\Python312\Lib\site-packages\starlette\applications.py", line 123, in __call__
| await self.middleware_stack(scope, receive, send)
| File "C:\Users\User\AppData\Local\Programs\Python\Python312\Lib\site-packages\starlette\middleware\errors.py", line 186, in __call__
| raise exc
| File "C:\Users\User\AppData\Local\Programs\Python\Python312\Lib\site-packages\starlette\middleware\errors.py", line 164, in __call__
| await self.app(scope, receive, _send)
| File "C:\Users\User\AppData\Local\Programs\Python\Python312\Lib\site-packages\starlette\middleware\cors.py", line 83, in __call__
| await self.app(scope, receive, send)
| File "C:\Users\User\AppData\Local\Programs\Python\Python312\Lib\site-packages\starlette\middleware\exceptions.py", line 62, in __call__
| await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
| File "C:\Users\User\AppData\Local\Programs\Python\Python312\Lib\site-packages\starlette\_exception_handler.py", line 64, in wrapped_app
| raise exc
| File "C:\Users\User\AppData\Local\Programs\Python\Python312\Lib\site-packages\starlette\_exception_handler.py", line 53, in wrapped_app
| await app(scope, receive, sender)
| File "C:\Users\User\AppData\Local\Programs\Python\Python312\Lib\site-packages\starlette\routing.py", line 758, in __call__
| await self.middleware_stack(scope, receive, send)
| File "C:\Users\User\AppData\Local\Programs\Python\Python312\Lib\site-packages\starlette\routing.py", line 778, in app
| await route.handle(scope, receive, send)
| File "C:\Users\User\AppData\Local\Programs\Python\Python312\Lib\site-packages\starlette\routing.py", line 299, in handle
| await self.app(scope, receive, send)
| File "C:\Users\User\AppData\Local\Programs\Python\Python312\Lib\site-packages\starlette\routing.py", line 79, in app
| await wrap_app_handling_exceptions(app, request)(scope, receive, send)
| File "C:\Users\User\AppData\Local\Programs\Python\Python312\Lib\site-packages\starlette\_exception_handler.py", line 64, in wrapped_app
| raise exc
| File "C:\Users\User\AppData\Local\Programs\Python\Python312\Lib\site-packages\starlette\_exception_handler.py", line 53, in wrapped_app
| await app(scope, receive, sender)
| File "C:\Users\User\AppData\Local\Programs\Python\Python312\Lib\site-packages\starlette\routing.py", line 77, in app
| await response(scope, receive, send)
| File "C:\Users\User\AppData\Local\Programs\Python\Python312\Lib\site-packages\starlette\responses.py", line 257, in __call__
| async with anyio.create_task_group() as task_group:
| File "C:\Users\User\AppData\Local\Programs\Python\Python312\Lib\site-packages\anyio\_backends\_asyncio.py", line 783, in __aexit__
| raise BaseExceptionGroup(
| ExceptionGroup: unhandled errors in a TaskGroup (1 sub-exception)
+-+---------------- 1 ----------------
| Traceback (most recent call last):
| File "C:\Users\User\AppData\Local\Programs\Python\Python312\Lib\site-packages\starlette\responses.py", line 260, in wrap
| await func()
| File "C:\Users\User\AppData\Local\Programs\Python\Python312\Lib\site-packages\starlette\responses.py", line 249, in stream_response
| async for chunk in self.body_iterator:
| File "D:\이태훈\19ProjectMaster\AICodeTest\crawler_service.py", line 36, in run_crawler_service
| async with async_playwright() as p:
| File "C:\Users\User\AppData\Local\Programs\Python\Python312\Lib\site-packages\playwright\async_api\_context_manager.py", line 47, in __aenter__
| playwright = AsyncPlaywright(next(iter(done)).result())
| ^^^^^^^^^^^^^^^^^^^^^^^^^
| File "C:\Users\User\AppData\Local\Programs\Python\Python312\Lib\site-packages\playwright\_impl\_transport.py", line 123, in connect
| self._proc = await asyncio.create_subprocess_exec(
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
| File "C:\Users\User\AppData\Local\Programs\Python\Python312\Lib\asyncio\subprocess.py", line 224, in create_subprocess_exec
| transport, protocol = await loop.subprocess_exec(
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^
| File "C:\Users\User\AppData\Local\Programs\Python\Python312\Lib\asyncio\base_events.py", line 1743, in subprocess_exec
| transport = await self._make_subprocess_transport(
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
| File "C:\Users\User\AppData\Local\Programs\Python\Python312\Lib\asyncio\base_events.py", line 524, in _make_subprocess_transport
| raise NotImplementedError
| NotImplementedError
+------------------------------------