Skip to content
This repository has been archived by the owner on Jan 2, 2018. It is now read-only.

Stucks in "Loading" after pushing "Sync contacts" #167

Closed
Laiquendi opened this issue Nov 5, 2012 · 5 comments
Closed

Stucks in "Loading" after pushing "Sync contacts" #167

Laiquendi opened this issue Nov 5, 2012 · 5 comments

Comments

@Laiquendi
Copy link

Contacts cleaned, all the phone numbers contain only + and digits except those which contain only information from Skype you cannot change. There was no problem on 0.2.7 version, problem persists in all builds from at least 0.8.10.

@CODeRUS
Copy link
Contributor

CODeRUS commented Nov 5, 2012

more info and attach log maybe?

@Laiquendi
Copy link
Author

Terminal:
File "/opt/waxmppplugin/bin/wazapp/contacts.py", line 52, in _init_
self.cn = self.cn + str(number) + ","
UnicodeEncodeError: 'ascii' codec can't encode characters in position 14-16: ordinal not in range(128)

Is this enough or the full log file is needed?

@CODeRUS
Copy link
Contributor

CODeRUS commented Nov 5, 2012

what is string causing issue? find it in log before.

@Laiquendi
Copy link
Author

There is nothing about that neither in terminal when running nor in the log file. Log file ends with:
ReaderThread: Waiting, time to die: T-240 seconds
Upper in the terminal are:
libqtcontacts-tracker: engine.cpp:1591: Not cleaning up obsolete resources for nao:hasTag property since the property's range is too generic (rdfs:Resource)
libqtcontacts-tracker: engine.cpp:1591: Not cleaning up obsolete resources for nao:hasTag property since the property's range is too generic (rdfs:Resource)
Traceback (most recent call last):
File "/opt/waxmppplugin/bin/wazapp/contacts.py", line 177, in resync
self.initiateSyncer(mode, userid);
File "/opt/waxmppplugin/bin/wazapp/contacts.py", line 170, in initiateSyncer
self.syncer = ContactsSyncer(self.store, mode, userid);

I'm not sure whether it could be of any help.
I've used the procedure from wiki to get the log file.

P.S. I have one contact where the second phone number is automatically derived from Skype and looks like: 00XX86523254428
Also I have several contacts with "ö" letter.

@anneris
Copy link

anneris commented Nov 5, 2012

I am having the same problem and error - the string causing the error for me is u'\uff0b' or apparently 'FULLWIDTH PLUS SIGN' (U+FF0B).

Log :

Traceback (most recent call last):
File "/opt/waxmppplugin/bin/wazapp/contacts.py", line 177, in resync
self.initiateSyncer(mode, userid);
File "/opt/waxmppplugin/bin/wazapp/contacts.py", line 170, in initiateSyncer
self.syncer = ContactsSyncer(self.store, mode, userid);
File "/opt/waxmppplugin/bin/wazapp/contacts.py", line 52, in init
self.cn = self.cn + str(number) + ","
UnicodeEncodeError: 'ascii' codec can't encodecharacter u'\uff0b' in
position 0: ordinal notin range(128)

Hope this helps?

@tgalal tgalal closed this as completed in dafa66a Nov 5, 2012
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants