Jump to content
  • 1

Custom modpack unzipping error


TiltedZephi

Question

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
Link to comment
Share on other sites

8 answers to this question

Recommended Posts

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...