pypingou / fedora-active-user

Reports the recent activity of a Fedora contributor
23 stars 13 forks source link

Please port fedora_active_user to use fasjson #23

Open knight-of-ni opened 2 years ago

knight-of-ni commented 2 years ago

A recent Fedora infrastructure change has caused fedora_active_user.py to crash, due to a HTTP 500 error while polling https://admin.fedoraproject.org/accounts/.

See here for more details: https://pagure.io/fedora-infrastructure/issue/10832

Support for the old url has been temporarily re-enabled, but the long term solution is to port fedora-active-user over to fasjson. https://fasjson.readthedocs.io/en/latest/

musicinmybrain commented 1 year ago

It looks like this is really broken now:

ERROR:active-user:ServerError(https://admin.fedoraproject.org/accounts/json/person_by_username, 404, Not Found)
gotmax23 commented 1 year ago

Does it work with --nofas?

musicinmybrain commented 1 year ago

Does it work with --nofas?

Yes. Thanks for pointing that out. It’s a lot better than nothing.