org-gtasks icon indicating copy to clipboard operation
org-gtasks copied to clipboard

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

Open riccardovarenna opened this issue 3 years ago • 1 comments

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 avatar Sep 22 '22 09:09 riccardovarenna

Some additional info that might be useful to debug:

  • I'm on emacs 28.1 running doom

this is how I'm installing the package:

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

riccardovarenna avatar Sep 22 '22 09:09 riccardovarenna