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

   ### 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
   
   ```
   time="2022-09-13 11:44:02" level=info msg=" [pipeline service] [pipeline 
#17] [task #28] [github] [extractApiIssues] get data from 
_raw_github_api_issues where 
params={"ConnectionId":1,"Owner":"merico-dev","Repo":"lake"} and got 11"
   time="2022-09-13 11:44:02" level=info msg=" [pipeline service] [pipeline 
#17] [task #28] [github] [extractApiIssues] finished records: 1"
   time="2022-09-13 11:44:02" level=info msg=" [pipeline service] [pipeline 
#17] [task #28] [github] finished step: 4 / 41"
   time="2022-09-13 11:44:02" level=info msg=" [pipeline service] [pipeline 
#17] [task #28] [github] executing subtask collectApiPullRequests"
   time="2022-09-13 11:44:02" level=info msg=" [pipeline service] [pipeline 
#17] [task #28] [github] [collectApiPullRequests] start api collection"
   time="2022-09-13 11:44:03" level=info msg=" [pipeline service] [pipeline 
#17] [task #28] [github] [collectApiPullRequests] finished records: 1"
   time="2022-09-13 11:44:03" level=info msg=" [pipeline service] [pipeline 
#17] [task #28] [github] [collectApiPullRequests] end api collection without 
error"
   time="2022-09-13 11:44:03" level=info msg=" [pipeline service] [pipeline 
#17] [task #28] [github] finished step: 5 / 41"
   time="2022-09-13 11:44:03" level=info msg=" [pipeline service] [pipeline 
#17] [task #28] [github] executing subtask extractApiPullRequests"
   time="2022-09-13 11:44:03" level=info msg=" [pipeline service] [pipeline 
#17] [task #28] [github] [extractApiPullRequests] get data from 
_raw_github_api_pull_requests where 
params={"ConnectionId":1,"Owner":"merico-dev","Repo":"lake"} and got 11"
   time="2022-09-13 11:44:03" level=info msg=" [pipeline service] [pipeline 
#17] [task #28] [github] [extractApiPullRequests] finished records: 1"
   time="2022-09-13 11:44:03" level=info msg=" [pipeline service] [pipeline 
#17] [task #28] [github] finished step: 6 / 41"
   time="2022-09-13 11:44:03" level=info msg=" [pipeline service] [pipeline 
#17] [task #28] [github] executing subtask collectApiComments"
   time="2022-09-13 11:44:03" level=info msg=" [pipeline service] [pipeline 
#17] [task #28] [github] [collectApiComments] start api collection"
   time="2022-09-13 11:44:03" level=warning msg=" [pipeline service] [pipeline 
#17] [task #28] [github] retry #0 calling repos/merico-dev/lake/issues/comments
   Http DoAsync error: {"message":"The since parameter needs to be in ISO 8601 
format: 
YYYY-MM-DDTHH:MM:SSZ","documentation_url":"https://docs.github.com/rest/reference/issues#list-issue-comments-for-a-repository"}";
   time="2022-09-13 11:44:04" level=warning msg=" [pipeline service] [pipeline 
#17] [task #28] [github] retry #1 calling repos/merico-dev/lake/issues/comments
   Http DoAsync error: {"message":"The since parameter needs to be in ISO 8601 
format: 
YYYY-MM-DDTHH:MM:SSZ","documentation_url":"https://docs.github.com/rest/reference/issues#list-issue-comments-for-a-repository"}";
   time="2022-09-13 11:44:04" level=warning msg=" [pipeline service] [pipeline 
#17] [task #28] [github] retry #2 calling repos/merico-dev/lake/issues/comments
   Http DoAsync error: {"message":"The since parameter needs to be in ISO 8601 
format: 
YYYY-MM-DDTHH:MM:SSZ","documentation_url":"https://docs.github.com/rest/reference/issues#list-issue-comments-for-a-repository"}";
   ```
   
   ### What you expected to happen
   
   collect success
   
   ### How to reproduce
   
   1. add blueprint in config-ui
   ```json
   [
     [
       {
         "options": {
           "connectionId": 1,
           "owner": "merico-dev",
           "repo": "lake"
         },
         "plugin": "github"
       }
     ]
   ]
   ```
   2. look at table `_tool_github_issue_commemt` and it's empty
   3. run blueprint
   4. find this bug when collecting comments
   
   ### Anything else
   
   _No response_
   
   ### 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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to