-
Notifications
You must be signed in to change notification settings - Fork 187
Open
Description
We are seeing an internal error with HTTP error code 500 for the gitee API query for organization repos:
API URL used: https://gitee.com/api/v5/orgs/openharmony/repos?page=1&per_page=60
Repo getting failed: {"message":"500 Internal Server Error"}
This is happening in our OpenHarmony sync to GitHub:
https://github.com/eclipse-oniro-mirrors/mirror-sync/actions/runs/9696254218/job/26757783805#step:3:69
Curl is producing the same error. This is also true for other organizations I tested.
[stefan@localhost hub-mirror-action]$ curl -X GET --header 'Content-Type: application/json;charset=UTF-8' 'https://gitee.com/api/v5/orgs/openharmony/repos'
{"message":"500 Internal Server Error"}
Is this API being removed from gitee or is it just broken at the moment? How do others work around this with hub-mirror-action?
We saw this first on June 1st. The same job worked without any changes on May 31th.
Metadata
Metadata
Assignees
Labels
No labels