grimoirelab-gitee / grimoirelab-perceval-gitee

GrimoireLab: Bundle of Perceval backends for Gitee
GNU General Public License v3.0
3 stars 5 forks source link

Perceval gitee with repository parameter? #10

Closed bluejeams closed 2 years ago

bluejeams commented 2 years ago

When execute perceval gitee https://gitee.com/willemjiang/gitee-example,receive an error message :perceval: error: the following arguments are required: repository. It seems miss the repository parameter,. so i add the repository within the command line.

(ivenv) root@atomdev-01:~/grimoirelab# perceval gitee https://gitee.com/willemjiang/gitee-example repository [2021-12-07 11:31:14,759] - Sir Perceval is on his quest. [2021-12-07 11:31:15,001] - Error!: 404 Client Error: Not Found for url: https://gitee.com/api/v5/repos/https://gitee.com/willemjiang/gitee-example/repository/issues?state=all&per_page=100&direction=asc&sort=updated&since=1970-01-01T00%3A00%3A00%2B00%3A00 [2021-12-07 11:31:15,001] - Sir Perceval completed his quest.

Any recommendation for this issue?

eyehwan commented 2 years ago

owners and repo information you filled is wrong.

https://gitee.com/api/v5/repos/willemjiang/gitee-example/issues?state=all&sort=updated&direction=asc&page=1&per_page=20

bluejeams commented 2 years ago

I got it, the correct syntax is : perceval gitee willemjiang gitee-example

eyehwan commented 2 years ago

Exactly! Let's me know if you needed more support on this issue, otherwise I will close it or you can do it by yourself.

bluejeams commented 2 years ago

Thanks for your kindly support. This issue can be closed.