Giter Club home page Giter Club logo

modcheck's Introduction

ModCheck

ModCheck

Minecraft SpeedRun Mods Auto Installer/Updater

original idea by pistacium

image

modcheck's People

Contributors

itsprofessional avatar redlime avatar tildejustin avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

modcheck's Issues

Internet issue

Sure you've seen the issue, I assume you're repairing your servers or something along those lines.

Error:
java.lang.IllegalAccessException: Couldn't loading url request data! check your internet status
at com.pistacium.modcheck.util.ModCheckUtils.getUrlRequest(ModCheckUtils.java:43)
at com.pistacium.modcheck.ModCheck.lambda$main$0(ModCheck.java:51)
at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.util.concurrent.FutureTask.run(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)

Error Exception! when loading the mod list.

Getting this error after a couple seconds of waiting for the mod list to load. Says I should check my internet status but there isn't anything wrong with my internet that I have been able to find. Not sure what to do about this.

java.lang.IllegalAccessException: Couldn't loading url request data! check your internet status
at com.pistacium.modcheck.util.ModCheckUtils.getUrlRequest(ModCheckUtils.java:43)
at com.pistacium.modcheck.ModCheck.lambda$main$0(ModCheck.java:51)
at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.util.concurrent.FutureTask.run(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)

No sodium for 1.15.2

this issue seems to have been reintroduced, or perhaps I'm using the mod wrong, I can't find sodium for 1.15.2

unknown host exception

java.net.UnknownHostException: raw.githubusercontent.com
at java.base/sun.nio.ch.NioSocketImpl.connect(NioSocketImpl.java:567)
at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:327)
at java.base/java.net.Socket.connect(Socket.java:751)
at java.base/sun.security.ssl.SSLSocketImpl.connect(SSLSocketImpl.java:304)
at java.base/sun.security.ssl.BaseSSLSocketImpl.connect(BaseSSLSocketImpl.java:181)
at java.base/sun.net.NetworkClient.doConnect(NetworkClient.java:183)
at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:531)
at java.base/sun.net.www.http.HttpClient.openServer(HttpClient.java:636)
at java.base/sun.net.www.protocol.https.HttpsClient.(HttpsClient.java:264)
at java.base/sun.net.www.protocol.https.HttpsClient.New(HttpsClient.java:377)
at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.getNewHttpClient(AbstractDelegateHttpsURLConnection.java:193)
at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(HttpURLConnection.java:1237)
at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:1123)
at java.base/sun.net.www.protocol.https.AbstractDelegateHttpsURLConnection.connect(AbstractDelegateHttpsURLConnection.java:179)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1675)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1599)
at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:223)
at java.base/java.net.URL.openStream(URL.java:1325)
at kotlin.io.TextStreamsKt.readBytes(ReadWrite.kt:149)
at com.pistacium.modcheck.ModCheck.main$lambda$0(ModCheck.kt:39)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
at java.base/java.lang.Thread.run(Thread.java:1583)

Does not work on MacOS

When copying the instance path and pasting it into mod check it doesn't download anything and nothing shows up in the instance mods. This probably won't work on macOS so maybe an alternative could be to instead of downloading the mods to the instance, just downloading them to another place and being able to copy and paste them into the mods folder manually. This would be better than having to manually go to every GitHub and get the latest versions on mods.

Thanks for reading this

Certificate for https://me.redlimerl.com/ has expired, breaking ModCheck

It appears that the TLS cert for the website used to fetch some information for ModCheck has expired. This causes ModCheck to exit with an error on startup.

❯ curl -X "GET" https://me.redlimerl.com/mcsr/modcheck/v2
curl: (60) SSL certificate problem: certificate has expired
More details here: https://curl.haxx.se/docs/sslcerts.html

curl failed to verify the legitimacy of the server and therefore could not
establish a secure connection to it. To learn more about this situation and
how to fix it, please visit the web page mentioned above.

Extra options 1.16.5

Extra options for 1.16.5 doesnt work (it crashes on load) and is also obsoleted by 1.16.5 having the features by default.

Error exception

When opening ModCheck v0.5.3, I get an error stating that it could not load url request data.

Logs:

java.lang.IllegalAccessException: Couldn't loading url request data! check your internet status
at com.pistacium.modcheck.util.ModCheckUtils.getUrlRequest(ModCheckUtils.java:43)
at com.pistacium.modcheck.ModCheck.lambda$main$0(ModCheck.java:51)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:577)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
at java.base/java.lang.Thread.run(Thread.java:1589)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.