unmojang / FjordLauncher

Prism Launcher fork with support for alternative auth servers
GNU General Public License v3.0
78 stars 14 forks source link

Neoforge loader latest versions not available to download #28

Closed Panderine closed 1 month ago

Panderine commented 1 month ago

Operating System

No response

Version of Fjord Launcher

Fjord launcher 8.4.2

Version of Qt

QT 6.6.3

Description of bug

Try to install loader Neoforge any version greater than 21.1.35 and they are not even in the list

Steps to reproduce

Create custom instance, install loader, choose neoforge try to install version 21.1.37

Also If you install a modpack from curseforge that uses latest version, it fails installation aswell. i.e. ATM10

Suspected cause

No response

This issue is unique

Panderine commented 1 month ago

The issue seems to be in the metadata url:

https://meta.unmojang.org/v1/net.neoforged/

"versions": [ { "recommended": false, "releaseTime": "2024-09-01T23:04:22.293738+00:00", "requires": [ { "equals": "1.21.1", "uid": "net.minecraft" } ], "sha256": "f42da7b27631e3256467c2eef645fdcd5fab7d24d227da95fdc7e2b675d9c0e7", "version": "21.1.35"

https://meta.prismlauncher.org/v1/net.neoforged/

"versions": [ { "recommended": false, "releaseTime": "2024-09-03T16:05:14.312984+00:00", "requires": [ { "equals": "1.21.1", "uid": "net.minecraft" } ], "sha256": "9efda47b4cdadc7559932cd832217b21ca44b0f582cf31a43fd94dba896b41d9", "version": "21.1.37"

evan-goode commented 1 month ago

Fixed now. Our metadata was 3 days behind since GitHub disabled the update action due to "repository inactivity". I've added this action: https://github.com/liskin/gh-workflow-keepalive, hopefully that will prevent it from happening again.