Page 1 of 1

[SOLVED I'm an idiot]Minor "bug"

Posted: April 11th, 2012, 2:42 am
by Influence
Not really a bug, but Beta2 reports as 0.7.0Beta instead of 0.7.0Beta2. I normally wouldn't have noticed but an auto-update script I have is going crazy trying to get the ever elusive Beta2 :P

It checks the version against the newest build version on sourceforge, and if a newer one is found it downloads it. Everything goes good until it verifies the version and see's its still at 0.7.0Beta.

No big deal, I simply stopped the script for now. Just thought I'd let you know. Being a beta its pretty much a non-issue as it won't stay too long anyway

Re: Minor "bug"

Posted: April 11th, 2012, 5:57 am
by sander
My Beta2 (source running on Linux) says "SABnzbd Version: 0.7.0Beta2" via the Help-button (upper right corner).

The stdout / log says

Code: Select all

2012-04-11 12:57:13,784::DEBUG::[misc:583] Checked for a new release, cur= 70042, latest= 61599 (on http://sourceforge.net/projects/sabnzbdplus/files/sabnzbdplus/sabnzbd-0.6.15)
2012-04-11 12:58:11,651::INFO::[SABnzbd:1528] Starting SABnzbd.py-0.7.0Beta2



So can you explain what you did? And are you sure you're running Beta 2 ... ?

RE: Minor "bug"

Posted: April 12th, 2012, 12:16 am
by Influence
Ok, this is embarrassing. I didn't even think about my script to check for updates cuts after a certain number of characters, and....you guessed it, it cuts right at the "a" in 0.7.0Beta, so while sabnzbd was reporting correctly, my script wasn't catching the 2.

Ignore me, :P