Bug 352909 - google calendar resource seems to hang at: Authorizing token, this should take just a moment...
Summary: google calendar resource seems to hang at: Authorizing token, this should tak...
Status: RESOLVED WORKSFORME
Alias: None
Product: libkgapi
Classification: Frameworks and Libraries
Component: latitude (show other bugs)
Version: GIT
Platform: Other Linux
: NOR grave
Target Milestone: ---
Assignee: Daniel Vrátil
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-09-19 14:51 UTC by Mias van Klei
Modified: 2022-12-10 05:13 UTC (History)
7 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments
"Authorizing token. This should take a moment..." (56.04 KB, image/png)
2018-01-03 13:28 UTC, Dimitris Damigos
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Mias van Klei 2015-09-19 14:51:40 UTC
When looking at file .xsession-errors I See this trace: 
org.kde.kgapi: Received reply from QUrl("https://accounts.google.com/o/oauth2/token")
org.kde.kgapi: Status code:  0
org.kde.kgapi.raw: ""
org.kde.kgapi: Failed to parse server response.
org.kde.kgapi.raw: ""
org.kde.kgapi: 0 requests in requestQueue.
org.kde.kgapi:
org.kde.kgapi: Requesting AccountInfo
org.kde.kgapi.raw: ("Authorization: Bearer ")
org.kde.kgapi: Queued QUrl("https://www.googleapis.com/oauth2/v1/userinfo")
org.kde.kgapi: KGAPI2::AccountInfoFetchJob(0x21d68e0) Dispatching request to QUrl("https://www.googleapis.com/oauth2/v1/userinfo")
org.kde.kgapi.raw: ""
QQuickItem::ungrabMouse(): Item is not the mouse grabber.
org.kde.kgapi: Received reply from QUrl("https://www.googleapis.com/oauth2/v1/userinfo")
org.kde.kgapi: Status code:  0
org.kde.kgapi.raw: ""
org.kde.kgapi:
org.kde.kgapi: Error when retrieving AccountInfo: "Invalid response content type"
org.kde.kgapi:
org.kde.kgapi: 4

It probably fails at receiving the data because when the token data is fetched with curl, curl succeeds.

Reproducible: Always

Steps to Reproduce:
1. Add Google calendar resource
2. Wait a long time on Authorizing token, this should take just a moment...
3. No account is added(seemingly)

Actual Results:  
No account is added and when trying to reload I get: Invalid response content type

Expected Results:  
Add a google calendar account correctly
Comment 1 Martin Stockhammer 2015-09-29 19:51:39 UTC
I got the same error message  'Error when retrieving AccountInfo: "Invalid response content type"', during adding google credentials on System Settings -> PIM accounts. After google login and accepting the permissions, everything seems fine, but the account select box is empty.

org.kde.kgapi: Requesting AccountInfo
org.kde.kgapi.raw: ("Authorization: Bearer ya29._QEFlDDH0eqAFIA-kO1JbftAcER6reL0XY4FfY13heXmGzZLnRIGmRK6nzGMkqfDCpak")
org.kde.kgapi: Queued  QUrl( "https://www.googleapis.com/oauth2/v1/userinfo" ) 
org.kde.kgapi: KGAPI2::AccountInfoFetchJob(0x1ffda00) Dispatching request to  QUrl( "https://www.googleapis.com/oauth2/v1/userinfo" ) 
org.kde.kgapi.raw: ""
org.kde.kgapi: Received reply from  QUrl( "https://www.googleapis.com/oauth2/v1/userinfo" ) 
org.kde.kgapi: Status code:  0
org.kde.kgapi.raw: ""
org.kde.kgapi: 
org.kde.kgapi: Error when retrieving AccountInfo: "Invalid response content type"
org.kde.kgapi: 
org.kde.kgapi: 4
Comment 2 Panard 2017-10-10 21:08:36 UTC
I'm currently experiencing the same bug with 17.08.1 - it is then impossible to sync with google calendar as the account login doesn't work...
Any known workaround?
Comment 3 Panard 2017-10-10 22:03:38 UTC
Apparently, recompiling some libraries did the trick.. sorry for the noise.
Comment 4 rlk 2017-12-27 03:13:02 UTC
Seeing this with kontact 17.12.0-40.5 (openSUSE RPM).
Comment 5 Francisco Cribari 2017-12-31 01:53:53 UTC
I am unable to add a Google calendar to korganizer version 17.12.0-1. I run Arch Linux. The process is stuck at a window where we read: "Authorizing token. This should take a moment..."
Comment 6 Dimitris Damigos 2018-01-03 05:53:44 UTC
The same thing with latest Arch Linux, in korganizer , kontact and akonadi console. I tried to copy the link of the authorization process to an external browser and it gives me an authorization code to copy-paste to my application.
Comment 7 Francisco Cribari 2018-01-03 12:26:40 UTC
(In reply to Dimitris Damigos from comment #6)
> The same thing with latest Arch Linux, in korganizer , kontact and akonadi
> console. I tried to copy the link of the authorization process to an
> external browser and it gives me an authorization code to copy-paste to my
> application.

How exactly were you able to copy the link of the authorization process? From where did you copy it?
Comment 8 Dimitris Damigos 2018-01-03 13:28:30 UTC
Created attachment 109650 [details]
"Authorizing token. This should take a moment..."
Comment 9 Dimitris Damigos 2018-01-03 13:30:05 UTC
(In reply to Francisco Cribari from comment #7)
> (In reply to Dimitris Damigos from comment #6)
> > The same thing with latest Arch Linux, in korganizer , kontact and akonadi
> > console. I tried to copy the link of the authorization process to an
> > external browser and it gives me an authorization code to copy-paste to my
> > application.
> 
> How exactly were you able to copy the link of the authorization process?
> From where did you copy it?

It's visible in the address bar, before the message "Authorizing token. This should take a moment..." appears. Check the screenshot.
Comment 10 Francisco Cribari 2018-01-03 13:42:40 UTC
(In reply to Dimitris Damigos from comment #9)
> (In reply to Francisco Cribari from comment #7)
> > (In reply to Dimitris Damigos from comment #6)
> > > The same thing with latest Arch Linux, in korganizer , kontact and akonadi
> > > console. I tried to copy the link of the authorization process to an
> > > external browser and it gives me an authorization code to copy-paste to my
> > > application.
> > 
> > How exactly were you able to copy the link of the authorization process?
> > From where did you copy it?
> 
> It's visible in the address bar, before the message "Authorizing token. This
> should take a moment..." appears. Check the screenshot.

Thank you. I was able to copy the code. Where exactly did you paste it in KOrganizer? (In reply to Dimitris Damigos from comment #9)
> (In reply to Francisco Cribari from comment #7)
> > (In reply to Dimitris Damigos from comment #6)
> > > The same thing with latest Arch Linux, in korganizer , kontact and akonadi
> > > console. I tried to copy the link of the authorization process to an
> > > external browser and it gives me an authorization code to copy-paste to my
> > > application.
> > 
> > How exactly were you able to copy the link of the authorization process?
> > From where did you copy it?
> 
> It's visible in the address bar, before the message "Authorizing token. This
> should take a moment..." appears. Check the screenshot.


Thank you. I was able to get the code and copied it. Where exactly did you paste it in KOrganizer?
Comment 11 Dimitris Damigos 2018-01-03 13:54:41 UTC
You cannot paste it anywhere. This should happened automatically, and I guess this is the step where the authentication halts... And I don't have the knowledge to debug it further.
Comment 12 Antonio Rojas 2018-01-04 12:21:42 UTC
The issue in the last few comments has arised recently and is surely unrelated to this 2015 bug. Please continue the discussion in bug 388483
Comment 13 Justin Zobel 2022-11-10 22:33:02 UTC
Thank you for reporting this issue in KDE software. As it has been a while since this issue was reported, can we please ask you to see if you can reproduce the issue with a recent software version?

If you can reproduce the issue, please change the status to "REPORTED" when replying. Thank you!
Comment 14 Bug Janitor Service 2022-11-25 05:16:01 UTC
Dear Bug Submitter,

This bug has been in NEEDSINFO status with no change for at least
15 days. Please provide the requested information as soon as
possible and set the bug status as REPORTED. Due to regular bug
tracker maintenance, if the bug is still in NEEDSINFO status with
no change in 30 days the bug will be closed as RESOLVED > WORKSFORME
due to lack of needed information.

For more information about our bug triaging procedures please read the
wiki located here:
https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

If you have already provided the requested information, please
mark the bug as REPORTED so that the KDE team knows that the bug is
ready to be confirmed.

Thank you for helping us make KDE software even better for everyone!
Comment 15 Bug Janitor Service 2022-12-10 05:13:18 UTC
This bug has been in NEEDSINFO status with no change for at least
30 days. The bug is now closed as RESOLVED > WORKSFORME
due to lack of needed information.

For more information about our bug triaging procedures please read the
wiki located here:
https://community.kde.org/Guidelines_and_HOWTOs/Bug_triaging

Thank you for helping us make KDE software even better for everyone!