-
Notifications
You must be signed in to change notification settings - Fork 4
"Something went wrong" on any change #5
Description
Hi, Maros.
I use Raspberry Pi 4 @ Bullseye with Razberry 7 Pro via Z-Way 4.1.0
Today I've installed BaseModule "1.11 stable" for the first time and faced a problem "Something went wrong" when I just activate or deactivate module.
Also there are such errors in z-way-server.log:
[2023-05-15 15:04:27.640] [E] [HTTP] Callback execution error: TypeError: Object.keys called on non-object
at Function.keys (native)
at AutomationController.reconfigureInstance (automation/classes/AutomationController.js:1019:15)
at ZAutomationAPIWebRequest._.extend.reconfigureInstanceFunc (automation/ZAutomationAPIProvider.js:1439:31)
at ZAutomationAPIWebRequest.handlerFunc (automation/ZAutomationAPIProvider.js:4017:30)
at ZAutomationAPIWebRequest.ZAutomationWebRequest.handleRequest (automation/WebserverRequestRouter.js:253:35)
at automation/WebserverRequestRouter.js:32:29
at WebServer.ws.execute (automation/Webserver.js:127:9)
at WebServer.document_root (automation/Webserver.js:26:34)
[2023-05-15 15:04:31.832] [E] [HTTP] Callback execution error: TypeError: Object.keys called on non-object
at Function.keys (native)
at AutomationController.reconfigureInstance (automation/classes/AutomationController.js:1019:15)
at ZAutomationAPIWebRequest._.extend.reconfigureInstanceFunc (automation/ZAutomationAPIProvider.js:1439:31)
at ZAutomationAPIWebRequest.handlerFunc (automation/ZAutomationAPIProvider.js:4017:30)
at ZAutomationAPIWebRequest.ZAutomationWebRequest.handleRequest (automation/WebserverRequestRouter.js:253:35)
at automation/WebserverRequestRouter.js:32:29
at WebServer.ws.execute (automation/Webserver.js:127:9)
at WebServer.document_root (automation/Webserver.js:26:34)
Here is the configuration of the module.
`{
"data": [
{
"moduleId": "BaseModule",
"active": true,
"title": "Base Module",
"params": {
},
"id": 15,
"creationTime": 1684157594,
"category": "developers_stuff"
}
],
"code": 200,
"message": "200 OK",
"error": null
}`
