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
Generic HMI disconnects from the backend server on a failed HMI PTU. As a result other backend related features (video/audio streaming, webengine apps) cannot be used after a failed HMI PTU
Reproduction Steps
Start backend server and SDL
Start Generic HMI
Check the "PTU using in-vehicle modem" checkbox
Register Test suite app with app type "NAVIGATION"
Run Streaming Tests > PlayVideo (RAW) from tests drawer
Expected Behavior
The HMI PTU triggered on app registration fails and HMI switches to PTU over mobile
Video stream starts in HMI
Observed Behavior
The HMI PTU triggered on app registration fails and HMI switches to PTU over mobile. The following error appears in the backend server logs
Traceback (most recent call last):
File "./python_websocket/src/websockets/server.py", line 193, in handler
await self.ws_handler(self, path)
File "./python_websocket/src/start_server.py", line 157, in on_connect
async for message in _websocket:
File "./python_websocket/src/websockets/protocol.py", line 437, in __aiter__
yield await self.recv()
File "./python_websocket/src/websockets/protocol.py", line 507, in recv
await self.ensure_open()
File "./python_websocket/src/websockets/protocol.py", line 810, in ensure_open
raise self.connection_closed_exc()
websockets.exceptions.ConnectionClosedError: code = 1005 (no status code [internal]), no reason
Video stream does NOT start in HMI
Browser & Version Information
Browser and Version: Chromium (Version 92.0.4515.159)
Bug Report
Generic HMI disconnects from the backend server on a failed HMI PTU. As a result other backend related features (video/audio streaming, webengine apps) cannot be used after a failed HMI PTU
Reproduction Steps
Streaming Tests > PlayVideo (RAW)
from tests drawerExpected Behavior
Observed Behavior
Browser & Version Information
The text was updated successfully, but these errors were encountered: