You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by GitBox <gi...@apache.org> on 2021/11/06 12:34:25 UTC

[GitHub] [skywalking-infra-e2e] dashanji edited a comment on pull request #64: fix bug

dashanji edited a comment on pull request #64:
URL: https://github.com/apache/skywalking-infra-e2e/pull/64#issuecomment-962444782


   When I use `swctl --display yaml --base-url=http://${service_default_oap_host}:${service_default_oap_12800}/graphql endpoint list --keyword=hello --service-name Your_ApplicationName`, get the follonging info.
   ```
   - id: WW91cl9BcHBsaWNhdGlvbk5hbWU=.1_e0dFVH0vaGVsbG8=
     name: '{GET}/hello'
   ```
   
   Then the error occurred like follows.
   ```ERROR failed to unmarshal index: 0, yaml: line 2: did not find expected key```
   
   This bug is the yaml cannot recognize `{` and `}`. If we need to include `{` and `}`, the key or value needs to be included between `'`. I fix it in the last commit and delete the faq.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@skywalking.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org