kidd / org-gcal.el

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

No suitable browser found for URL #246

Closed mattiasdrp closed 5 months ago

mattiasdrp commented 5 months ago
(use-package org-gcal
  :demand t
  :custom
  (org-gcal-client-id (get-secrets-config-value 'org-gcal-client-id))
  (org-gcal-client-secret (get-secrets-config-value 'org-gcal-client-secret))
  (org-gcal-fetch-file-alist
   `(
     (,(get-secrets-config-value 'calendar-user) . "~/org/calendar_user.org"))))

I did everything (create ID, secret key etc) but when I call org-gcal-fetch or org-gcal-sync I have the following error message:

deferred error : (error "No suitable browser for URL https://accounts.google.com/o/oauth2/auth?scope=...

mattiasdrp commented 5 months ago

Nevermind, it was an issue with browse-url, sorry for noice