macjl / Domoticz-HomekitInsecureClient

MIT License
2 stars 0 forks source link

Weird error message after config #3

Closed multinet33 closed 2 years ago

multinet33 commented 3 years ago

Hello

I've installed and setup homebrigde client and I Get that in my debug log :

My setting are correct (IP, passkey)

Thanks for help Multinet

2021-07-17 19:14:32.885 Status: (Homebrigde Client) Stopped.
2021-07-17 19:14:32.886 Status: (Homebrigde Client) Started.
2021-07-17 19:14:32.258 Error: (Homebrigde Client) 'onHeartbeat' failed 'TypeError':'Connect() takes no keyword arguments'.
2021-07-17 19:14:32.258 Error: (Homebrigde Client) ----> Line 218 in '/home/pi/domoticz/plugins/HomekitInsecureClient/plugin.py', function onHeartbeat
2021-07-17 19:14:32.258 Error: (Homebrigde Client) ----> Line 179 in '/home/pi/domoticz/plugins/HomekitInsecureClient/plugin.py', function onHeartbeat
2021-07-17 19:14:32.723 Error: CConnection_disconnect, disconnection request from 'Homebrigde Client' ignored. Transport does not exist.
2021-07-17 19:14:33.295 Status: (Homebrigde Client) Initialized version 2.0, author 'MacJL'
2021-07-17 19:14:33.298 Status: (Homebrigde Client) Entering work loop.
2021-07-17 19:14:33.304 Error: (Homebrigde Client) 'onStart' failed 'TypeError':'Connect() takes no keyword arguments'.
2021-07-17 19:14:33.304 Error: (Homebrigde Client) ----> Line 186 in '/home/pi/domoticz/plugins/HomekitInsecureClient/plugin.py', function onStart
2021-07-17 19:14:33.304 Error: (Homebrigde Client) ----> Line 49 in '/home/pi/domoticz/plugins/HomekitInsecureClient/plugin.py', function onStart
2021-07-17 19:14:43.313 Error: (Homebrigde Client) 'onHeartbeat' failed 'TypeError':'Connect() takes no keyword arguments'.
2021-07-17 19:14:43.313 Error: (Homebrigde Client) ----> Line 218 in '/home/pi/domoticz/plugins/HomekitInsecureClient/plugin.py', function onHeartbeat
2021-07-17 19:14:43.313 Error: (Homebrigde Client) ----> Line 179 in '/home/pi/domoticz/plugins/HomekitInsecureClient/plugin.py', function onHeartbeat
2021-07-17 19:14:53.377 Error: (Homebrigde Client) 'onHeartbeat' failed 'TypeError':'Connect() takes no keyword arguments'.
2021-07-17 19:14:53.377 Error: (Homebrigde Client) ----> Line 218 in '/home/pi/domoticz/plugins/HomekitInsecureClient/plugin.py', function onHeartbeat
2021-07-17 19:14:53.377 Error: (Homebrigde Client) ----> Line 179 in '/home/pi/domoticz/plugins/HomekitInsecureClient/plugin.py', function onHeartbeat
macjl commented 2 years ago

Hello

It's strange, as. the documentation of plugin developpement indicate that the Connect() method can have parameters, like Timeout. And no problem with that method on my side.

What version of Domoticz are you using?

Regards,

macjl commented 2 years ago

Do you still have this issue ?