Bug 291430 - Notification telling it fail to add event
Summary: Notification telling it fail to add event
Status: RESOLVED FIXED
Alias: None
Product: libkgapi
Classification: Frameworks and Libraries
Component: calendar (show other bugs)
Version: unspecified
Platform: Ubuntu Linux
: NOR normal
Target Milestone: ---
Assignee: Daniel Vrátil
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-01-13 11:14 UTC by Cédric Bellegarde
Modified: 2012-04-24 20:09 UTC (History)
3 users (show)

See Also:
Latest Commit:
Version Fixed In: 0.3


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Cédric Bellegarde 2012-01-13 11:14:16 UTC
+++ This bug was initially created as a clone of Bug #289487 +++

Version:           4.7 (using KDE 4.7.3) 
OS:                Linux

Current git show a popup about a failure when creating event.

Reproducible: Always

Steps to Reproduce:
Create an event

Actual Results:  
Fail popup, event is created in google calendar and in korganizer

Expected Results:  
No fail popup
Comment 1 Cédric Bellegarde 2012-01-13 11:14:44 UTC
More informations in original bug report...
Comment 2 Christophe Marin 2012-01-13 11:26:17 UTC
which resource are you trying to use exactly ?
Comment 3 Daniel Vrátil 2012-01-13 20:30:39 UTC
Can you provide output from .xsession-errors? Make sure you have Akonadi and the calendar resource debugging enabled in kdebugdialog.

I've never saw such popup before on Arch, must be some improvement from Ubuntu which displays resource errors via KNotify.

Anyway it shouldn't happen, but still there might be some error reply from Google or libkgoogle might parse it incorrectly, the debug output should shed some light on it help.

If you can please recompile Akonadi Google with -DDEBUG_RAWDATA=TRUE cmake switch to enable full debug.
Comment 4 Richard Ssekibuule 2012-01-18 06:24:31 UTC
I experience the same bug
Comment 5 Cédric Bellegarde 2012-01-18 07:42:27 UTC
akonadi_googlecalendar_resource_6(27307) CalendarResource::eventCreated: Server send  0 items, which is not OK 

I see this in .xsession-errors
Comment 6 Cédric Bellegarde 2012-01-27 08:59:41 UTC
No way to reprocude from your side ?

Where do i need to look if i want to debug source code ?
Comment 7 Daniel Vrátil 2012-04-15 11:10:09 UTC
The "CalendarResource::eventCreated: Server send  0 items, which is not OK" error should be fixed in version 0.3.

Please reopen if this should happen again.