Skip to content

HTTP 500 error code for repo query on gitee.com #191

@Stefan-Schmidt

Description

@Stefan-Schmidt

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions