View Single Post
Old 04-18-2014, 01:42 AM   #1
brashley46
Member
brashley46 doesn't litterbrashley46 doesn't litter
 
brashley46's Avatar
 
Posts: 13
Karma: 110
Join Date: Mar 2009
Location: Toronto, ON
Device: Samsun Galaxy Tab E
Unhappy Upgrade to 1.33 failing

I'm running an Xubuntu box, just upgraded to 14.04; then brought up Calibre and hit update (since it is Friday) ... when I run the installer script in my terminal I get
Code:
brashley46@rossdesktop2:~$ sudo -v && wget -nv -O- https://raw.githubusercontent.com/kovidgoyal/calibre/master/setup/linux-installer.py | sudo python -c "import sys; main=lambda x:sys.stderr.write('Download failed\n'); exec(sys.stdin.read()); main('/opt')"
[sudo] password for brashley46: 
2014-04-18 01:38:58 URL:https://raw.githubusercontent.com/kovidgoyal/calibre/master/setup/linux-installer.py [25498/25498] -> "-" [1]
Installing to /opt/calibre
Downloading tarball signature securely...
Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "<string>", line 646, in main
  File "<string>", line 618, in download_and_extract
  File "<string>", line 610, in get_tarball_info
  File "<string>", line 590, in get_https_resource_securely
__main__.HTTPError: https://status.calibre-ebook.com/tarball-info/i686 returned an unsupported http response code: 404 (Not Found)
Is this your end or mine?
brashley46 is offline   Reply With Quote