iChunUtil

iChunUtil

80M Downloads

versions.json missing

Macleykun opened this issue · 6 comments

commented

Same as the other issue i reported, seems that this file was removed.

java.io.FileNotFoundException: https://raw.githubusercontent.com/iChun/iChunUtil/master/src/main/resources/assets/ichunutil/mod/versions.json
 at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1896)
 at sun.net.www.protocol.http.HttpURLConnection.access$200(HttpURLConnection.java:92)
 at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1490)
 at sun.net.www.protocol.http.HttpURLConnection$9.run(HttpURLConnection.java:1488)
 at java.security.AccessController.doPrivileged(AccessController.java:946)
 at java.security.AccessController.doPrivilegedWithCombiner(AccessController.java:988)
 at sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1487)
 at sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:268)
 at java.net.URL.openStream(URL.java:1068)
 at me.ichun.mods.ichunutil.common.thread.ThreadGetResources.run(ThreadGetResources.java:67)

Latest forge on 1.12.2.

commented

Tried to look into ichunutil.cfg if there's a way to not check the version as it only prints an error for now. But the cfg only allows to let or not let the user notify of an update. However this config has no effect because of the above issue.

Hope that this can be fixed

commented
commented
commented
commented

True, I assumed that there weren’t going to be anymore updates for 1.12.2, but I hoped it wouldn’t be much effort to only remove this part of the code and push a (final) update for the mod on 1.12.2.

reason is that my error logging is relatively clean aside of a couple of errors, though i report them so it can be properly fixed.

If it might help, I’m also ok to look into this myself which code has to be removed to resolve the thrown error. If the pull is to your liking you only would need to push and publish.

I look forward to your opinion on the above!

commented

Sure no problem :) Thanks for your work and replies! Have a great weekend!