python : INFO: Will watch for changes in these directories: ['D:\\이태훈\\19ProjectMaster\\AICodeTest'] 위치 줄:1 문자:193 + ... Continue }; python -c "import asyncio, sys; (asyncio.set_event_loop_p ... + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + 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 [19232] using StatReload INFO: Started server process [7040] INFO: Waiting for application startup. INFO: Application startup complete. INFO: 172.16.40.100:3363 - "GET /dashboard HTTP/1.1" 200 OK INFO: 172.16.40.100:3363 - "GET /style/common.css HTTP/1.1" 200 OK INFO: 172.16.40.100:3365 - "GET /js/common.js HTTP/1.1" 200 OK INFO: 172.16.40.100:3364 - "GET /style/dashboard.css HTTP/1.1" 200 OK INFO: 172.16.40.100:3366 - "GET /js/dashboard.js HTTP/1.1" 200 OK INFO: 172.16.40.100:3365 - "GET /project-data?t=1773020968512 HTTP/1.1" 200 OK >>> /sync request received INFO: 172.16.40.100:3365 - "GET /sync HTTP/1.1" 200 OK Task exception was never retrieved future: 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:3856 - "GET /dashboard HTTP/1.1" 200 OK INFO: 172.16.40.100:3856 - "GET /style/common.css HTTP/1.1" 200 OK INFO: 172.16.40.100:3859 - "GET /js/dashboard.js HTTP/1.1" 200 OK INFO: 172.16.40.100:3857 - "GET /style/dashboard.css HTTP/1.1" 200 OK INFO: 172.16.40.100:3858 - "GET /js/common.js HTTP/1.1" 200 OK INFO: 172.16.40.100:3857 - "GET /project-data?t=1773021280796 HTTP/1.1" 200 OK >>> /sync request received INFO: 172.16.40.100:3857 - "GET /sync HTTP/1.1" 200 OK Task exception was never retrieved future: 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:4046 - "GET /dashboard HTTP/1.1" 200 OK INFO: 172.16.40.100:4046 - "GET /style/common.css HTTP/1.1" 200 OK INFO: 172.16.40.100:4048 - "GET /js/common.js HTTP/1.1" 200 OK INFO: 172.16.40.100:4049 - "GET /js/dashboard.js HTTP/1.1" 200 OK INFO: 172.16.40.100:4047 - "GET /style/dashboard.css HTTP/1.1" 200 OK INFO: 172.16.40.100:4049 - "GET /project-data?t=1773021518740 HTTP/1.1" 200 OK >>> /sync request received INFO: 172.16.40.100:4049 - "GET /sync HTTP/1.1" 200 OK Task exception was never retrieved future: 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 | browser = None | 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 +------------------------------------