kidd / org-gcal.el

Org sync with Google Calendar. (active maintained project as of 2019-11-06)
439 stars 47 forks source link

Unable to figure out deferred error #104

Open suteerthv opened 4 years ago

suteerthv commented 4 years ago

Hi, I keep getting this error

#s(deferred #[257 "ÂÀÁ\"‡" [(closure ... ... ...) ("<email>" . "~/<path-to-file>") deferred:call-lambda] 4 "

(fn X)"] deferred:default-errorback #[257 "Á!ˆÀ¢Â:ƒ\0@²Ã!ˆA²‚\0‡" [(...) deferred:default-cancel nil deferred:cancel] 5 "

(fn X)"] nil nil nil)

Background: It was working fine until I had to reinstall org-gcal a couple of days ago and the calendar doesn't sync.

My emacs configuration looks like this:

  (setq package-check-signature nil)
  (use-package org-gcal
    :after org
    :config
    (setq org-gcal-client-id     sv-gsuit-client-id
          org-gcal-client-secret sv-gsuit-secret-key
          org-gcal-file-alist    (mapcar* 'cons sv-cal-emails sv-org-cal-files)
          org-gcal-auto-archive nil
          org-gcal-notify-p nil)

    (add-hook 'org-agenda-mode-hook 'org-gcal-fetch)
    (add-hook 'org-capture-after-finalize-hook 'org-gcal-fetch)
  )

On the google side, in API&Services > Credentials > New Credential there was no "other" option so I selected "Desktop app" and the client-id and secret-key above is from the OAuth Made

I have redone the installation various time with different versions from the MELPA to the v0.2 tag.

I am stumped and cannot figure out what's wrong.

qaptoR commented 1 year ago

I am just trying install for the first time on macos and I'm getting this error in the minibuffer after the oauth2 login is successful through the web-browser deferred error : (epg-error "no usable configuration" OpenPGP)

RichardLee0211 commented 5 months ago

I am just trying install for the first time on macos and I'm getting this error in the minibuffer after the oauth2 login is successful through the web-browser deferred error : (epg-error "no usable configuration" OpenPGP)

same here