-
-
Notifications
You must be signed in to change notification settings - Fork 991
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Django Community: New/updated Django packages feed ingestion is broken #1299
Comments
Hey @jefftriplett — yes! I think this is likely related to #1137. Everything that follows is I think… The issue is that the We need to replace it with our own. This shouldn't be too ops intensive, such we can't do it ourselves. But if it is I'm minded to spin up a mini-instance myself just so we can get passed this. The relevant model is in the If you break ground here, I'm very happy to input as needed. Otherwise I have it down as a possible GSoC idea (but that's still time away) |
@carltongibson circling back here. Do we have a dump of feed urls by chance to test with? (I have admin access, but so-many-feeds) |
This project might get pulled into Jazzband and might be semi-related. https://github.com/brutasse/django-push |
Now the new/updated packages feed is showing mostly gambling site spam. The last actual Django package updates listed are from 2017. Maybe just remove it until it can be repaired? |
cc @bmispelon since we were both looking into this on Friday. The Django Package feed has newer links, but ingestion isn't picking up on it. I thought we'd removed the other feed that someone must have bought and squatted on. |
I did remove some spam entries on Friday, and I don't see them anymore on the page at https://www.djangoproject.com/community/packages/
EDIT: Ah nevermind, I found them in the actual RSS feed. The cause seems to be that the |
(Just for reference, what I am seeing is in the page at https://www.djangoproject.com/community/) ![]() |
I see a new update from August 4th, 2024 this year which ~7 years in between updates. I think there is a chance this is fixed but I will leave this open until we verify it or see a few more trickle in. https://www.djangoproject.com/community/packages/ |
@nanuxbe the issue here was with adding new feeds. Existing feeds (like Django Packages) have always kept working. Not sure if it's still the case or not that new feeds can't be OK'd. |
@carltongibson I just approved a "pending" feed to test it. Previously, it 500'ed, but it didn't this time. If you see Django News Jobs show up the next time the "Django jobs" feeds gets refreshed, then I would call it fixed and close the issue: https://www.djangoproject.com/community/ |
@jefftriplett cool. Let's look into it this week. It'll be good if we can add new feeds. (So many new folks posting...) Still think we need a replacement medium term... 😉 |
I'm seeing Jobs flowing through the community jobs feed which is a positive sign that things are working again: https://www.djangoproject.com/community/jobs/ Thank you everyone for looking! |
The latest items from https://www.djangoproject.com/community/packages/ are from October 27, 2017.
The DjangoPackages.org RSS appears to be working, but I'm happy to follow up if something is broken on the website: https://djangopackages.org/feeds/packages/latest/rss/
I'm happy to help if someone can point me to where that should be :)
related to #1137
The text was updated successfully, but these errors were encountered: