Jump to content

Question

Posted (edited)

Hello everyone,

so i got a problem with my own modpack.

Everytime i try to install it, it downloads the .zip with the data. After that it fails unzipping everything.

This is the console log:

[B#349] net.technicpack.rest.RestfulAPIException: Error parsing response JSON at URL [http://solder.umslondon.net/api/modpack/]
[B#349]     at net.technicpack.rest.RestObject.getRestObject(RestObject.java:155)
[B#349]     at net.technicpack.solder.http.HttpSolderApi.getMirrorUrl(HttpSolderApi.java:59)
[B#349]     at net.technicpack.solder.cache.CachedSolderApi.getMirrorUrl(CachedSolderApi.java:134)
[B#349]     at net.technicpack.platform.PlatformPackInfoRepository.getInfoFromPlatformInfo(PlatformPackInfoRepository.java:72)
[B#349]     at net.technicpack.platform.PlatformPackInfoRepository.getPlatformPackInfo(PlatformPackInfoRepository.java:60)
[B#349]     at net.technicpack.platform.PlatformPackInfoRepository.getPackInfo(PlatformPackInfoRepository.java:46)
[B#349]     at net.technicpack.launchercore.modpacks.PackLoadJob$5.run(PackLoadJob.java:180)
[B#349]     at java.lang.Thread.run(Unknown Source)
[B#349] Caused by: com.google.gson.JsonSyntaxException: java.lang.IllegalStateException: Expected BEGIN_OBJECT but was STRING at line 1 column 1 path $
[B#349]     at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory$Adapter.read(ReflectiveTypeAdapterFactory.java:200)
[B#349]     at com.google.gson.Gson.fromJson(Gson.java:810)
[B#349]     at com.google.gson.Gson.fromJson(Gson.java:775)
[B#349]     at com.google.gson.Gson.fromJson(Gson.java:724)
[B#349]     at com.google.gson.Gson.fromJson(Gson.java:696)
[B#349]     at net.technicpack.rest.RestObject.getRestObject(RestObject.java:139)
[B#349]     ... 7 more
[B#349] Caused by: java.lang.IllegalStateException: Expected BEGIN_OBJECT but was STRING at line 1 column 1 path $
[B#349]     at com.google.gson.stream.JsonReader.beginObject(JsonReader.java:387)
[B#349]     at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory$Adapter.read(ReflectiveTypeAdapterFactory.java:189)
[B#349]     ... 12 more
[B#349] net.technicpack.rest.RestfulAPIException: Error parsing response JSON at URL [http://solder.umslondon.net/api/modpack/]
[B#349]     at net.technicpack.rest.RestObject.getRestObject(RestObject.java:155)
[B#349]     at net.technicpack.solder.http.HttpSolderApi.getMirrorUrl(HttpSolderApi.java:59)
[B#349]     at net.technicpack.solder.cache.CachedSolderApi.getMirrorUrl(CachedSolderApi.java:134)
[B#349]     at net.technicpack.platform.PlatformPackInfoRepository.getInfoFromPlatformInfo(PlatformPackInfoRepository.java:72)
[B#349]     at net.technicpack.platform.PlatformPackInfoRepository.getPlatformPackInfo(PlatformPackInfoRepository.java:60)
[B#349]     at net.technicpack.platform.PlatformPackInfoRepository.getPackInfo(PlatformPackInfoRepository.java:46)
[B#349]     at net.technicpack.launchercore.modpacks.PackLoadJob$5.run(PackLoadJob.java:180)
[B#349]     at java.lang.Thread.run(Unknown Source)
[B#349] Caused by: com.google.gson.JsonSyntaxException: java.lang.IllegalStateException: Expected BEGIN_OBJECT but was STRING at line 1 column 1 path $
[B#349]     at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory$Adapter.read(ReflectiveTypeAdapterFactory.java:200)
[B#349]     at com.google.gson.Gson.fromJson(Gson.java:810)
[B#349]     at com.google.gson.Gson.fromJson(Gson.java:775)
[B#349]     at com.google.gson.Gson.fromJson(Gson.java:724)
[B#349]     at com.google.gson.Gson.fromJson(Gson.java:696)
[B#349]     at net.technicpack.rest.RestObject.getRestObject(RestObject.java:139)
[B#349]     ... 7 more
[B#349] Caused by: java.lang.IllegalStateException: Expected BEGIN_OBJECT but was STRING at line 1 column 1 path $
[B#349]     at com.google.gson.stream.JsonReader.beginObject(JsonReader.java:387)
[B#349]     at com.google.gson.internal.bind.ReflectiveTypeAdapterFactory$Adapter.read(ReflectiveTypeAdapterFactory.java:189)
[B#349]     ... 12 more
 

And here is the install link:http://api.technicpack.net/modpack/mc-ioi

Thank you in advance.

Edit: Posted the full red console log now for some reason i thought that was all.

Edited by TiltedZephi

8 answers to this question

Recommended Posts

  • 0
  • Moderators
Posted

Something is wrong with way it is being hosted. That link gives a 302, when you need a 200. A 302 means a redirect, the zip file needs to be a direct link. 

  • 0
Posted (edited)

Well it is downloaded already and laying in the cache (at least for me),but it cant be unzipped and the solder link takes me to a blank site.

Anybody got a clue what is causing this?

 

Edited by TiltedZephi

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...