VersionChecker
VersionChecker copied to clipboard
403 on connecting to http://bot.notenoughmods.com/1.7.10.json
Hi there,
as stated there seems to be a problem with the connection to the json url during startup. Switched to https by rebuilding from scratch - same result. Is there a new rule blocking certain agents? Since in the browser it just works fine, also I don't think the 1.7.10 should be a problem.
If I can help with the troubleshooting just let me know.
Edit: Just checked - it seems the 16th of February was the first time this happened.
stacktrace as follows:
java.io.IOException: Server returned HTTP response code: 403 for URL: http://bot.notenoughmods.com/1.7.10.json
at sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source)
at sun.net.www.protocol.http.HttpURLConnection.access$200(Unknown Source)
at sun.net.www.protocol.http.HttpURLConnection$9.run(Unknown Source)
at sun.net.www.protocol.http.HttpURLConnection$9.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.AccessController.doPrivilegedWithCombiner(Unknown Source)
at sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
at java.net.URLConnection.getContent(Unknown Source)
at com.dynious.versionchecker.checker.NEMChecker.run(NEMChecker.java:39)
at java.lang.Thread.run(Unknown Source)