Ape/samsungctl

TV is not asking for authorization

adeeltahir98 opened this issue · 2 comments

I am trying to connect to samsung tv using websockets but I am getting no authorization dialogue on tv and consequently getting this in error response:

samsungctl.exceptions.UnhandledResponse: {'event': 'ms.channel.unauthorized'}

On the other hand If I try to connect using legacy then I get this error:

b'P/1.0 403 Forbidden\r\ncontent-type: text/html\r\ncontent-length: 38\r\n\r\n

403

<'
samsungctl.exceptions.UnhandledResponse: b'tml>'

Please anyone tell me what I am doing wrong. Thanks

Look at the QSeries issue discusses this issue for the Q series TVs

Thank you. That works !!