xeocub
December 27th, 2007, 12:04 AM
Hello. Trying to update FF3 from the a08 I have now to the new beta. Doesn't seem to be working well with uzilla, Here's what happens:
ubuntuzilla.py -a checkforupdatetext -p firefox
Retrieving the version of the latest release of Firefox from the Mozilla website...
Traceback (most recent call last):
File "/usr/local/bin/ubuntuzilla.py", line 1051, in <module>
bs.start()
File "/usr/local/bin/ubuntuzilla.py", line 209, in start
fi.start()
File "/usr/local/bin/ubuntuzilla.py", line 244, in start
self.checkforupdateText()
File "/usr/local/bin/ubuntuzilla.py", line 539, in checkforupdateText
self.getLatestVersion()
File "/usr/local/bin/ubuntuzilla.py", line 652, in getLatestVersion
self.releaseVersion = self.util.getSystemOutput(executionstring="wget -c --tries=20 --read-timeout=60 --waitretry=10 -q -O - http://www.mozilla.com |grep 'product=' -m 1 |sed -e 's/.*<li>.*firefox-//' -e 's/&.*//'", numlines=1, errormessage="Failed to retrieve the latest version of "+ self.options.package.capitalize())
File "/usr/local/bin/ubuntuzilla.py", line 124, in getSystemOutput
return result[0]
IndexError: list index out of range
This happens no matter which of the commands I run... Any help?
ubuntuzilla.py -a checkforupdatetext -p firefox
Retrieving the version of the latest release of Firefox from the Mozilla website...
Traceback (most recent call last):
File "/usr/local/bin/ubuntuzilla.py", line 1051, in <module>
bs.start()
File "/usr/local/bin/ubuntuzilla.py", line 209, in start
fi.start()
File "/usr/local/bin/ubuntuzilla.py", line 244, in start
self.checkforupdateText()
File "/usr/local/bin/ubuntuzilla.py", line 539, in checkforupdateText
self.getLatestVersion()
File "/usr/local/bin/ubuntuzilla.py", line 652, in getLatestVersion
self.releaseVersion = self.util.getSystemOutput(executionstring="wget -c --tries=20 --read-timeout=60 --waitretry=10 -q -O - http://www.mozilla.com |grep 'product=' -m 1 |sed -e 's/.*<li>.*firefox-//' -e 's/&.*//'", numlines=1, errormessage="Failed to retrieve the latest version of "+ self.options.package.capitalize())
File "/usr/local/bin/ubuntuzilla.py", line 124, in getSystemOutput
return result[0]
IndexError: list index out of range
This happens no matter which of the commands I run... Any help?