JulienMasson / org-gtasks

Org sync with Google Tasks
GNU General Public License v3.0
49 stars 15 forks source link

Error when running org-gtasks - load-with-code-conversion: Cannot open load file: No such file or directory, request-deferred #21

Open riccardovarenna opened 2 years ago

riccardovarenna commented 2 years ago

When opening the org-gtasks/org-gtasks.el file, there are several errors in the file.

Maybe most of them are fine, but at least the first one throws an error when running org-gtasks. Here is the stacktrace:

Debugger entered--Lisp error: (file-missing "Cannot open load file" "No such file or directory" "request-deferred")
  require(request-deferred)
  load-with-code-conversion("/home/riccardo/.emacs.d/.local/straight/build-28.1..." "/home/riccardo/.emacs.d/.local/straight/build-28.1..." nil t)
  command-execute(org-gtasks record)
  execute-extended-command(nil "org-gtasks" nil)
  funcall-interactively(execute-extended-command nil "org-gtasks" nil)
  command-execute(execute-extended-command)

The setup guide on the github was really good, the only thing I would add is if you're new to Google Cloud, you still need to set up an OAuth content screen app, which isn't mentioned in the guide.

But yea it looks like a really promising project, just that I ran into this error when running it, maybe it's even on my side, let me know!

riccardovarenna commented 2 years ago

Some additional info that might be useful to debug:

this is how I'm installing the package:

(package! org-gtasks
  :recipe (:host github :repo "JulienMasson/org-gtasks"))