I've had a script running for a couple months that uploads photos to
Picasa. Yesterday however the connection began to get refused. The
following is the error I receive:

File "create_album.py", line 151, in <module>
    pws.ClientLogin(username, password)
  File "/usr/local/lib/python2.6/site-packages/gdata/service.py", line
519, in ClientLogin
    self.ProgrammaticLogin(captcha_token, captcha_response)
  File "/usr/local/lib/python2.6/site-packages/gdata/service.py", line
456, in ProgrammaticLogin
    headers={'Content-Type':'application/x-www-form-urlencoded'})
  File "/usr/local/lib/python2.6/site-packages/atom/http.py", line
117, in request
    connection.endheaders()
  File "/usr/local/lib/python2.6/httplib.py", line 868, in endheaders
    self._send_output()
  File "/usr/local/lib/python2.6/httplib.py", line 740, in
_send_output
    self.send(msg)
  File "/usr/local/lib/python2.6/httplib.py", line 699, in send
    self.connect()
  File "/usr/local/lib/python2.6/httplib.py", line 1072, in connect
    sock = socket.create_connection((self.host, self.port),
self.timeout)
  File "/usr/local/lib/python2.6/socket.py", line 512, in
create_connection
    raise error, msg
socket.error: [Errno 111] Connection refused


I haven't modified the script in weeks, so has google changed the
login method? Or am I missing something?

Thanks,

Greg

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Picasa Web Albums API" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/Google-Picasa-Data-API?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to