Skip to content
This repository was archived by the owner on Sep 11, 2025. It is now read-only.
This repository was archived by the owner on Sep 11, 2025. It is now read-only.

Check for updates feature not working #75

@ndriggs

Description

@ndriggs

When I try and run the "Check for updates..." feature I get the following 2 errors:

ImageJ 1.54g; Java 17.0.5 [64-bit]; Windows 11 10.0; 32MB of 10667MB (<1%)

java.io.FileNotFoundException: https://googledrive.com/host/0BzOGc-xMFyDYR1JaelZYQmJsaUE/builds/stable/list.txt
at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(HttpURLConnection.java:1993)
at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(HttpURLConnection.java:1589)
at java.base/sun.net.www.protocol.https.HttpsURLConnectionImpl.getInputStream(HttpsURLConnectionImpl.java:224)
at java.base/java.net.URL.openStream(URL.java:1161)
at cz.cuni.lf1.lge.ThunderSTORM.UpdaterPlugIn.openUrlAsList(UpdaterPlugIn.java:142)
at cz.cuni.lf1.lge.ThunderSTORM.UpdaterPlugIn.run(UpdaterPlugIn.java:56)
at ij.IJ.runUserPlugIn(IJ.java:244)
at ij.IJ.runPlugIn(IJ.java:210)
at ij.Executer.runCommand(Executer.java:152)
at ij.Executer.run(Executer.java:70)
at java.base/java.lang.Thread.run(Thread.java:833)

ImageJ 1.54g; Java 17.0.5 [64-bit]; Windows 11 10.0; 32MB of 10667MB (<1%)

java.lang.NullPointerException: Cannot read field "year" because "v" is null
at cz.cuni.lf1.lge.ThunderSTORM.UpdaterPlugIn$Version.compareTo(UpdaterPlugIn.java:246)
at cz.cuni.lf1.lge.ThunderSTORM.UpdaterPlugIn$UpdaterDialog.layoutComponents(UpdaterPlugIn.java:296)
at cz.cuni.lf1.lge.thunderstorm.util.macroui.DialogStub.showAndGetResult(DialogStub.java:73)
at cz.cuni.lf1.lge.ThunderSTORM.UpdaterPlugIn.showDialog(UpdaterPlugIn.java:79)
at cz.cuni.lf1.lge.ThunderSTORM.UpdaterPlugIn.run(UpdaterPlugIn.java:66)
at ij.IJ.runUserPlugIn(IJ.java:244)
at ij.IJ.runPlugIn(IJ.java:210)
at ij.Executer.runCommand(Executer.java:152)
at ij.Executer.run(Executer.java:70)
at java.base/java.lang.Thread.run(Thread.java:833)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions