Thanks very much. I did this, and then went back into the Snapcast section of the panel and hit space (leading to a 'Can't connect" error) and then backspaced it out (returning to the [object Object] message). The results:
# grep SNAP /tmp/snapcast-debug
20:01:27 : TRACE : SNAPCAST Connecting to localhost:1705
20:01:27 : TRACE : SNAPCAST Sending {"method":"Server.GetStatus","id":5,"jsonrpc":"2.0"}
20:01:27 : DEBUG : SNAPCAST Output is {"error":{"code":-32700,"data":"[json.exception.parse_error.101] parse error at 53: syntax error - unexpected '}'; expected end of input","message":"Parse error"},"id":null,"jsonrpc":"2.0"}
20:01:35 : TRACE : SNAPCAST Connecting to localhost:1705
20:01:35 : TRACE : SNAPCAST Sending {"method":"Server.GetStatus","id":5,"jsonrpc":"2.0"}
20:01:35 : DEBUG : SNAPCAST Output is {"error":{"code":-32700,"data":"[json.exception.parse_error.101] parse error at 53: syntax error - unexpected '}'; expected end of input","message":"Parse error"},"id":null,"jsonrpc":"2.0"}
20:01:41 : TRACE : SNAPCAST Connecting to localhost :1705
20:01:41 : WARN : SNAPCAST Snapcast connection failed
20:01:41 : DEBUG : SNAPCAST Output is {"error":"Could not connect to snapcast server"}
20:01:42 : TRACE : SNAPCAST Connecting to localhost:1705
20:01:42 : TRACE : SNAPCAST Sending {"method":"Server.GetStatus","id":7,"jsonrpc":"2.0"}
20:01:42 : DEBUG : SNAPCAST Output is {"error":{"code":-32700,"data":"[json.exception.parse_error.101] parse error at 53: syntax error - unexpected '}'; expected end of input","message":"Parse error"},"id":null,"jsonrpc":"2.0"}
As for the Snapcast version:
# snapserver --version
snapserver v0.17.1
Copyright (C) 2014-2019 BadAix (snapcast@badaix.de).
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>.
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
Written by Johannes Pohl.
Hope this helps. Thanks for your quick attention!