Page 1 of 1

To Clinton Hall (nzbget update?!)

Posted: Thu Oct 22, 2015 2:56 am
by methos
You know that there is a update for nzbget?
I have version **.15 and V16.1 is out. there's also a beta (16.0-r1439) so maybe i's wiser to wait for this one to become final?

I saw this within nzbget.

Just to let you know ;)

Re: To Clinton Hall (nzbget update?!)

Posted: Thu Oct 22, 2015 8:03 pm
by clinton.hall
From within the NZBGet webUI, go to settings, system, Check for Update.
You can update to any stable or testing version.

Also please check the Asutor AppCentral and make sure you are on the latest App Version.

Re: To Clinton Hall (nzbget update?!)

Posted: Sat Oct 24, 2015 8:24 pm
by methos
hmmm that was simple ;)

Thanks

Re: To Clinton Hall (nzbget update?!)

Posted: Wed Jul 20, 2016 3:41 am
by mikepham
Seems the upgrade no longer works, as the URL for the download to get the install is no longer valid. Changing the URL in the install-update.sh script fixes the problem and I can upgrade to 16.4, but one restart NZBGet no longer loads and I can't find any error messages.

Re: To Clinton Hall (nzbget update?!)

Posted: Thu Jul 21, 2016 7:20 pm
by jonjon
I have the same issue, i am currently stuck at v 15. Maybe Clinton Hall can fix this?

Re: To Clinton Hall (nzbget update?!)

Posted: Sat Jul 23, 2016 8:24 am
by mikepham
I was able to fix it without changing anything during the install.

1) You *have* to delete your queue folder. I ended up just deleting all the folders and re-installing the app to let it re-create them.
2) Once you've re-installed from the store, you have to manually edit the install-update.sh file with these changes (I believe this comes from the project repository). They changed the download URL for the releases.
- Change the BASE_URL variable and change from "http://nzbget.net/download" to "https://github.com/nzbget/nzbget/releases/download".
- Find the line that reads:
"$NZBOP_APPBIN" -B webget "$NZBOP_TEMPDIR/$INSTALLER" "$BASE_URL/$INSTALLER" 2>/dev/null
to
"$NZBOP_APPBIN" -B webget "$NZBOP_TEMPDIR/$INSTALLER" "$BASE_URL/v$VER/$INSTALLER" 2>/dev/null
3) Run the update from the Web UI and it should now download the correct file.

Your other option (which I selected) was to take the package and unzip it on a linux machine and download the APK script from ASUSTOR (must register as a developer) and change the "url" variable to: url="https://github.com/nzbget/nzbget/releas ... -linux.run"

Re-package the app and install manually. I wouldn't recommend doing it this way. The first method will net you an update and you'll never have to worry about it again.

The absolute best method is just to release a new APK with the install using the latest version, but Mr. Hall would have to do that and update the package in the developer store.

Re: To Clinton Hall (nzbget update?!)

Posted: Sun Oct 02, 2016 9:58 pm
by clinton.hall
Hi All,

Sorry for the delay. I have not had much online time for a while.

It appears that the upgrade scripts worked if you updated at the time (they had progressive upgrades to move to the new repository) but now they are not working.

I have updated this app and submitted to App Central (waiting for Asustor to accept and publish)

Re: To Clinton Hall (nzbget update?!)

Posted: Mon Jul 24, 2017 12:20 am
by bostoneric
clinton.hall wrote:Hi All,

Sorry for the delay. I have not had much online time for a while.

It appears that the upgrade scripts worked if you updated at the time (they had progressive upgrades to move to the new repository) but now they are not working.

I have updated this app and submitted to App Central (waiting for Asustor to accept and publish)

any chance you are going to push to v19 that has the SSL certificate validation forced now?

Re: To Clinton Hall (nzbget update?!)

Posted: Tue Aug 15, 2017 9:33 am
by clinton.hall
In NZBget Web UI, go to settings, system, check for updates.
You can update to V19