On Thu, Sep 19, 2013 at 09:50:33PM -0500, Keith Packard wrote:
> Sebastian Reichel <s...@debian.org> writes:
> 
> > Package: calypso
> > Version: 1.1
> > Severity: normal
> > Tags: upstream
> >
> > Hi,
> >
> > For me calypso prints lots of errors like the following one, when I try to 
> > sync
> > my N900's calendar:
> >
> > Failed PUT for /private/22.ics
> > Traceback (most recent call last):
> >   File "/usr/lib/python2.7/dist-packages/calypso/__init__.py", line 420, in 
> > do_PUT
> >     etag = self._collection.get_item(new_name).etag
> > AttributeError: 'NoneType' object has no attribute 'etag'
> > 93.206.248.69 - - [13/Sep/2013 21:29:26] "PUT /private/22.ics
> > HTTP/1.1" 400 -
> 
> Can you capture a more complete log with calypso -g and send that along?
> 
> -- 
> keith.pack...@intel.com

Sure. This should be all all information printed for one entry in -g
mode:

First line 'PUT /private/private/450.ics HTTP/1.1
'
reqlen 315
Path /private/private/450.ics results in collection: /private/private
Path /private/private/450.ics results in collection: /private/private
Path /private/private/450.ics results in name: 450.ics
Path /private/private/450.ics results in collection: /private/private
Path /private/private/450.ics results in collection: /private/private
Path /private/private/450.ics results in name: 450.ics
Putting a new item, because name 450.ics is not known
New item 450.ics
Add 450.ics
Trying to write to 
/home/sre/.config/calypso/calendars/private/private/cal-fet_2t.ics
Wrote <closed file '<fdopen>', mode 'w' at 0x12b6030> to 
/home/sre/.config/calypso/calendars/private/private/cal-fet_2t.ics
['git', '-c', 'advice.implicitIdentity=false', 'commit', '-m', 'Add new 
file\n\nUser-Agent: None']
[master 88a350d] Add new file
 Author: unknown <None@webdav>
 Committer: Sebastian Reichel <sre@localhost>
 1 file changed, 15 insertions(+)
 create mode 100644 cal-fet_2t.ics
Path /private/private/450.ics results in name: 450.ics
item_name 450.ics new_name 450.ics
Path /private/private/450.ics results in collection: /private/private
Failed PUT for /private/private/450.ics
Traceback (most recent call last):
  File "/usr/lib/python2.7/dist-packages/calypso/__init__.py", line 419, in 
do_PUT
    etag = self._collection.get_item(new_name).etag
AttributeError: 'NoneType' object has no attribute 'etag'
46.22.209.71 - - [20/Sep/2013 17:07:20] "PUT /private/private/450.ics HTTP/1.1" 
400 -

-- Sebastian

Attachment: signature.asc
Description: Digital signature

Reply via email to