AqualinkD icon indicating copy to clipboard operation
AqualinkD copied to clipboard

When Browser Connected GET_DEVICES generates "Warning: NetService:WS: Old stanza, using old method to action"

Open ballle98 opened this issue 3 years ago • 1 comments

After Updating to 2.2.2, I see WARNINGS in the logs whenever the browser is connected. Looking at the json code and other things it looks like the browser will send GET_DEVICES every minute and a WARNING will show in the log.

This should not be a warning since it is normal behavior.

Debug:   NetService:++ Websocket joined
Debug:   NetService:WS: Message - Key 'command' Value 'GET_DEVICES'
Warning: NetService:WS: Old stanza, using old method to action
Info:    NetService:WS: Message - Key 'command' Value 'GET_DEVICES' | Key2 '(null)' Value2 '(null)'
Debug:   NetService:JSON: web used 2694 of 5120

ballle98 avatar Nov 17 '20 22:11 ballle98

this may be related to #135 After this fix I no longer see the issue.

ballle98 avatar Nov 18 '20 19:11 ballle98