#9836 dist-git returns errors for package update status
Closed: Fixed by pingou. Opened by qulogic.

Describe what you would like us to do:


On dist-git pagure, dist-git/bodhi is queried for package update status. This is now returning an error, and the update table says "Failed to retrieve updates from bodhi".

For example, on https://src.fedoraproject.org/rpms/pybind11, there are two XHR to:

  • https://src.fedoraproject.org/_dg/bodhi_updates/rpms/pybind11?html=1 which returns a 500 error
  • https://src.fedoraproject.org/_dg/actived/rpms/pybind11 which returns a 401 with JSON
    {"error":"You are not allowed to modify this project", "error_code":"EMODIFYPROJECTNOTALLOWED"}

When do you need this to be done by? (YYYY/MM/DD)


ASAP


  • https://src.fedoraproject.org/_dg/bodhi_updates/rpms/pybind11?html=1 which returns a 500 error

This has been fixed

  • https://src.fedoraproject.org/_dg/actived/rpms/pybind11 which returns a 401 with JSON

This is expected, it only works on orphaned projects.

Metadata Update from @pingou:
- Issue assigned to pingou
- Issue tagged with: dev, low-gain, medium-trouble

Upstream PR for the 500 error: https://pagure.io/pagure-dist-git/pull-request/137

Metadata Update from @mohanboddu:
- Issue priority set to: Waiting on External (was: Needs Review)

This is blocked on this PR https://pagure.io/pagure-dist-git/pull-request/137 (and a new release)

New version of pagure-dist-git has been deployed and seems to be working fine :)

Thanks for the report and let us know if you see any more problems!

Metadata Update from @pingou:
- Issue close_status updated to: Fixed
- Issue status updated to: Closed (was: Open)

Metadata