Connection refused when scrobbling to last.fm

Bug #1082889 reported by Patrick L Archibald
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Pithos
New
Undecided
Unassigned

Bug Description

Unable to scrobble to last.fm. I've authorized Pithos to last.fm a couple of times. I've tried from a couple of different machines. I'm running Pithos 0.3.17 on Ubuntu 12.04 and 12.10 both with Python 2.7.3.

I see the following when running Pithos from the command line.

  File "/usr/lib/python2.7/dist-packages/pithos/pylast.py", line 3614, in _do_handshake
    response = _ScrobblerRequest(server, params, self.network, "GET").execute().split("\n")
  File "/usr/lib/python2.7/dist-packages/pithos/pylast.py", line 3549, in execute
    connection.request("GET", self.subdir + "?" + data, headers = headers)
  File "/usr/lib/python2.7/httplib.py", line 958, in request
    self._send_request(method, url, body, headers)
  File "/usr/lib/python2.7/httplib.py", line 992, in _send_request
    self.endheaders(body)
  File "/usr/lib/python2.7/httplib.py", line 954, in endheaders
    self._send_output(message_body)
  File "/usr/lib/python2.7/httplib.py", line 814, in _send_output
    self.send(msg)
  File "/usr/lib/python2.7/httplib.py", line 776, in send
    self.connect()
  File "/usr/lib/python2.7/httplib.py", line 757, in connect
    self.timeout, self.source_address)
  File "/usr/lib/python2.7/socket.py", line 571, in create_connection
    raise err
error: [Errno 111] Connection refused

description: updated
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.