You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ERROR: Exception in ASGI application
Traceback (most recent call last):
File "D:\backend\app.py", line 22, in websocket_endpoint
data = await websocket.receive_bytes()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\eunse\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.12_qbz5n2kfra8p0\LocalCache\local-packages\Python312\site-packages\starlette\websockets.py", line 122, in receive_bytes
self._raise_on_disconnect(message)
File "C:\Users\eunse\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.12_qbz5n2kfra8p0\LocalCache\local-packages\Python312\site-packages\starlette\websockets.py", line 105, in _raise_on_disconnect
raise WebSocketDisconnect(message["code"])
starlette.websockets.WebSocketDisconnect: 1006
I'm using Fastapi socket connection in Server and using python websocket module in client computer. I was making livestreaming service, but after 30 second I started client camera python program, the error what I said upper happen. the error message upper is printed in Server console. I check by connected with ssh protocol. I use window 11 server by open 8000 port.
Please help me
Important
We're using Polar.sh so you can upvote and help fund this issue.
We receive the funding once the issue is completed & confirmed by you.
Thank you in advance for helping prioritize & fund our backlog.
The text was updated successfully, but these errors were encountered:
ERROR: Exception in ASGI application
Traceback (most recent call last):
File "D:\backend\app.py", line 22, in websocket_endpoint
data = await websocket.receive_bytes()
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\eunse\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.12_qbz5n2kfra8p0\LocalCache\local-packages\Python312\site-packages\starlette\websockets.py", line 122, in receive_bytes
self._raise_on_disconnect(message)
File "C:\Users\eunse\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.12_qbz5n2kfra8p0\LocalCache\local-packages\Python312\site-packages\starlette\websockets.py", line 105, in _raise_on_disconnect
raise WebSocketDisconnect(message["code"])
starlette.websockets.WebSocketDisconnect: 1006
I'm using Fastapi socket connection in Server and using python websocket module in client computer. I was making livestreaming service, but after 30 second I started client camera python program, the error what I said upper happen. the error message upper is printed in Server console. I check by connected with ssh protocol. I use window 11 server by open 8000 port.
Please help me
Important
The text was updated successfully, but these errors were encountered: