This 4-day weekend was awesome for catching up on personal hacking projects. In addition to adding IPv6 support to Perlbal and hacking on my interactive shadow/art wall more, I also worked on a little address book management tool,
AddressBooker [
source hereBasically AddressBooker takes a POST of contacts data in JSON form, and does stuff with it,
(
Read more... )
Traceback (most recent call last):
File "/base/python_lib/versions/1/google/appengine/ext/webapp/__init__.py", line 499, in __call__
handler.get(*groups)
File "/base/data/home/apps/addressbooker/1.329670894575284061/addressbooker.py", line 345, in get
self.ProcessMerge(method='GET')
File "/base/data/home/apps/addressbooker/1.329670894575284061/addressbooker.py", line 431, in ProcessMerge
feed = client.Get(full_feed_url, converter=gdata.contacts.ContactsFeedFromString)
File "/base/data/home/apps/addressbooker/1.329670894575284061/gdata/service.py", line 700, in Get
headers=extra_headers)
File "/base/data/home/apps/addressbooker/1.329670894575284061/atom/service.py", line 176, in request
data=data, headers=all_headers)
File "/base/data/home/apps/addressbooker/1.329670894575284061/gdata/auth.py", line 456, in perform_request
return http_client.request(operation, url, data=data, headers=headers)
File "/base/data/home/apps/addressbooker/1.329670894575284061/gdata/alt/appengine.py", line 144, in request
method=method, headers=all_headers, follow_redirects=False))
File "/base/python_lib/versions/1/google/appengine/api/urlfetch.py", line 278, in fetch
raise ResponseTooLargeError(result)
ResponseTooLargeError
Reply
Okay, I'll have to fix that next time I get some free time.
Reply
Anyway, if you feel inspired to fix this, it would be much appreciated...
Reply
Reply
Reply
Leave a comment