We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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 :1 github.com/Netflix/chaosmonkey/command.DumpConfig /home/ubuntu/go/src/github.com/Netflix/chaosmonkey/command/dumpconfig.go:27 github.com/Netflix/chaosmonkey/command.Execute /home/ubuntu/go/src/github.com/Netflix/chaosmonkey/command/chaosmonkey.go:327 main.main /home/ubuntu/go/src/github.com/netflix/chaosmonkey/cmd/chaosmonkey/main.go:35 runtime.main /usr/local/go/src/runtime/proc.go:201
The text was updated successfully, but these errors were encountered:
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?
Sorry, something went wrong.
No branches or pull requests
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
:1
github.com/Netflix/chaosmonkey/command.DumpConfig
/home/ubuntu/go/src/github.com/Netflix/chaosmonkey/command/dumpconfig.go:27
github.com/Netflix/chaosmonkey/command.Execute
/home/ubuntu/go/src/github.com/Netflix/chaosmonkey/command/chaosmonkey.go:327
main.main
/home/ubuntu/go/src/github.com/netflix/chaosmonkey/cmd/chaosmonkey/main.go:35
runtime.main
/usr/local/go/src/runtime/proc.go:201
The text was updated successfully, but these errors were encountered: