marcsowen / homebridge-homematicip

Homematic IP plugin for homebridge
Apache License 2.0
78 stars 19 forks source link

Support for Node 20.9.0 #445

Closed GoekhanYilmaz closed 11 months ago

GoekhanYilmaz commented 12 months ago

seems like its not working with node 20.9.0. Following log appears and homebridge keeps looping the restart:

TypeError: Value of "this" must be of type URLSearchParams at new NodeError (node:internal/errors:406:5) at Proxy.has (node:internal/url:546:13) at Proxy. (C:\Users\remotedesktop\AppData\Roaming\npm\node_modules\homebridge-homematicip\node_modules\node-fetch\src\headers.js:128:44) at new Request (C:\Users\remotedesktop\AppData\Roaming\npm\node_modules\homebridge-homematicip\node_modules\node-fetch\src\request.js:71:38) at C:\Users\remotedesktop\AppData\Roaming\npm\node_modules\homebridge-homematicip\node_modules\node-fetch\src\index.js:37:19 at new Promise () at fetch (C:\Users\remotedesktop\AppData\Roaming\npm\node_modules\homebridge-homematicip\node_modules\node-fetch\src\index.js:35:9) at HmIPConnector.init (C:\Users\remotedesktop\AppData\Roaming\npm\node_modules\homebridge-homematicip\src\HmIPConnector.ts:114:33) at HmIPPlatform.startPairing (C:\Users\remotedesktop\AppData\Roaming\npm\node_modules\homebridge-homematicip\src\HmIPPlatform.ts:104:32) at HomebridgeAPI. (C:\Users\remotedesktop\AppData\Roaming\npm\node_modules\homebridge-homematicip\src\HmIPPlatform.ts:81:14)

aberfisch commented 11 months ago

+1

Themaster312 commented 11 months ago

Same Problem

reinisb commented 11 months ago

Same problem, after update to Node 20.9.0 Homebridge Homematicip stopped working and is crashing the entire Homebridge instance. @marcsowen can you please fix?

MarshallErPunkt commented 11 months ago

Same Problem

marcsowen commented 11 months ago

Please try version 1.2.0 (beta).

GoekhanYilmaz commented 11 months ago

Please try version 1.2.0 (beta).

just installed and tried. Seems to work now. No issues so far. Thanks a lot! I´ll close the case if you agree with a thumbs up!

Themaster312 commented 11 months ago

Thanks it Works

reinisb commented 11 months ago

Thanks, worked for me as well.