Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

issue with Paring 58PUS7304 (2019) #26

Open
woots82 opened this issue Apr 10, 2020 · 1 comment
Open

issue with Paring 58PUS7304 (2019) #26

woots82 opened this issue Apr 10, 2020 · 1 comment

Comments

@woots82
Copy link

woots82 commented Apr 10, 2020

python script fails at:

Starting pairing request
Traceback (most recent call last):
File "./python.py", line 123, in
main()
File "./python.py", line 90, in main
pair(config)
File "./python.py", line 41, in pair
r = requests.post("https://" + config['address'] + ":1926/6/pair/request", json=data, verify=False)
File "/usr/lib/python2.7/dist-packages/requests/api.py", line 110, in post
return request('post', url, data=data, json=json, **kwargs)
File "/usr/lib/python2.7/dist-packages/requests/api.py", line 56, in request
return session.request(method=method, url=url, **kwargs)
File "/usr/lib/python2.7/dist-packages/requests/sessions.py", line 488, in request
resp = self.send(prep, **send_kwargs)
File "/usr/lib/python2.7/dist-packages/requests/sessions.py", line 609, in send
r = adapter.send(request, **kwargs)
File "/usr/lib/python2.7/dist-packages/requests/adapters.py", line 497, in send
raise SSLError(e, request=request)
requests.exceptions.SSLError: ("bad handshake: SysCallError(104, 'ECONNRESET')",)

Im using HOOBS v3.1.23 and this plugin https://www.npmjs.com/package/homebridge-philipstelevision-v.1.2

Please take a look at it, I was already on support with the HOOBS Guys @BobbySlope

@suborb
Copy link
Owner

suborb commented May 24, 2020

I think that's a Saphi based model? In which case I think this program isn't needed: there's just a set of hardcoded credentials that are needed.

Take a look at here: #22 (comment) and add the Authorization header to your webcall. Hopefully that will work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants