You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@devlake.apache.org by GitBox <gi...@apache.org> on 2022/10/19 13:09:26 UTC

[GitHub] [incubator-devlake] likyh opened a new issue, #3491: [Bug][github_graphql] User

likyh opened a new issue, #3491:
URL: https://github.com/apache/incubator-devlake/issues/3491

   ### Search before asking
   
   - [X] I had searched in the [issues](https://github.com/apache/incubator-devlake/issues?q=is%3Aissue) and found no similar issues.
   
   
   ### What happened
   
   ![image](https://user-images.githubusercontent.com/3294100/196698651-a4d217c0-0df5-4c24-aaf4-8de7a9d9363e.png)
   GitHub Graphql will skip a request extractor with 100 users when one of the 100 users does not exist.
   
   ### What you expected to happen
   
   skip the not exists one and extract other 99 users.
   
   ### How to reproduce
   
   1. use github_graphql to collect `{"ConnectionId":1,"Owner":"apache","Repo":"cordova-plugin-inappbrowser"}`
   2. look at logs after collecting.
   
   ### Anything else
   
   Actually, the other 99 users returned in the body from Graphql. But I don't know how to ignore this error elegantly.
   
   ### Version
   
   main
   
   ### Are you willing to submit PR?
   
   - [ ] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)
   


-- 
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: commits-unsubscribe@devlake.apache.org.apache.org

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


[GitHub] [incubator-devlake] klesh closed issue #3491: [Bug][github-graphql] GitHub Graphql will skip requesting all 100 users when one of them does not exist

Posted by GitBox <gi...@apache.org>.
klesh closed issue #3491: [Bug][github-graphql] GitHub Graphql will skip requesting all 100 users when one of them does not exist
URL: https://github.com/apache/incubator-devlake/issues/3491


-- 
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: commits-unsubscribe@devlake.apache.org

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