carolinux / gdata-python-client

Automatically exported from code.google.com/p/gdata-python-client
0 stars 1 forks source link

PICASA: Any contacts-based feed request returns 500 Internal Server Error #468

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Run commands:

  >>> import gdata.photos.service
  >>> client = gdata.photos.service.PhotosService()
  >>> contacts = client.GetContacts('<userid>')

  where <userid> should be any real google userid.

What is the expected output? What do you see instead?

  Expected: receiving conatacts-based feed;
  Instead: 500 Internal Server Error

What version of the product are you using?

  2.0.12

Please provide any additional information below.

Original issue reported on code.google.com by zsolt.fo...@gmail.com on 19 Nov 2010 at 1:55

GoogleCodeExporter commented 9 years ago
I just tried this and it works with 2.0.13, are you still seeing this issue?

Original comment by joe.gregorio@gmail.com on 21 Jan 2011 at 4:00

GoogleCodeExporter commented 9 years ago
It turned out a server issue and was fixed:
http://groups.google.com/group/google-picasa-data-api/browse_thread/thread/1a569
7af9ff25c37

Original comment by zsolt.fo...@gmail.com on 21 Jan 2011 at 9:54