-
-
Notifications
You must be signed in to change notification settings - Fork 74
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
Comments
BloodyMods/ServerStarter#67 |
Already fixed in the enigmatic fork of serverstarter & as per fe7a1b2 in this repo, it only needs a new curseforge release :) |
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. |
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? |
Not sure what Azure doom is talking about. Original Serverstarter doesn't have a solution yet. |
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. |
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
The text was updated successfully, but these errors were encountered: