Summary: | Contacts resource requests fail when user quota is exceeded | ||
---|---|---|---|
Product: | [Frameworks and Libraries] Akonadi | Reporter: | Manuel Amador (Rudd-O) <rudd-o> |
Component: | Google Resource | Assignee: | Daniel Vrátil <dvratil> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | kdepim-bugs, tokoe, winter |
Priority: | NOR | ||
Version: | 4.9 | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 4,11 | |
Sentry Crash Report: |
Description
Manuel Amador (Rudd-O)
2013-01-17 09:17:15 UTC
This Bug is confirmed by using steps as given by the bug Reporter KDE version 4.9.5 KUBUNTU version 12.10 KAdressbook version 4.9.2 are you using libkgapi 0.4.4 ? I get this on stderr when running on akonadiconsole on the terminal Application '/usr/bin/akonadi_googlecontacts_resource' exited normally... akonadi_googlecontacts_resource_1(23330) KGAPI::AccessManagerPrivate::nam_replyReceived: User quota exceeded. akonadi_googlecontacts_resource_1(23330) KGAPI::AccessManagerPrivate::nam_replyReceived: "Temporary problem - please try again later and consider using batch operations. The user is over quota." json_parser - syntax error found, forcing abort, Line 1 Column 0 Application '/usr/bin/akonadi_googlecalendar_resource' exited normally... rpm -q libkgapi libkgapi-0.4.4-1.fc18.x86_64 This has been solved in master by porting the resource to LibKGAPI 2, which can handle quota issues in any service by temporarily delaying the request and then increasing delay between further requests. |