chaosmonkey
chaosmonkey copied to clipboard
invalid character '<' looking for beginning of value json unmarshal failed
hi everyone While running on chaos monkey on spinnaker getting below things:
chaos monkey installed on the spinnaker aws instance
ubuntu@ip-172-31-27-137:/apps/chaosmonkey$ chaosmonkey config spinnaker
invalid character '<' looking for beginning of value
json unmarshal failed
github.com/Netflix/chaosmonkey/spinnaker.fromJSON
/home/ubuntu/go/src/github.com/Netflix/chaosmonkey/spinnaker/fromjson.go:99
github.com/Netflix/chaosmonkey/spinnaker.Spinnaker.Get
/home/ubuntu/go/src/github.com/Netflix/chaosmonkey/spinnaker/config.go:51
github.com/Netflix/chaosmonkey/spinnaker.(*Spinnaker).Get
It looks like Spinnaker is returning HTML instead of JSON in this case. Are you able to hit the URL directly that Chaos Monkey is trying to access?