Hello there,
is this a know bug? It seems there is an iCal entry with the char '$' inside.
Is it possible that this char breaks the python script functions?
Here is the error message:
Folgende kritischen Fehler sind aufgetreten:
Error: ValueError
Description: unsupported format character '$' (0x24) at index 14
Traceback:
File "/Library/PreferencePanes/OXtender.prefPane/Contents/Resources/Programs/OXSync/oxsyncer/oxsync.py", line 313, in performSync
syncPerformer.sync_with_session(ISyncManager, ISyncSession, self.oxclient, self.credentials, self.config, syncModus )
File "/Library/PreferencePanes/OXtender.prefPane/Contents/Resources/Programs/OXSync/oxsyncer/syncer/sync_performer.py", line 120, in sync_with_session
self.pull(session, ox, modules_to_sync)
File "/Library/PreferencePanes/OXtender.prefPane/Contents/Resources/Programs/OXSync/oxsyncer/syncer/sync_performer.py", line 237, in pull
idMap = self.handleResponse(response, noch_ein_speicher_dictionary, session)
File "/Library/PreferencePanes/OXtender.prefPane/Contents/Resources/Programs/OXSync/oxsyncer/syncer/sync_performer.py", line 322, in handleResponse
exceptionHandler.handle(module, saveContainer, savedItem, session)
File "/Library/PreferencePanes/OXtender.prefPane/Contents/Resources/Programs/OXSync/oxsyncer/error/ox_exception_handling.py", line 144, in handle
link.handle(module, saveContainer, savedItem, session)
File "/Library/PreferencePanes/OXtender.prefPane/Contents/Resources/Programs/OXSync/oxsyncer/error/ox_exception_handling.py", line 119, in handle
helpers.errors.add_critical( OXCriticalProblem(str(OXExceptionMessage(savedItem )) + ' (' + info + ')'))
File "/Library/PreferencePanes/OXtender.prefPane/Contents/Resources/Programs/OXSync/oxsyncer/error/ox_exception_handling.py", line 18, in __init__
self.msg = self.msg % tuple(response['error_params'])
Folgende Probleme traten auf. Sie können beim Beheben derselben helfen:
Sie haben nicht die nötigen Berechtigungen zum Ändern des Benutzers 'XXXXX XXXXX'. Die Änderungen werden nur lokal durchgeführt, es sei denn Sie nehmen die Änderungen auf dem OX-Server vor oder setzen Ihr Adressbuch über die Einstellungsleiste zurück.
Any ideas?
yours,
mga
is this a know bug? It seems there is an iCal entry with the char '$' inside.
Is it possible that this char breaks the python script functions?
Here is the error message:
Folgende kritischen Fehler sind aufgetreten:
Error: ValueError
Description: unsupported format character '$' (0x24) at index 14
Traceback:
File "/Library/PreferencePanes/OXtender.prefPane/Contents/Resources/Programs/OXSync/oxsyncer/oxsync.py", line 313, in performSync
syncPerformer.sync_with_session(ISyncManager, ISyncSession, self.oxclient, self.credentials, self.config, syncModus )
File "/Library/PreferencePanes/OXtender.prefPane/Contents/Resources/Programs/OXSync/oxsyncer/syncer/sync_performer.py", line 120, in sync_with_session
self.pull(session, ox, modules_to_sync)
File "/Library/PreferencePanes/OXtender.prefPane/Contents/Resources/Programs/OXSync/oxsyncer/syncer/sync_performer.py", line 237, in pull
idMap = self.handleResponse(response, noch_ein_speicher_dictionary, session)
File "/Library/PreferencePanes/OXtender.prefPane/Contents/Resources/Programs/OXSync/oxsyncer/syncer/sync_performer.py", line 322, in handleResponse
exceptionHandler.handle(module, saveContainer, savedItem, session)
File "/Library/PreferencePanes/OXtender.prefPane/Contents/Resources/Programs/OXSync/oxsyncer/error/ox_exception_handling.py", line 144, in handle
link.handle(module, saveContainer, savedItem, session)
File "/Library/PreferencePanes/OXtender.prefPane/Contents/Resources/Programs/OXSync/oxsyncer/error/ox_exception_handling.py", line 119, in handle
helpers.errors.add_critical( OXCriticalProblem(str(OXExceptionMessage(savedItem )) + ' (' + info + ')'))
File "/Library/PreferencePanes/OXtender.prefPane/Contents/Resources/Programs/OXSync/oxsyncer/error/ox_exception_handling.py", line 18, in __init__
self.msg = self.msg % tuple(response['error_params'])
Folgende Probleme traten auf. Sie können beim Beheben derselben helfen:
Sie haben nicht die nötigen Berechtigungen zum Ändern des Benutzers 'XXXXX XXXXX'. Die Änderungen werden nur lokal durchgeführt, es sei denn Sie nehmen die Änderungen auf dem OX-Server vor oder setzen Ihr Adressbuch über die Einstellungsleiste zurück.
Any ideas?
yours,
mga
Comment