-
Notifications
You must be signed in to change notification settings - Fork 15
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
OAuth token expiry #18
Comments
Hi @carwin,
hummm And this error:
should be catch in Do you a way to reproduce "easily" the issue ? |
Unfortunately I don't. The issue seems rather intermittent, over the last 5 days I've encountered it only twice. The only way I've successfully gotten around it has been to completely wipe out the user Emacs directory, which isn't ideal. Another package, org-gcal, seems to have a function that might be worth copying to deal with this and other outdated/corrupt token issues: (defun org-gcal-sync-tokens-clear ()
"Clear all Calendar API sync tokens.
Use this to force retrieving all events in ‘org-gcal-sync’ or
‘org-gcal-fetch’."
(interactive)
(setq org-gcal--sync-tokens nil)
(persist-save 'org-gcal--sync-tokens))
|
Hi again @JulienMasson - I'm running into a new issue where my OAuth token has expired, but the refresh token process seems unable to complete.
Upon running
org-gtasks
and going through the menu options to select an account and task list, my**Messages**
buffer is flooded with the following:This continues for some time until finally returning
deferred:resignal: Variable binding depth exceeds max-specpdl-size
, though I'm not sure if this last bit is related.What's the process for wiping out any existing tokens and starting over fresh?
The text was updated successfully, but these errors were encountered: