kidd / org-gcal.el

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

`Wrong type argument: stringp, nil` error when run `org-gcal-sync` #162

Closed noghartt closed 2 years ago

noghartt commented 3 years ago

When run M-x org-gcal-sync I'm having an error, the error message is: Wrong type argument: stringp, nil.

I follow the instructions on Installation, but I don't know if I'm doing something wrong. It creates the token.gpg as well, but not sucessfully sync with Google Calendar.

I'm using Doom Emacs, with calendar module.

telotortium commented 3 years ago

Hi, can you try the debugging instructions: https://github.com/kidd/org-gcal.el#debugging

Unfortunately I can't much with that error message alone.

On Sat, Sep 11, 2021, 15:44 noghartt @.***> wrote:

When run M-x org-gcal-sync I'm having an error, the error message is: Wrong type argument: stringp, nil.

I follow the instructions on Installation https://github.com/kidd/org-gcal.el#installation, but I don't know if I'm doing something wrong. It creates the token.gpg as well, but not sucessfully sync with Google Calendar.

I'm using Doom Emacs, with calendar module https://github.com/hlissner/doom-emacs/blob/develop/modules/app/calendar/README.org .

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/kidd/org-gcal.el/issues/162, or unsubscribe https://github.com/notifications/unsubscribe-auth/AANMVDKGFG6DPEAEZDLCIQ3UBPLT7ANCNFSM5D3NBKJQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

noghartt commented 3 years ago

Hi, can you try the debugging instructions: https://github.com/kidd/org-gcal.el#debugging

I think I found this behavior strange, because apparently when I try to debug with the M-x org-gcal-toggle-debug this option doesn't appear in the "Emacs Commands".

There aren't nothing simmilar to org-gcal-toggle-debug command. There's other way to debug this?

telotortium commented 3 years ago

Doom probably doesn't have the latest version yet.

You can copy the definition into your scratch buffer and eval it.

On Sat, Sep 11, 2021, 21:08 noghartt @.***> wrote:

Hi, can you try the debugging instructions: https://github.com/kidd/org-gcal.el#debugging

I think I found this behavior strange, because apparently when I try to debug with the M-x org-gcal-toggle-debug this option doesn't appear in the "Emacs Commands".

There aren't nothing simmilar to org-gcal-toggle-debug command. There's other way to debug this?

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/kidd/org-gcal.el/issues/162#issuecomment-917546981, or unsubscribe https://github.com/notifications/unsubscribe-auth/AANMVDOYCLDZK6FMWGRWYG3UBQRTFANCNFSM5D3NBKJQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

noghartt commented 2 years ago

IDK how, but it's work now!

So, I'm closing this issue! Thanks for you attention!