CurseForgeBadge-Unofficial
CurseForgeBadge-Unofficial copied to clipboard
Badge Image Links Not Working
once again lul :P Old issue: #12

Main endpoints are working again since 16e24e186e229d6322a555a16a46be67e866a4f5, need to figure out how to do all the pack related stuff

What did these look like originally? I might be able to help, but I have no idea what they're supposed to look like in the end.
They used to be counters for dependencies and dependants. /packs -> how many packs is your mod? /mods -> how many mods depend on your mod? /supported -> how many mods integrate with your mod?
Used to be based of the relations tab on CurseForge, but I haven't seen a way to get this info over the CF API.
@way2muchnoise The place where you get the 500 error seems to be the curseforge API service. My guess is that it is stuck on a limit such as rate limit and that is why the problem occurs.
My solution suggestion is to create a cache system and provide recurring requests with a cache held by disk or RAM.
I witnessed a similar problem on the readme page of the ATM-9 Package, seeing that the first packages were installed but the last package was not.
When I refreshed the page again, the last package arrived.