Skip to content
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

Serverstarter not working due to cursemeta downfall. #148

Closed
Gerald7777 opened this issue May 22, 2022 · 7 comments
Closed

Serverstarter not working due to cursemeta downfall. #148

Gerald7777 opened this issue May 22, 2022 · 7 comments

Comments

@Gerald7777
Copy link

Modpack Version

Enigmatica8Server 1.0.5

Describe your issue.

Cursemeta used by serverstarter was killed, making downloading server files impossible. It would be good idea to post alternate server files download until issue is resolved.

[12:42:10] [ERROR] Error while trying to get URL from cursemeta for mod ModEntryRaw(projectID=272335, fileID=3623830)
java.io.IOException: Request to https://cursemeta.dries007.net/272335/3623830.json was not successful.
at atm.bloodworkxgaming.serverstarter.packtype.curse.CursePackType.downloadMods$lambda-3(CursePackType.kt:203)
at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(Unknown Source)
at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(Unknown Source)
at java.util.stream.AbstractPipeline.copyInto(Unknown Source)
at java.util.stream.ForEachOps$ForEachTask.compute(Unknown Source)
at java.util.concurrent.CountedCompleter.exec(Unknown Source)
at java.util.concurrent.ForkJoinTask.doExec(Unknown Source)
at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(Unknown Source)
at java.util.concurrent.ForkJoinPool.runWorker(Unknown Source)
at java.util.concurrent.ForkJoinWorkerThread.run(Unknown Source)

Crash Report

No response

Latest Log

No response

Have you modified the modpack?

No

User Modifications

No response

Did the issue happen in singleplayer or on a server?

Server

@Gerald7777 Gerald7777 added the Bug label May 22, 2022
@Gerald7777
Copy link
Author

BloodyMods/ServerStarter#67
More info about the issue on their side for reference.

@Quezler
Copy link
Contributor

Quezler commented May 22, 2022

Already fixed in the enigmatic fork of serverstarter & as per fe7a1b2 in this repo, it only needs a new curseforge release :)

@Gerald7777
Copy link
Author

Awesome! Until it rolls in workaround seems to be just to copy the client pack and remove moreoverlays-1.20.4-mc1.18.jar from server mods. Feel free to close the issue when deemed appropriate.

@AzureDoom
Copy link

Already fixed in the enigmatic fork of serverstarter & as per fe7a1b2 in this repo, it only needs a new curseforge release :)

Their fork is still using CurseMeta so they will run into the issue of it not downloading any uploaded mod files after the API switch over.

@NielsPilgaard
Copy link
Collaborator

Their fork is still using CurseMeta so they will run into the issue of it not downloading any uploaded mod files after the API switch over.

Is the original ServerStarter using something else now?

@Darkere
Copy link

Darkere commented May 22, 2022

Not sure what Azure doom is talking about. Original Serverstarter doesn't have a solution yet.

@AzureDoom
Copy link

It does not, I've been working on my own fork of the original starter to switch to the official API as I have an API key to use. CurseMeta is dead and you won't be to use it download mods anymore.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants