java.lang.NumberFormatException: For input string: "16908No changes.</td></tr><tr><td><img style="width: 48px; height: 48px; " class="icon-orange-square icon-xlg" src="/static/d492b818/images/48x48/orange-square.png" /></td><td style="vertical-align:middle"><p><span>Started by user <a href="/user/fewyn">Daniel Clements</a></span></p></td></tr></table></div></div><footer><div class="container-fluid"><div class="row"><div class="col-md-6" id="footer"></div><div class="col-md-18"><span class="page_generated">Page generated: Apr 25, 2016 11:31:10 PM EDT</span><span class="rest_api"><a href="api/">REST API</a></span><span class="jenkins_ver"><a href="http://jenkins-ci.org/">Jenkins ver. 2.0</a></span><div id="l10n-dialog" class="dialog"></div><div id="l10n-footer" style="display:none; float:left"><a href="#" onclick="return showTranslationDialog();"><img src="/static/d492b818/plugin/translation/flags.png" />"
at java.lang.NumberFormatException.forInputString(Unknown Source)
at java.lang.Integer.parseInt(Unknown Source)
at java.lang.Integer.parseInt(Unknown Source)
at com.puttysoftware.dailydownloader.DailyDownloader.main(DailyDownloader.java:137)
It is indeed possible to skip the rest of the update check and simply launch the current version, in case of errors parsing the latest version. Furthermore, DailyDownloader self update behavior is currently sub-optimal; if it detects a newer version of itself it tells you this then unceremoniously exits. I will add both of these issues to the GitHub issue tracker, so I know I need to fix them.Is it even possible to code the Daily Downloader to just automatically launch the current version of Mafia when something like this happens?
I don't know if Java supports downloading a file starting at somewhere other than byte 0. If it does, adding that feature requires nothing more than tracking bytes downloaded and whether or not the last file download completed. I occasionally have network dropouts unrelated to DailyDownloader, for which this feature would make my life easier.Lately, I've been having trouble with my Mafia downloads. They'll just stop partway through. This means that I have to use my browser to download them, since that has the ability to resume failed partial downloads. I realize that adding that sort of functionality may be too much to ask, but if it's possible, I'd appreciate it.
Oops! Looks like I forgot to publish it. I will fix this problem as soon as I am able to. I'm not at my development computer right now.
Do you have Java 8? If not you'll get an invalid class format error, but it doesn't display anywhere except the command line. I find that behavior of Java quite annoying.Hmm. 8.1 doesn't seem to be working for me at all. No window, no error or error dump, no sign the .jar file is executing at all.