We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I have two transformers. I was able to connect to them before, but since one of the last updates, all I get are the following errors:
[11/17/2022, 8:09:35 AM] [Luxor Rear] Error communicating with controller lxtwo-672164647. URL GroupListGet.json. Error: read ECONNRESET [11/17/2022, 8:09:35 AM] [Luxor Rear] lxtwo-672164647 error: Error: read ECONNRESET [11/17/2022, 8:10:10 AM] [Luxor Rear] Error communicating with controller lxtwo-672164647. URL GroupListGet.json. AxiosError: timeout of 5000ms exceeded [11/17/2022, 8:10:10 AM] [Luxor Rear] lxtwo-672164647 error: AxiosError: timeout of 5000ms exceeded [11/17/2022, 8:10:34 AM] [Luxor Front] Error communicating with controller lxtwo-178186. URL GroupListGet.json. AxiosError: timeout of 5000ms exceeded [11/17/2022, 8:10:34 AM] [Luxor Front] lxtwo-178186 error: AxiosError: timeout of 5000ms exceeded [11/17/2022, 8:10:34 AM] [Luxor Front] Error communicating with controller lxtwo-178186. URL ColorListGet.json. AxiosError: maxContentLength size of -1 exceeded
I tried changing the port number to 80, and then I got a different set of errors:
[11/17/2022, 8:05:17 AM] [Luxor Front] Child bridge process ended [11/17/2022, 8:05:17 AM] [Luxor Front] Process Ended. Code: 1, Signal: null Error: listen EACCES: permission denied 0.0.0.0:80 at Server.setupListenHandle [as _listen2] (node:net:1317:21) at listenInCluster (node:net:1382:12) at Server.listen (node:net:1469:7) at EventedHTTPServer.listen (/usr/local/lib/node_modules/homebridge/node_modules/hap-nodejs/src/lib/util/eventedhttp.ts:156:20) at HAPServer.listen (/usr/local/lib/node_modules/homebridge/node_modules/hap-nodejs/src/lib/HAPServer.ts:332:21) at Bridge.<anonymous> (/usr/local/lib/node_modules/homebridge/node_modules/hap-nodejs/src/lib/Accessory.ts:1281:18) at step (/usr/local/lib/node_modules/homebridge/node_modules/tslib/tslib.js:144:27) at Object.next (/usr/local/lib/node_modules/homebridge/node_modules/tslib/tslib.js:125:57) at /usr/local/lib/node_modules/homebridge/node_modules/tslib/tslib.js:118:75 at new Promise (<anonymous>) [11/17/2022, 8:05:17 AM] [Luxor Rear] Child bridge process ended [11/17/2022, 8:05:17 AM] [Luxor Rear] Process Ended. Code: 1, Signal: null [11/17/2022, 8:05:24 AM] [Luxor Front] Restarting Process... [11/17/2022, 8:05:24 AM] [Luxor Rear] Restarting Process... [11/17/2022, 8:05:24 AM] [Luxor Front] Launched child bridge with PID 17338 [11/17/2022, 8:05:24 AM] [Luxor Rear] Launched child bridge with PID 17345 [11/17/2022, 8:05:24 AM] Registering platform 'homebridge-luxor.Luxor' [11/17/2022, 8:05:24 AM] [Luxor Front] Loaded homebridge-luxor v4.2.7 child bridge successfully [11/17/2022, 8:05:24 AM] Loaded 13 cached accessories from cachedAccessories.608A10B35904. [11/17/2022, 8:05:24 AM] Registering platform 'homebridge-luxor.Luxor' [11/17/2022, 8:05:25 AM] [Luxor Rear] Loaded homebridge-luxor v4.2.7 child bridge successfully [11/17/2022, 8:05:25 AM] [Luxor Front] Luxor Front: Starting search for controller at: 192.168.4.201 [11/17/2022, 8:05:25 AM] Loaded 12 cached accessories from cachedAccessories.608A10B358B5. [11/17/2022, 8:05:25 AM] [Luxor Rear] Luxor Rear: Starting search for controller at: 192.168.4.202 Error: listen EACCES: permission denied 0.0.0.0:80 at Server.setupListenHandle [as _listen2] (node:net:1317:21) at listenInCluster (node:net:1382:12) at Server.listen (node:net:1469:7) at EventedHTTPServer.listen (/usr/local/lib/node_modules/homebridge/node_modules/hap-nodejs/src/lib/util/eventedhttp.ts:156:20) at HAPServer.listen (/usr/local/lib/node_modules/homebridge/node_modules/hap-nodejs/src/lib/HAPServer.ts:332:21) at Bridge.<anonymous> (/usr/local/lib/node_modules/homebridge/node_modules/hap-nodejs/src/lib/Accessory.ts:1281:18) at step (/usr/local/lib/node_modules/homebridge/node_modules/tslib/tslib.js:144:27) at Object.next (/usr/local/lib/node_modules/homebridge/node_modules/tslib/tslib.js:125:57) at /usr/local/lib/node_modules/homebridge/node_modules/tslib/tslib.js:118:75 at new Promise (<anonymous>) [11/17/2022, 8:05:25 AM] [Luxor Front] Child bridge process ended
For reference, Here is my config file for both transformers:
"name": "Luxor Front", "ipAddr": "192.168.4.201", "hideGroups": true, "independentColors": true, "commandTimeout": 5000, "removeAllAccessories": false, "_bridge": { "username": "60:8A:10:XX:XX:XX", "port": 1101 }, "platform": "Luxor" }, { "name": "Luxor Rear", "ipAddr": "192.168.4.202", "hideGroups": true, "independentColors": true, "commandTimeout": 5000, "removeAllAccessories": false, "_bridge": { "username": "60:8A:10:XX:XX:XX", "port": 1102 }, "platform": "Luxor" }
ANy ideas on how to correct this?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I have two transformers. I was able to connect to them before, but since one of the last updates, all I get are the following errors:
I tried changing the port number to 80, and then I got a different set of errors:
For reference, Here is my config file for both transformers:
ANy ideas on how to correct this?
The text was updated successfully, but these errors were encountered: