Skip to content

Setup failed. Please check the logs. #1042

Description

@druuzil

Summary

Can't get this application to install in Windows 11 using the provided desktop installer.

Server Logs
Log file: C:\Users\druuz.daydream-scope\logs\scope-logs-2026-07-12-13-04-34.log
2026-07-12 13:04:34,994 - scope.core.pipelines.registry - INFO - GPU detected with 47.8 GB VRAM
2026-07-12 13:04:50,154 - scope.core.plugins.manager - INFO - Loaded 2 plugin(s)
2026-07-12 13:04:50,161 - scope.core.plugins.manager - INFO - Registered plugin node: yolo_mask
2026-07-12 13:04:50,161 - scope.core.plugins.manager - INFO - Registered plugin node: ltx2
2026-07-12 13:04:50,170 - scope.core.pipelines.registry - INFO - Registry initialized with 14 pipeline(s) and 15 node(s)
2026-07-12 13:04:50,174 - scope.server.app - INFO - Serving static assets from C:\Windows\System32\scope\frontend\dist\assets
2026-07-12 13:04:50,194 - uvicorn.error - INFO - Started server process [8372]
2026-07-12 13:04:50,194 - uvicorn.error - INFO - Waiting for application startup.
2026-07-12 13:04:50,533 - scope.server.app - INFO - Logs directory: C:\Users\druuz.daydream-scope\logs
2026-07-12 13:04:50,533 - scope.server.app - INFO - Models directory: C:\Users\druuz.daydream-scope\models
2026-07-12 13:04:50,533 - scope.server.app - INFO - Assets directory: C:\Users\druuz.daydream-scope\assets
2026-07-12 13:04:50,533 - scope.server.app - INFO - Pipeline manager initialized
2026-07-12 13:04:50,533 - scope.server.webrtc - INFO - No Twilio or HF_TOKEN credentials found, using default STUN server
2026-07-12 13:04:50,533 - scope.server.app - INFO - WebRTC manager initialized
2026-07-12 13:04:50,533 - scope.server.app - INFO - Tempo sync manager initialized
2026-07-12 13:04:50,533 - scope.server.livepeer - INFO - Backend configured
2026-07-12 13:04:50,533 - scope.server.app - INFO - Livepeer configured
2026-07-12 13:04:50,549 - scope.server.osc_server - INFO - OSC server listening on udp://127.0.0.1:8000
2026-07-12 13:04:50,549 - uvicorn.error - INFO - Application startup complete.
2026-07-12 13:04:50,560 - uvicorn.error - INFO - Uvicorn running on http://127.0.0.1:8000 (Press CTRL+C to quit)
2026-07-12 13:04:50,565 - scope.server.app - INFO - Plugin update check cache warmed
2026-07-12 13:04:58,567 - asyncio - ERROR - Exception in callback _ProactorBasePipeTransport._call_connection_lost(None)
handle: <Handle _ProactorBasePipeTransport._call_connection_lost(None)>
Traceback (most recent call last):
File "C:\Users\druuz\AppData\Roaming\uv\python\cpython-3.12.8-windows-x86_64-none\Lib\asyncio\events.py", line 88, in _run
self._context.run(self._callback, *self._args)
File "C:\Users\druuz\AppData\Roaming\uv\python\cpython-3.12.8-windows-x86_64-none\Lib\asyncio\proactor_events.py", line 165, in _call_connection_lost
self._sock.shutdown(socket.SHUT_RDWR)
ConnectionResetError: [WinError 10054] An existing connection was forcibly closed by the remote host
2026-07-12 14:09:24,437 - uvicorn.error - INFO - Shutting down
2026-07-12 14:09:24,543 - uvicorn.error - INFO - Waiting for connections to close. (CTRL+C to force quit)
2026-07-12 14:09:25,551 - uvicorn.error - ERROR - Cancel 1 running task(s), timeout graceful shutdown exceeded
2026-07-12 14:09:25,551 - uvicorn.error - INFO - Waiting for application shutdown.
2026-07-12 14:09:25,551 - scope.server.app - INFO - Shutting down DMX server...
2026-07-12 14:09:25,551 - scope.server.dmx_server - INFO - DMX Art-Net server stopped
2026-07-12 14:09:25,552 - scope.server.app - INFO - DMX server shutdown complete
2026-07-12 14:09:25,552 - scope.server.app - INFO - Shutting down OSC server...
2026-07-12 14:09:25,552 - scope.server.osc_server - INFO - OSC server stopped
2026-07-12 14:09:25,552 - scope.server.app - INFO - OSC server shutdown complete
2026-07-12 14:09:25,552 - scope.server.app - INFO - Shutting down WebRTC manager...
2026-07-12 14:09:25,552 - scope.server.app - INFO - WebRTC manager shutdown complete
2026-07-12 14:09:25,552 - scope.server.app - INFO - Shutting down pipeline manager...
2026-07-12 14:09:25,552 - scope.server.app - INFO - Pipeline manager shutdown complete
2026-07-12 14:09:25,552 - scope.server.app - INFO - Shutting down tempo sync...
2026-07-12 14:09:25,552 - scope.server.app - INFO - Tempo sync shutdown complete
2026-07-12 14:09:25,552 - uvicorn.error - INFO - Application shutdown complete.
2026-07-12 14:09:25,553 - uvicorn.error - INFO - Finished server process [8372]
2026-07-12 14:09:25,553 - uvicorn.error - ERROR - Exception in ASGI application
Traceback (most recent call last):
File "C:\Users\druuz\AppData\Local\uv\cache\environments-v2\daydream-scope-cp3.12.8-f02131d6b4d79c3b\Lib\site-packages\uvicorn\protocols\http\h11_impl.py", line 410, in run_asgi
result = await app( # type: ignore[func-returns-value]
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\druuz\AppData\Local\uv\cache\environments-v2\daydream-scope-cp3.12.8-f02131d6b4d79c3b\Lib\site-packages\uvicorn\middleware\proxy_headers.py", line 60, in call
return await self.app(scope, receive, send)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\druuz\AppData\Local\uv\cache\environments-v2\daydream-scope-cp3.12.8-f02131d6b4d79c3b\Lib\site-packages\fastapi\applications.py", line 1135, in call
await super().call(scope, receive, send)
File "C:\Users\druuz\AppData\Local\uv\cache\environments-v2\daydream-scope-cp3.12.8-f02131d6b4d79c3b\Lib\site-packages\starlette\applications.py", line 107, in call
await self.middleware_stack(scope, receive, send)
File "C:\Users\druuz\AppData\Local\uv\cache\environments-v2\daydream-scope-cp3.12.8-f02131d6b4d79c3b\Lib\site-packages\starlette\middleware\errors.py", line 164, in call
await self.app(scope, receive, _send)
File "C:\Users\druuz\AppData\Local\uv\cache\environments-v2\daydream-scope-cp3.12.8-f02131d6b4d79c3b\Lib\site-packages\starlette\middleware\cors.py", line 85, in call
await self.app(scope, receive, send)
File "C:\Users\druuz\AppData\Local\uv\cache\environments-v2\daydream-scope-cp3.12.8-f02131d6b4d79c3b\Lib\site-packages\starlette\middleware\exceptions.py", line 63, in call
await wrap_app_handling_exceptions(self.app, conn)(scope, receive, send)
File "C:\Users\druuz\AppData\Local\uv\cache\environments-v2\daydream-scope-cp3.12.8-f02131d6b4d79c3b\Lib\site-packages\starlette_exception_handler.py", line 42, in wrapped_app
await app(scope, receive, sender)
File "C:\Users\druuz\AppData\Local\uv\cache\environments-v2\daydream-scope-cp3.12.8-f02131d6b4d79c3b\Lib\site-packages\fastapi\middleware\asyncexitstack.py", line 18, in call
await self.app(scope, receive, send)
File "C:\Users\druuz\AppData\Local\uv\cache\environments-v2\daydream-scope-cp3.12.8-f02131d6b4d79c3b\Lib\site-packages\starlette\routing.py", line 716, in call
await self.middleware_stack(scope, receive, send)
File "C:\Users\druuz\AppData\Local\uv\cache\environments-v2\daydream-scope-cp3.12.8-f02131d6b4d79c3b\Lib\site-packages\starlette\routing.py", line 736, in app
await route.handle(scope, receive, send)
File "C:\Users\druuz\AppData\Local\uv\cache\environments-v2\daydream-scope-cp3.12.8-f02131d6b4d79c3b\Lib\site-packages\starlette\routing.py", line 290, in handle
await self.app(scope, receive, send)
File "C:\Users\druuz\AppData\Local\uv\cache\environments-v2\daydream-scope-cp3.12.8-f02131d6b4d79c3b\Lib\site-packages\fastapi\routing.py", line 115, in app
await wrap_app_handling_exceptions(app, request)(scope, receive, send)
File "C:\Users\druuz\AppData\Local\uv\cache\environments-v2\daydream-scope-cp3.12.8-f02131d6b4d79c3b\Lib\site-packages\starlette_exception_handler.py", line 42, in wrapped_app
await app(scope, receive, sender)
File "C:\Users\druuz\AppData\Local\uv\cache\environments-v2\daydream-scope-cp3.12.8-f02131d6b4d79c3b\Lib\site-packages\fastapi\routing.py", line 102, in app
await response(scope, receive, send)
File "C:\Users\druuz\AppData\Local\uv\cache\environments-v2\daydream-scope-cp3.12.8-f02131d6b4d79c3b\Lib\site-packages\starlette\responses.py", line 270, in call
async with anyio.create_task_group() as task_group:
^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\druuz\AppData\Local\uv\cache\environments-v2\daydream-scope-cp3.12.8-f02131d6b4d79c3b\Lib\site-packages\anyio_backends_asyncio.py", line 787, in aexit
raise exc_val
File "C:\Users\druuz\AppData\Local\uv\cache\environments-v2\daydream-scope-cp3.12.8-f02131d6b4d79c3b\Lib\site-packages\starlette\responses.py", line 277, in call
await wrap(partial(self.listen_for_disconnect, receive))
File "C:\Users\druuz\AppData\Local\uv\cache\environments-v2\daydream-scope-cp3.12.8-f02131d6b4d79c3b\Lib\site-packages\starlette\responses.py", line 273, in wrap
await func()
File "C:\Users\druuz\AppData\Local\uv\cache\environments-v2\daydream-scope-cp3.12.8-f02131d6b4d79c3b\Lib\site-packages\starlette\responses.py", line 241, in listen_for_disconnect
message = await receive()
^^^^^^^^^^^^^^^
File "C:\Users\druuz\AppData\Local\uv\cache\environments-v2\daydream-scope-cp3.12.8-f02131d6b4d79c3b\Lib\site-packages\uvicorn\protocols\http\h11_impl.py", line 538, in receive
await self.message_event.wait()
File "C:\Users\druuz\AppData\Roaming\uv\python\cpython-3.12.8-windows-x86_64-none\Lib\asyncio\locks.py", line 212, in wait
await fut
asyncio.exceptions.CancelledError: Task cancelled, timeout graceful shutdown exceeded

Platform

Windows 11 x64

Nvidia GPU

RTX Pro 5000 Blackwell 48GB

Scope Version

Latest? idk

uv Version

idk what that is

node Version

idk what that is

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions