kichkasch / pisi

PISI is synchronizing information
http://freshmeat.net/projects/pisiom
GNU General Public License v3.0
7 stars 0 forks source link

problem with external vcards.. #7

Open kichkasch opened 14 years ago

kichkasch commented 14 years ago

hello, i had about 126 contacts in a vcf-file on webdav over ssl..

so i want to bring these in opimd.

after a while, i've got a error: Failed to parse line: X-messaging/xmpp-All:adress@jabberadress.ch Continue processing?

and i say yes. after this, its stores contacts and finished.

it says, it successfully saved 12 contacts, btw it says, my vcard just have 12 contacts.

VCF: Loading
/usr/lib/python2.6/site-packages/vobject/base.py:631: DeprecationWarning: BaseException.message has been deprecated as of Python 2.6 self.message = message
/bin/pisigui:320: DeprecationWarning: BaseException.message has been deprecated as of Python 2.6
if not self.promptGenericConfirmation("The following error occured when loading:\n%s\nContinue processing?" %(m.message)):

PHASE 2 - Comparing

Module opimd has 12 contacts in total Module remoteVCF has 12 contacts in total

12 entries in common 0 entries with conflicts 0 entires in source 1 - but not in 2 0 entires in source 2 - but not in 1

PHASE 3 - Saving
Making changes permanent OPIMD module: I apply 0 changes now Remote VCF module: I apply 0 changes now DONE
Configuring

so,hope this is enough explaining, if not, ask :)

kichkasch commented 14 years ago

Date: 2009-08-14 11:50 Sender: Vinzenz Hersche

here's also the output from the console-version..

Traceback (most recent call last):....................................................] Loading File "/bin/pisi", line 156, in pisicli.startCLI() File "/opt/pisi/pisicli.py", line 227, in startCLI source[1].load() File "/opt/pisi/modules/contacts_remotevcf.py", line 60, in load contacts_vcf.SynchronizationModule.load(self) File "/opt/pisi/modules/contacts_vcf.py", line 118, in load for x in comps: File "/usr/lib/python2.6/site-packages/vobject/base.py", line 1031, in readComponents vline = textLineToContentLine(line, n) File "/usr/lib/python2.6/site-packages/vobject/base.py", line 888, in textLineToContentLine return ContentLine(parseLine(text, n), *{'encoded':True, 'lineNumber' : n}) File "/usr/lib/python2.6/site-packages/vobject/base.py", line 756, in parseLine raise ParseError("Failed to parse line: %s" % line, lineNumber) vobject.base.ParseError: At line 320: Failed to parse line: X-messaging/xmpp-All:schmid@jabber.puzzle.ch

i think, it's not so important if it couldn't parse it, but it's better, if it realy does continiue :)