-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Gcal is stuck infinitely in 'Fetching List of Calendars...` #6
Comments
You can't see the error in the debugger because the update happens in the background. Use |
I get this error there: 21:59:06 [update] reloading calendars…
21:59:06 [ERROR] couldn't load calendars: Get https://www.googleapis.com/calendar/v3/users/me/calendarList?alt=json: oauth2: cannot fetch token: 400 Bad Request
Response: {
"error" : "invalid_grant",
"error_description" : "Bad Request"
}
21:59:06 Get help at https://github.com/deanishe/alfred-gcal/issues I ran |
Oh okay, |
Perhaps it would be nice to inform the user in Alfred if there is Bad Request error happening and offer a solution. |
Added #7 Not sure of the best way to handle it. In that particular case, it might be best to simply delete the tokens and force re-authentication. |
I think it started happening after I ran
Clear Cached Calendars & Events
.Now if I run
gcal
I get this:And this lasts for multiple minutes with no resolving.
Here is what Debugger shows during it:
I tried to uninstall Gcal and install it again thinking that may solve this but the issue is still there. I am not sure perhaps I have to reauthorise the workflow? But not sure how to do that either.
Thank you for any help.
The text was updated successfully, but these errors were encountered: