Jump to content

Solder Download Issue - Server returns HTTP code 400


AtomikMc

Recommended Posts

So I recently got a Solder server and I am currently setting up my modpack with Solder. However, I have run into this issue.

Error2.PNG

For some reason, the server returns code 400, but I can access it just fine without any bad request errors.

 

Log:

[B#349] net.technicpack.launchercore.exception.BuildInaccessibleException: An error was raised while attempting to read pack info for modpack atomic-season-1, build 1.2.2 (started solder): Server returned HTTP response code: 400 for URL: http://atomikpacks.pcriot.com/technicsolder/public/index.php/api/modpack/atomic-season-1/1.2.2 (started solder)/?cid=fff6e51b-cda1-41c3-9fa5-c7c6882251d0
[B#349] 	at net.technicpack.solder.http.HttpSolderPackApi.getPackBuild(HttpSolderPackApi.java:76)
[B#349] 	at net.technicpack.solder.io.SolderPackInfo.getModpack(SolderPackInfo.java:149)
[B#349] 	at net.technicpack.launchercore.modpacks.packinfo.CombinedPackInfo.getModpack(CombinedPackInfo.java:197)
[B#349] 	at net.technicpack.launcher.launch.Installer.buildTasksQueue(Installer.java:264)
[B#349] 	at net.technicpack.launcher.launch.Installer$1.run(Installer.java:122)
[B#349] 	at java.lang.Thread.run(Unknown Source)
[B#349] Caused by: net.technicpack.rest.RestfulAPIException: Error accessing URL [http://atomikpacks.pcriot.com/technicsolder/public/index.php/api/modpack/atomic-season-1/1.2.2 (started solder)/?cid=fff6e51b-cda1-41c3-9fa5-c7c6882251d0]
[B#349] 	at net.technicpack.rest.RestObject.getRestObject(RestObject.java:157)
[B#349] 	at net.technicpack.solder.http.HttpSolderPackApi.getPackBuild(HttpSolderPackApi.java:70)
[B#349] 	... 5 more
[B#349] Caused by: java.io.IOException: Server returned HTTP response code: 400 for URL: http://atomikpacks.pcriot.com/technicsolder/public/index.php/api/modpack/atomic-season-1/1.2.2 (started solder)/?cid=fff6e51b-cda1-41c3-9fa5-c7c6882251d0
[B#349] 	at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source)
[B#349] 	at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
[B#349] 	at net.technicpack.rest.RestObject.getRestObject(RestObject.java:137)
[B#349] 	... 6 more

 

Is anyone else experiencing this, and how do I fix it?

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...