Comment 2 for bug 243309

Revision history for this message
Andrew (and471) wrote :

Okay, here is the output I get when I run the command mentioned above. (It seems to be to do with Album Art)

Exception in thread AlbumArt Downloader:
Traceback (most recent call last):
  File "/usr/lib/python2.5/threading.py", line 486, in __bootstrap_inner
    self.run()
  File "/home/rugby471/Software/entertainer/src/utils/albumart_downloader.py", line 62, in run
    self.search()
  File "/home/rugby471/Software/entertainer/src/utils/albumart_downloader.py", line 175, in search
    self.search_next ()
  File "/home/rugby471/Software/entertainer/src/utils/albumart_downloader.py", line 204, in search_next
    temp = urllib.urlopen(url)
  File "/usr/lib/python2.5/urllib.py", line 82, in urlopen
    return opener.open(url)
  File "/usr/lib/python2.5/urllib.py", line 190, in open
    return getattr(self, name)(url)
  File "/usr/lib/python2.5/urllib.py", line 325, in open_http
    h.endheaders()
  File "/usr/lib/python2.5/httplib.py", line 860, in endheaders
    self._send_output()
  File "/usr/lib/python2.5/httplib.py", line 732, in _send_output
    self.send(msg)
  File "/usr/lib/python2.5/httplib.py", line 699, in send
    self.connect()
  File "/usr/lib/python2.5/httplib.py", line 667, in connect
    socket.SOCK_STREAM):
IOError: [Errno socket error] (-2, 'Name or service not known')

Exception in thread AlbumArt Downloader:
Traceback (most recent call last):
  File "/usr/lib/python2.5/threading.py", line 486, in __bootstrap_inner
    self.run()
  File "/home/rugby471/Software/entertainer/src/utils/albumart_downloader.py", line 62, in run
    self.search()
  File "/home/rugby471/Software/entertainer/src/utils/albumart_downloader.py", line 175, in search
    self.search_next ()
  File "/home/rugby471/Software/entertainer/src/utils/albumart_downloader.py", line 204, in search_next
    temp = urllib.urlopen(url)
  File "/usr/lib/python2.5/urllib.py", line 82, in urlopen
    return opener.open(url)
  File "/usr/lib/python2.5/urllib.py", line 190, in open
    return getattr(self, name)(url)
  File "/usr/lib/python2.5/urllib.py", line 325, in open_http
    h.endheaders()
  File "/usr/lib/python2.5/httplib.py", line 860, in endheaders
    self._send_output()
  File "/usr/lib/python2.5/httplib.py", line 732, in _send_output
    self.send(msg)
  File "/usr/lib/python2.5/httplib.py", line 699, in send
    self.connect()
  File "/usr/lib/python2.5/httplib.py", line 667, in connect
    socket.SOCK_STREAM):
IOError: [Errno socket error] (-2, 'Name or service not known')

Exception in thread AlbumArt Downloader:
Traceback (most recent call last):
  File "/usr/lib/python2.5/threading.py", line 486, in __bootstrap_inner
    self.run()
  File "/home/rugby471/Software/entertainer/src/utils/albumart_downloader.py", line 62, in run
    self.search()
  File "/home/rugby471/Software/entertainer/src/utils/albumart_downloader.py", line 175, in search
    self.search_next ()
  File "/home/rugby471/Software/entertainer/src/utils/albumart_downloader.py", line 204, in search_next
    temp = urllib.urlopen(url)
  File "/usr/lib/python2.5/urllib.py", line 82, in urlopen
    return opener.open(url)
  File "/usr/lib/python2.5/urllib.py", line 190, in open
    return getattr(self, name)(url)
  File "/usr/lib/python2.5/urllib.py", line 325, in open_http
    h.endheaders()
  File "/usr/lib/python2.5/httplib.py", line 860, in endheaders
    self._send_output()
  File "/usr/lib/python2.5/httplib.py", line 732, in _send_output
    self.send(msg)
  File "/usr/lib/python2.5/httplib.py", line 699, in send
    self.connect()
  File "/usr/lib/python2.5/httplib.py", line 667, in connect
    socket.SOCK_STREAM):
IOError: [Errno socket error] (-2, 'Name or service not known')