Created attachment 56669 [details] akonadictl start logfile Version: 1.5.0 (using KDE 4.6.0) OS: Linux I can add the akonadi_gcal_resource and akonadi_googledata_resource but can't browse their content in kontact or even akonadiconsole. Reproducible: Always using akonadi-googledata 1.2.0 and libgcal 0.9.6.
Hello, same here on kubuntu maverick with kde 4.6 backport, akonadi 1.4.9 and libgcal 0.9.6
Same here on Kubuntu 10.10, KDE 4.6, Akonadi 1.4.90, libgcal 0.9.6
confirmed as above Kubuntu 10.10, KDE 4.6, Akonadi 1.4.95, 0.9.6. no working sync since sometime back in 4.4 (debian or kubuntu).
the same also here under Kubuntu 10.10, KDE 4.6, Akonadi 1.4.95, libgcal 0.9.6.
Same problem on Archlinux with KDE 4.6, akonadi 1.5.0, akonadi-googledata 1.2.0, libgcal 0.9.6 and libgdata 0.6.5. It works fine in KDE 4.5.5.
Here also, adding akonadi_gcal_resource gives no error, but trying to get the contents (right click 'reload' on the added akonadi_gcal_resource) freezes korganizer (and kontact) for a while. The freeze occurs also when starting kontact. After the freeze, the file $HOME/.local/share/akonadi/akonadiserver.error contains an error message: ItemRetrieverException : Unable to retrieve item from resource: Did not receive a reply. Possible causes include: the remote application did not send a reply, the message bus security policy blocked the reply, the reply timeout expired, or the network connection was broken. The calendar is not updated and the events in the calendar are not shown in kontact/korganizer. Network is working fine. This happens also for a newly created user and a new google calendar. KUbuntu 10.10 KDE Platform Version 4.6.00 (4.6.0) fom backports ii akonadi-kde-resource-googledata 1.2.0-0ubuntu1 ii akonadi-server 1.4.90-0ubuntu1~maverick1~ppa1 ii kontact 4:4.4.9-0ubuntu1~maverick2~ppa1 ii korganizer 4:4.4.9-0ubuntu1~maverick2~ppa1 ii libgcal0 0.9.6-0ubuntu1
Hey, people who have this problem please vote on this bug so that it gets confirmed by popular vote. We need this fixed ASAP.
*** This bug has been confirmed by popular vote. ***
I've been trying to get this working since months ago, with several versions of several distros, and always give up due to this bug. Never got it to work. Right now I'm un Kubuntu 10.10 with the same versions than #6: ii akonadi-kde-resource-googledata 1.2.0-0ubuntu1 ii akonadi-server 1.4.90-0ubuntu1~maverick1~ppa1 ii kontact 4:4.4.9-0ubuntu1~maverick2~ppa1 ii korganizer 4:4.4.9-0ubuntu1~maverick2~ppa1 ii libgcal0 0.9.6-0ubuntu1
Created attachment 57544 [details] C sample using the libgcal library that shows the contacts OK I've tested this code (from the libgcal page) and, when executed, shows me a list of all my contacts in about 6 seconds. kaddressbook, e.g., hangs forever trying to load the contacts. So I'm pretty confident the problem is in akonadi-googledata or in akonadi itself.
Same thing using ubuntu 10.10, kde 4.6 via backports ppa. Did a fresh install using 10.10, which worked--upgraded again, same problems.
Still present in KDE 4.6.1
Created attachment 57753 [details] akonadi debugger output when adding a gcal-resource
So does anybody know if somebody has this working, or are people just not using google calendar with kde? Since this bug does not trigger much action, are we the only ones or are we just struck by some weird configuration issue?
FYI, google sync is working just fine with evolution. I'm using that until this gets resolved (and another akonadi bug shows up ;)
still non-functional in kde 4.6.1 on kubuntu 10.10. given the leaps in functionality and optimization across kde and particualrly kdepim, this is probably a big pim gap for many users. bug is now voted and feedback is coming in, any other 'official' input?
Can only confirm the bug with Kubuntu 10.10 and KDE 4.6. Never tried it with 4.5, but in 4.6 i can't even add the google calendar resource straight away. Instead I create an empty resource first, then add the gcal plugin; results as described above. Any developer feedback? Thanks
Created attachment 57854 [details] Akonadi Server error while adding gcal resource
Sorry about the split post. I have attached the akonadiserver.error file after all. (In reply to comment #18) > Can only confirm the bug with Kubuntu 10.10 and KDE 4.6. Never tried it with > 4.5, but in 4.6 i can't even add the google calendar resource straight away. > Instead I create an empty resource first, then add the gcal plugin; results as > described above. > > Any developer feedback? > > Thanks
For me akonadi-googledata is no more present/installable on 1O.10 with kde 4.6...
under kubuntu natty, kde 4.6.1, akonadi 1.50, libgcal 0.9.6: 1. akonadi resource adds fine & shows sync / ready 2. calendar resource shows in korganizer, can be configured, but when enabled takes a minute and then: "Error while loading gcal. Unknown error. (Unable to fetch item from backend)" ["gcal" here is the name of the calendar resource set vi korganizer]
http://dot.kde.org/2011/03/15/9th-annual-pim-meeting-renews-commitment-innovation guess many KDEPIM / Akonadi integrations are close...
Recent backport akonadi-server update does not solve this. Now the error is additionally displayed in a pop-up: "Error while loading akonadi calendar. Unknown error. (Unable to fetch item from backend)" akonadi-server (1.5.1-0ubuntu1~maverick1~ppa1) Other packages as in my comment #6 > KUbuntu 10.10 > KDE Platform Version 4.6.00 (4.6.0) fom backports > ii akonadi-kde-resource-googledata 1.2.0-0ubuntu1 > ii kontact 4:4.4.9-0ubuntu1~maverick2~ppa1 > ii korganizer 4:4.4.9-0ubuntu1~maverick2~ppa1 > ii libgcal0 0.9.6-0ubuntu1
Devs have been pretty silent on this...but I compiled libgcal and akonadi-googledata from source as suggested here: http://ubuntuforums.org/showthread.php?p=10604316#post10604316, and it seems to be working. Seems the package is broken. While I don't have any coding experience, I would think this is a relatively easy fix; why hasn't it been addressed?
awesome. this works. here's how to do it (under natty in this case, please confirm for maverick if possible): first remove your current akonadi gcal resource entry (if you still have one) in the akonadi system settings module. then open a konsole and: ~$ sudo apt-get install build-essential linux-headers-$(uname -r) ~$ mkdir builds ~$ cd builds ~/builds$ apt-get source libgcal ~/builds$ sudo apt-get build-dep libgcal ~/builds$ apt-get source akonadi-googledata ~/builds$ sudo apt-get build-dep akonadi-googledata ~/builds$ cd libgcal-0.9.6 ~/builds/libgcal-0.9.6$ ./configure ~/builds/libgcal-0.9.6$ make ~/builds/libgcal-0.9.6$ sudo make install ~/builds/libgcal-0.9.6$ cd .. ~/builds$ cd akonadi-googledata-1.2.0 ~/builds/akonadi-googledata-1.2.0$ mkdir builds ~/builds/akonadi-googledata-1.2.0$ cd builds ~/builds/akonadi-googledata-1.2.0/builds$ cmake .. ~/builds/akonadi-googledata-1.2.0/builds$ make ~/builds/akonadi-googledata-1.2.0/builds$ sudo make install that should do it. reboot to clear any caching. add a new akonadi google calendar resource and launch korganizer to check that it works. thanks mike. thanks devs. (will the source be packaged for regular installation? creating .deb package of akonadi-googledata using checkinstall failed here...)
Works for maverik. apt-get source libgcal akonadi-googledata sudo apt-get build-dep libgcal akonadi-googledata cd libgcal-0.9.6 dpkg-buildpackage cd ../akonadi-googledata-1.2.0 dpkg-buildpackage cd .. sudo dpkg -i libgcal0_0.9.6-0ubuntu1_i386.deb akonadi-kde-resource-googledata_1.2.0-0ubuntu1_i386.deb Since I did not change the version number, next update wants to overwrite them. Therefore I put the packages on hold in my machine: sudo aptitude hold libgcal0 akonadi-kde-resource-googledata Thanks mu3en, thanks mike, thanks all who have been examining this.
Thanks mu3en and yartsa. Works for me too. So it is fixed upstream.
yartsa's solution works for me ... thank you
reported downstream at <https://bugs.launchpad.net/ubuntu/+source/akonadi-googledata/+bug/727487>. i'm guessing this can be RESOLVED INVALID (or RESOLVED DOWNSTREAM, if that exists) since it's a downstream issue, right?
(In reply to comment #30) > i'm guessing this can be RESOLVED INVALID (or RESOLVED DOWNSTREAM, if that > exists) since it's a downstream issue, right? How can it be a downstream issue if it's also present in Arch? AFAIK Arch uses vanilla KDE source code to build its packages, so this must be a KDE bug. I haven't tried in other distros since I've recently given up on kontact all together, but I can give it a shot in openSUSE 11.4 and report back.
On KUbuntu Natty, I noticed that libgcal requires libcurl4-gnutls-dev, while akonadi-googledata requires libcurl4-openssl-dev instead. Can it be a library issue? ciao luigi
This script works on Natty #!/bin/sh rm -rf builds_gcal mkdir builds_gcal cd builds_gcal apt-get source libgcal sudo apt-get build-dep libgcal cd libgcal-0.9.6 dpkg-buildpackage cd .. apt-get source akonadi-googledata sudo apt-get build-dep akonadi-googledata cd akonadi-googledata-1.2.0 dpkg-buildpackage cd .. sudo dpkg -i libgcal0_*.deb akonadi-kde-resource-googledata_*.deb cd ..
works also for me on kubuntu 10.10 Thanks to all who were looking for a solution! In sumertime my business-dates are shooting up. Now I'm able to make dates on the run, AGAIN!
(In reply to comment #31) > (In reply to comment #30) > > i'm guessing this can be RESOLVED INVALID (or RESOLVED DOWNSTREAM, if that > > exists) since it's a downstream issue, right? > > How can it be a downstream issue if it's also present in Arch? AFAIK Arch uses > vanilla KDE source code to build its packages, so this must be a KDE bug. I > haven't tried in other distros since I've recently given up on kontact all > together, but I can give it a shot in openSUSE 11.4 and report back. Check in ABS if Arch's PKGBUILDs are building libgcal and akonadi-googledata against different sets of SSL libraries, just like Ubuntu is doing. Maybe it's a downstream issue in Arch also. I suggested originally the fix and I've always installed Akonadi Googledata that way; I supposed that to be normal.
Maybe this bug could be closed, since the akonadi google calendar works in Kubuntu 11.04 and also in the backports upgrade to kde 4.6.3.
Yes, it finally does work
Strictly speaking, this seems to be a bug generated by a version mismatch generated by compiling the Google Akonadi resources against a different release of Akonadi (1.4). If ABI compatibility for resources between 2 major releases of Akonadi was intended, then this bug should remain open and the cause of Google Akonadi resource's incompatibilities should be analyzed. Otherwise, I suggest this bug to be closed as INVALID, since it's a downstream bug.
recompiled both packages from source ok slackware64 w/4.6.3 with no luck, same error as everyone else.. plasma-desktop(25864)/plasma StatusNotifierItemSource::refreshCallback: DBusMenu disabled for this application continuing request for item 8436 "http://www.google.com/calendar/feeds/default/private/full _###SOMEHASH###" failed: "Unable to retrieve item from resource: Did not receive a reply. Possible causes include: the remote application did not send a eply, the message bus security policy blocked the reply, the reply timeout expir d, or the network connection was broken." ItemRetrieverException : Unable to retrieve item from resource: Did not receive a reply. Possible causes include: the remote application did not send a reply, t e message bus security policy blocked the reply, the reply timeout expired, or t e network connection was broken. korganizer(4184)/libakonadi Akonadi::EntityTreeModelPrivate::fetchJobDone: Job e ror: "Unknown error. (Unable to fetch item from backend)" plasma-desktop(25864)/plasma StatusNotifierItemSource::refreshCallback: DBusMenu disabled for this application QObject: Cannot create children for a parent that is in a different thread. (Parent is Solid::Backends::UDisks::UDisksDevice(0x2988f90), parent's thread is Thread(0x2469500), current thread
A comment in ArchLinux explains how to make it working after an upgrade to KDE 4.6 : uninstall akonadi-googledata remove the akonadi google source in akonadi configuration restart akonadi install akonadi-googledata restart akonadi add the akonadi google source restart akonadi It works !
Built the new libgcal and akonadi-googledata as in Comment #26,removed and re-created the google calendar resource, but I still cannot get it to sync. I am using Kubuntu 11.04. Any other suggestions?
Hi (sorry for my bd english !) it doesn't works since kmail 4.7 update. => akonadi_gcal_resource_1 : Impossible d'extraire des évènements. (impossible to extract events)
The same here on debian sid. After three months I switched to thunderbird on half of my PCs. Now it's a seven months bug. Just to say.
Pay attention to akonadi-google, it may render this bug obsolete. git clone git://anongit.kde.org/akonadi-google ;)
I've also find this libkgoogle: http://progdan.cz/2011/08/akonadi-google-resource-complete-rewrite/ although the author itself says it's still a long way from being completely finished.
*** Bug 268643 has been marked as a duplicate of this bug. ***
*** Bug 273616 has been marked as a duplicate of this bug. ***
Any chance this is going to be resolved soon? I switched from Thunderbird when I switched from Unity to KDE. What is odd, is that it seemed like I did see my Google calendar for a couple of days before it disappeared again. Maybe I was seeing things. I like the configurability of Kontact, but my business calender is sitting in Google, so It is a pain if I can only see it on my phone.
Created new akonadi-resources in KDE to sync with google, no problems detected, except that I see two times 'my Contacts' in Kaddressbook (seehttps://bugs.kde.org/show_bug.cgi?id=305804) . Can anyone reconfirm? KDE: 4.10.00 "release 546"
Hi all, with korganizer-4.12.97-1.mga5 (KDE-4.13-RC) on Mageia Linux x86-64 Cauldron (what will become 5) I followed the instructions on this link - http://askubuntu.com/questions/267187/sync-korganizer-with-google-calendar#267191 in a new UNIX user account ("kdetest2") and could not get the calendar to sync. Here are my notes: * Investigate the problem with KOrganizer and the Google Calendar. - It does not sync the events to the web-interface or the Ubuntu machine at work. - shlomif@gmail.com -> Right click -> Calendar properties - does not popup the properties. - shlomif@gmail.com -> Right click -> Update calendar - does not popup anything. This seems like an ongoing problem for a while and it's very annoying. Regards, -- Shlomi Fish
Hi, I recommend using the Akonadi Google Contacts Resource and Akonadi Google Calendars and Tasks Resource (akonadi_google_contacts and akonadi_google_calendar). Unlike the GData (and GoogleData) resources, these are actively maintained and tested and are shipped as part of KDE SC (in kdepim-runtime). I'll close this as unmaintained, as the Google Data resource are no longer maintained. If you have any problems with the new resources, please open a new bug report in Google Resources component.