ioBroker / ioBroker.web

Simple WWW web server on express for ioBroker
MIT License
48 stars 24 forks source link

Melding im Log: [getObjects] ERROR: Error: Parameter "pattern" needs to be of type "string" ...... #452

Open Horgul123 opened 3 months ago

Horgul123 commented 3 months ago

Im Log erscheint nach einem Restart der Instanz und sporadisch zwischendurch [getObjects] ERROR: Error: Parameter "pattern" needs to be of type "string" or an array of type "string", but the array contains a value of type "object"

Adapter: 6.3.0 js-Controller: 6.0.9 node: v12.15.1

Apollon77 commented 3 months ago

Hm ... that usuaally means that one of your UIs or things that work over the web adapter sends an invalid command. can you maybe map it to actions in such UIs?

Horgul123 commented 3 months ago

@Apollon77 Unfortunately not. It happens just from time to time. At the moment it's not happening anymore, even after a restart which showed this error every time during my last tests.