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

Plugin is crashing #234

Open
viamin opened this issue Nov 23, 2023 · 0 comments
Open

Plugin is crashing #234

viamin opened this issue Nov 23, 2023 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@viamin
Copy link
Owner

viamin commented Nov 23, 2023

Plugin is crashing on launch after update to Homebridge 1.7.0

Logs:

[11/23/2023, 2:57:08 PM] [Rise Garden] Launched child bridge with PID 22562
[11/23/2023, 2:57:08 PM] Registering platform 'homebridge-rise-garden.RiseGardenPlatform'
[11/23/2023, 2:57:08 PM] [Rise Garden] Loaded homebridge-rise-garden v1.1.22 child bridge successfully
[11/23/2023, 2:57:08 PM] Loaded 2 cached accessories from cachedAccessories.0E1F7982D189.
[11/23/2023, 2:57:09 PM] [Rise Garden] Loading accessory from cache: Microbio
[11/23/2023, 2:57:09 PM] [Rise Garden] Loading accessory from cache: Microbio
[11/23/2023, 2:57:09 PM] Homebridge v1.7.0 (HAP v0.11.1) (Rise Garden) is running on port 30130.

/homebridge/node_modules/homebridge-rise-garden/node_modules/axios/lib/core/AxiosError.js:89
  AxiosError.call(axiosError, error.message, code, config, request, response);
             ^
Error: getaddrinfo EAI_AGAIN prod-api.risegds.com
    at Function.AxiosError.from (/homebridge/node_modules/homebridge-rise-garden/node_modules/axios/lib/core/AxiosError.js:89:14)
    at RedirectableRequest.handleRequestError (/homebridge/node_modules/homebridge-rise-garden/node_modules/axios/lib/adapters/http.js:591:25)
    at RedirectableRequest.emit (node:events:517:28)
    at ClientRequest.eventHandlers.<computed> (/homebridge/node_modules/homebridge-rise-garden/node_modules/follow-redirects/index.js:14:24)
    at ClientRequest.emit (node:events:517:28)
    at TLSSocket.socketErrorListener (node:_http_client:501:9)
    at TLSSocket.emit (node:events:517:28)
    at emitErrorNT (node:internal/streams/destroy:151:8)
    at emitErrorCloseNT (node:internal/streams/destroy:116:3)
    at processTicksAndRejections (node:internal/process/task_queues:82:21)
[11/23/2023, 2:57:09 PM] [Rise Garden] Child bridge process ended
[11/23/2023, 2:57:09 PM] [Rise Garden] Process Ended. Code: 1, Signal: null

Plugin Config:

        {
            "name": "Rise Garden",
            "username": "*****",
            "password": "*****",
            "pull_timer": 30,
            "_bridge": {
                "username": "*****",
                "port": 30130
            },
            "platform": "RiseGardenPlatform"
        },
@viamin viamin added the bug Something isn't working label Nov 23, 2023
@viamin viamin self-assigned this Nov 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant