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

Frequent crash occurring #7

Open
jadonbaker opened this issue Sep 20, 2024 · 1 comment
Open

Frequent crash occurring #7

jadonbaker opened this issue Sep 20, 2024 · 1 comment

Comments

@jadonbaker
Copy link

jadonbaker commented Sep 20, 2024

I'm getting this crash occur which will cause home bridge or the child bridge to terminate and restart.

homebridge-daikin-local-platform v1.1.1
Node.js Version v20.17.0

`[20/09/2024, 10:56:03] [Daikin Local Platform] Restoring accessory 'Bedroom' (D810689551F8) from cache.
[20/09/2024, 10:56:24] [Homebridge UI] Terminal session ended.

/var/lib/homebridge/node_modules/homebridge-daikin-local-platform/node_modules/axios/lib/core/AxiosError.js:92
  AxiosError.call(axiosError, error.message, code, config, request, response);
             ^
Error: read ECONNRESET
    at Function.AxiosError.from (/var/lib/homebridge/node_modules/homebridge-daikin-local-platform/node_modules/axios/lib/core/AxiosError.js:92:14)
    at RedirectableRequest.handleRequestError (/var/lib/homebridge/node_modules/homebridge-daikin-local-platform/node_modules/axios/lib/adapters/http.js:620:25)
    at RedirectableRequest.emit (node:events:519:28)
    at ClientRequest.eventHandlers.<computed> (/var/lib/homebridge/node_modules/homebridge-daikin-local-platform/node_modules/follow-redirects/index.js:39:24)
    at ClientRequest.emit (node:events:519:28)
    at emitErrorEvent (node:_http_client:108:11)
    at Socket.socketErrorListener (node:_http_client:511:5)
    at Socket.emit (node:events:519:28)
    at emitErrorNT (node:internal/streams/destroy:169:8)
    at emitErrorCloseNT (node:internal/streams/destroy:128:3)
    at Axios.request (/var/lib/homebridge/node_modules/homebridge-daikin-local-platform/node_modules/axios/lib/core/Axios.js:45:41)
    at processTicksAndRejections (node:internal/process/task_queues:95:5)
    at DaikinDevice.queryDevice (/var/lib/homebridge/node_modules/homebridge-daikin-local-platform/src/daikin-local.ts:60:22)
    at DaikinDevice.fetchDeviceStatus (/var/lib/homebridge/node_modules/homebridge-daikin-local-platform/src/daikin-local.ts:87:22)
    at ClimateAccessory.refreshDeviceStatus (/var/lib/homebridge/node_modules/homebridge-daikin-local-platform/src/accessories/climate.ts:155:5)
[20/09/2024, 10:57:28] [Daikin Local Platform] Child bridge process ended
[20/09/2024, 10:57:28] [Daikin Local Platform] Process Ended. Code: 1, Signal: null`
@jadonbaker
Copy link
Author

jadonbaker commented Sep 20, 2024

Looks like it's an issue with node v20.17.0
Have not noticed it occur on v18.20.4

Edit: actually it is occurring on 18.20.4

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

1 participant