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

Maximum call stack size exceeded at shim-array.js #517

Closed
flok opened this issue Dec 25, 2021 · 4 comments
Closed

Maximum call stack size exceeded at shim-array.js #517

flok opened this issue Dec 25, 2021 · 4 comments

Comments

@flok
Copy link

flok commented Dec 25, 2021

Since upgrading the plugin i get the following error when starting up homebridge

[25/12/2021, 18:25:25] RangeError: Maximum call stack size exceeded
    at Function.Array.from (/usr/lib/node_modules/homebridge-mqttthing/node_modules/collections/shim-array.js:30:5)
    at Function.Array.from (/usr/lib/node_modules/homebridge-mqttthing/node_modules/collections/shim-array.js:31:22)
    at Function.Array.from (/usr/lib/node_modules/homebridge-mqttthing/node_modules/collections/shim-array.js:31:22)
    at Function.Array.from (/usr/lib/node_modules/homebridge-mqttthing/node_modules/collections/shim-array.js:31:22)
    at Function.Array.from (/usr/lib/node_modules/homebridge-mqttthing/node_modules/collections/shim-array.js:31:22)
    at Function.Array.from (/usr/lib/node_modules/homebridge-mqttthing/node_modules/collections/shim-array.js:31:22)
    at Function.Array.from (/usr/lib/node_modules/homebridge-mqttthing/node_modules/collections/shim-array.js:31:22)
    at Function.Array.from (/usr/lib/node_modules/homebridge-mqttthing/node_modules/collections/shim-array.js:31:22)
    at Function.Array.from (/usr/lib/node_modules/homebridge-mqttthing/node_modules/collections/shim-array.js:31:22)
    at Function.Array.from (/usr/lib/node_modules/homebridge-mqttthing/node_modules/collections/shim-array.js:31:22)
    at Function.Array.from (/usr/lib/node_modules/homebridge-mqttthing/node_modules/collections/shim-array.js:31:22)
    at Function.Array.from (/usr/lib/node_modules/homebridge-mqttthing/node_modules/collections/shim-array.js:31:22)
    at Function.Array.from (/usr/lib/node_modules/homebridge-mqttthing/node_modules/collections/shim-array.js:31:22)
    at Function.Array.from (/usr/lib/node_modules/homebridge-mqttthing/node_modules/collections/shim-array.js:31:22)
    at Function.Array.from (/usr/lib/node_modules/homebridge-mqttthing/node_modules/collections/shim-array.js:31:22)
    at Function.Array.from (/usr/lib/node_modules/homebridge-mqttthing/node_modules/collections/shim-array.js:31:22)

A downgrade of the version also doesn't fix the error above. Is there some temp file the plugin generates that maybe stops it from starting up?

No changes to config from it running to upgrading and starting it again. Downgraded all the way to 1.1.31 but error still persists.

@NorthernMan54
Copy link
Contributor

Humm - Had a user of my plugin report the same, turns out it was a different plugin

NorthernMan54/homebridge-alexa#481

@arachnetech
Copy link
Owner

Thanks, @NorthernMan54 - which plug-in is causing this (assuming it's not mqttthing either!)?

@NorthernMan54
Copy link
Contributor

NorthernMan54 commented Dec 26, 2021 via email

@flok
Copy link
Author

flok commented Dec 26, 2021

for me it was homebridge-fritz (0.9.5) somehow, but that didnt get updated in a long time, maybe some changes inside homebridge itself broke that old plugin. Now using homebridge-fritz-platform and it works fine

@flok flok closed this as completed Dec 26, 2021
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

3 participants