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
The websocket implementation with python does not work with the self signed ssl certificate of the TV.
The connection created here does not return a response to the TV. Naturally, the underlying event loop does not pick up any messages and an Exception is thrown here.
The socket connection works and I can send commands with wscat -n just fine.
The text was updated successfully, but these errors were encountered:
The websocket implementation with python does not work with the self signed ssl certificate of the TV.
The connection created here does not return a response to the TV. Naturally, the underlying event loop does not pick up any messages and an Exception is thrown here.
The socket connection works and I can send commands with
wscat -n
just fine.The text was updated successfully, but these errors were encountered: