aerokube / ggr-ui

The missing /status API for Ggr
https://aerokube.com/ggr-ui/latest/
Apache License 2.0
39 stars 15 forks source link

Status: invalid character 'T' #42

Closed jsa34 closed 5 years ago

jsa34 commented 5 years ago

Hello!

Something seems to be silently failing/throwing errors, but hadn't noticed until I looked in the GGR-UI logs for the docker container.

Log has numerous entries of the following: 2019/03/13 10:17:37 [STATUS] [Failed to parse response: invalid character 'T' looking for beginning of value]

Not sure what is happening.

Many thanks

vania-pooh commented 5 years ago

@jsa34 ggr-ui expects remote hosts to have JSON /status API. In your case another output is returned (probably HTML or XML).

jsa34 commented 5 years ago

Aha - this is probably related to https://github.com/aerokube/ggr/issues/274.

Thank you!