I tried reinstalling several times, but no luck…
Could you please help by checking this logfile excerpt?
[2025-10-17 22:44:06.056] [info] To see the GUI go to: http://127.0.0.1:8000
[2025-10-17 22:44:06.128] [error] Accept failed on a socket
socket: <asyncio.TransportSocket fd=2240, family=2, type=1, proto=6, laddr=(‘127.0.0.1’, 8000)>
Traceback (most recent call last):
File “C:\Users\Chef\AppData\Roaming\uv\python\cpython-3.12.11-windows-x86_64-none\Lib\asyncio\proactor_events.py”, line 846, in loop
conn, addr = f.result()
^^^^^^^^^^
File “C:\Users\Chef\AppData\Roaming\uv\python\cpython-3.12.11-windows-x86_64-none\Lib\asyncio\windows_events.py”, line 803, in _poll
value = callback(transferred, key, ov)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File “C:\Users\Chef\AppData\Roaming\uv\python\cpython-3.12.11-windows-x86_64-none\Lib\asyncio\windows_events.py”, line 561, in finish_accept
return conn, conn.getpeername()
^^^^^^^^^^^^^^^^^^
OSError: [WinError 10014] The system detected an invalid pointer address in attempting to use a pointer argument in a call
[2025-10-17 22:44:06.129] [error] Task exception was never retrieved
future: <Task finished name=‘Task-29’ coro=<IocpProactor.accept..accept_coro() done, defined at C:\Users\Chef\AppData\Roaming\uv\python\cpython-3.12.11-windows-x86_64-none\Lib\asyncio\windows_events.py:563> exception=OSError(14, ‘The system detected an invalid pointer address in attempting to use a pointer argument in a call’, None, 10014, None)>
Traceback (most recent call last):
File “C:\Users\Chef\AppData\Roaming\uv\python\cpython-3.12.11-windows-x86_64-none\Lib\asyncio\windows_events.py”, line 566, in accept_coro
await future
OSError: [WinError 10014] The system detected an invalid pointer address in attempting to use a pointer argument in a call
after that, it just pretends to continue to start loading, but nothing happens and i have to close.
No other process is using this port 8000 btw…