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

RangeError: Maximum call stack size exceeded #844

Closed
devlinandrew opened this issue Dec 27, 2021 · 1 comment
Closed

RangeError: Maximum call stack size exceeded #844

devlinandrew opened this issue Dec 27, 2021 · 1 comment
Labels
bug Something isn't working

Comments

@devlinandrew
Copy link

Bug Report

Describe the Bug

Homebridge-Ring plugin suddenly won't start when HomeBridge boots. I get an error in the logs:

`[12/26/2021, 10:05:35 PM] Homebridge v1.3.8 (HAP v0.9.7) (Homebridge) is running on port 51826.
[12/26/2021, 10:05:35 PM] ====================
[12/26/2021, 10:05:35 PM] ERROR LOADING PLUGIN homebridge-ring:

[12/26/2021, 10:05:35 PM] RangeError: Maximum call stack size exceeded
`

Homebridge starts just fine, but I have no cameras in the accessories section nor in the Home app.

To Reproduce

Steps to reproduce the behavior:

  • Start Homebridge
  • See error in Logs

Expected behavior

Cameras show up in the Home app. This worked until a few days ago.

Screenshots/Logs

`[12/26/2021, 10:05:35 PM] Homebridge v1.3.8 (HAP v0.9.7) (Homebridge) is running on port 51826.
[12/26/2021, 10:05:35 PM] ====================
[12/26/2021, 10:05:35 PM] ERROR LOADING PLUGIN homebridge-ring:

[12/26/2021, 10:05:35 PM] RangeError: Maximum call stack size exceeded
at Function.Array.from (/usr/lib/node_modules/homebridge-camera-ffmpeg/node_modules/collections/shim-array.js:29:23)
at Function.Array.from (/usr/lib/node_modules/homebridge-camera-ffmpeg/node_modules/collections/shim-array.js:31:22)
at Function.Array.from (/usr/lib/node_modules/homebridge-camera-ffmpeg/node_modules/collections/shim-array.js:31:22)
at Function.Array.from (/usr/lib/node_modules/homebridge-camera-ffmpeg/node_modules/collections/shim-array.js:31:22)
at Function.Array.from (/usr/lib/node_modules/homebridge-camera-ffmpeg/node_modules/collections/shim-array.js:31:22)
at Function.Array.from (/usr/lib/node_modules/homebridge-camera-ffmpeg/node_modules/collections/shim-array.js:31:22)
at Function.Array.from (/usr/lib/node_modules/homebridge-camera-ffmpeg/node_modules/collections/shim-array.js:31:22)
at Function.Array.from (/usr/lib/node_modules/homebridge-camera-ffmpeg/node_modules/collections/shim-array.js:31:22)
at Function.Array.from (/usr/lib/node_modules/homebridge-camera-ffmpeg/node_modules/collections/shim-array.js:31:22)
at Function.Array.from (/usr/lib/node_modules/homebridge-camera-ffmpeg/node_modules/collections/shim-array.js:31:22)
[12/26/2021, 10:05:35 PM] ====================`

Additional context

Add any other context about the problem here.

Homebridge Ring Config

Post homebridge-ring platform config without sensitive information

        {
            "refreshToken": "token",
            "platform": "Ring"
        },

Environment

  • OS: Unraid Docker
  • Node.js: v12.20.1
  • NPM: v6.14.10
  • homebridge-ring: v9.23.0
  • homebridge: v1.3.8
  • hoobs: N/A
@devlinandrew devlinandrew added the bug Something isn't working label Dec 27, 2021
@dgreif
Copy link
Owner

dgreif commented Dec 27, 2021

Based on the path from the error (homebridge-camera-ffmpeg/node_modules/collections/shim-array.js), I think this is actually an issue from another plugin. Closing in favor of homebridge-plugins/homebridge-camera-ffmpeg#1240

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

2 participants