Covergloobus doesn't start and I get Errno 113

Asked by Alexander

Hello. I tried running CoverGloobus from the command line, it didn't start and I get this -

[WARNING] Using default Configuration
[INFO] UI: Theme: BadChoice
Traceback (most recent call last):
  File "/usr/share/covergloobus/covergloobus.py", line 531, in <module>
    sys.exit(cg.main())
  File "/usr/share/covergloobus/covergloobus.py", line 87, in main
    self.init() #Init configurations
  File "/usr/share/covergloobus/covergloobus.py", line 108, in init
    self.change_song()
  File "/usr/share/covergloobus/covergloobus.py", line 461, in change_song
    self.track.artist, self.track.album, c)
  File "/usr/share/covergloobus/WEBServices.py", line 60, in amazon_download_cover
    web = urllib.urlopen(URL)
  File "/usr/lib/python2.6/urllib.py", line 86, in urlopen
    return opener.open(url)
  File "/usr/lib/python2.6/urllib.py", line 205, in open
    return getattr(self, name)(url)
  File "/usr/lib/python2.6/urllib.py", line 344, in open_http
    h.endheaders()
  File "/usr/lib/python2.6/httplib.py", line 904, in endheaders
    self._send_output()
  File "/usr/lib/python2.6/httplib.py", line 776, in _send_output
    self.send(msg)
  File "/usr/lib/python2.6/httplib.py", line 735, in send
    self.connect()
  File "/usr/lib/python2.6/httplib.py", line 716, in connect
    self.timeout)
  File "/usr/lib/python2.6/socket.py", line 514, in create_connection
    raise error, msg
IOError: [Errno socket error] [Errno 113] No route to host

I'm running Ubuntu 10.04 and I installed CoverGloobus from the ppa. Everything was working fine last time I used it and now suddenly this.. I tried reinstalling it and deleting the .cfg file but it didn't work. Any help would be very much appreciated.

Question information

Language:
English Edit question
Status:
Answered
For:
CoverGloobus Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Alexandr Grigorcea (cahr-gr) said :
#1

its not covergloobus problem, python fails to download a page for the web
maybe something wrong with your network connection
google for 'No route to host'
CG tries to load this site http://www.albumart.org
to test it you can try to load it from console with python, from Terminal run:
$ python
and then from python console:
>>> import urllib
>>> urllib.urlopen('http://www.albumart.org')
>>> urllib.urlopen('http://www.google.com')
and see what happens

Can you help with this problem?

Provide an answer of your own, or ask Alexander for more information if necessary.

To post a message you must log in.