You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am relatively new to scripting and working with node.
I did the rigth settings as its sayed in the docs in the Fritzbox.
Then I did all the settings in Hoobs/conifg file.
When I now want to run the plugin, this error always occurs: "Error: Internal Server Error".
I have no clue where the mistake is, I did several changes in the Fritzbox settings and especially to the used user.
For further information here is my config (of course the critical informations are blurred):
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I am relatively new to scripting and working with node.
I did the rigth settings as its sayed in the docs in the Fritzbox.
Then I did all the settings in Hoobs/conifg file.
When I now want to run the plugin, this error always occurs: "Error: Internal Server Error".
I have no clue where the mistake is, I did several changes in the Fritzbox settings and especially to the used user.
For further information here is my config (of course the critical informations are blurred):
{ "accessories": [], "platforms": [ { "platform": "FritzPlatform", "name": "FritzPlatform", "options": { "polling": { "timer": 15 }, "presence": { "accType": "occupancy" } }, "devices": [ { "active": true, "name": "Fritzbox", "host": "192.xxx", "username": "AdminHoobs", "password": "xxx", "ssl": true, "tr064": true, "wifiUnits": 2, "master": true, "connection": "dsl", "options": { "wifi_2ghz": "switch", "wifi_5ghz": "switch" } } ], "debug": true, "warn": false, "error": true, "extendedError": true } ] }
Beta Was this translation helpful? Give feedback.
All reactions