defunkt / gist.el

Yet another Emacs paste mode, this one for Gist.
547 stars 91 forks source link

listing of gists broken #121

Open robbyoconnor opened 4 years ago

robbyoconnor commented 4 years ago

Description :octocat:

Listing of gists broken

Reproduction guide :beetle:

Observed behaviour: :eyes: :broken_heart:

Error as seen in backtrace

Expected behaviour: :heart: :smile:

List of gists should be shown

System Info :computer:

Backtrace :paw_prints:

Debugger entered--Lisp error: (error "Lisp nesting exceeds ‘max-lisp-eval-depth’")
  eieio-oref--closql-oref(#f(compiled-function (obj slot) "Return the value in OBJ at SLOT in the object vector." #<bytecode 0xe22fc7c0f0fe2a>) #<marshal-driver-alist marshal-driver-alist-1584b2721120> :input)
  apply(eieio-oref--closql-oref #f(compiled-function (obj slot) "Return the value in OBJ at SLOT in the object vector." #<bytecode 0xe22fc7c0f0fe2a>) (#<marshal-driver-alist marshal-driver-alist-1584b2721120> :input))
  eieio-oref(#<marshal-driver-alist marshal-driver-alist-1584b2721120> :input)
  slot-boundp(#<marshal-driver-alist marshal-driver-alist-1584b2721120> :input)
  (if (slot-boundp obj :input) nil (error "Driver has not been opened in read mode"))
  (lambda (obj path) (if (slot-boundp obj :input) nil (error "Driver has not been opened in read mode")))(#<marshal-driver-alist marshal-driver-alist-1584b2721120> filename)
  apply((lambda (obj path) (if (slot-boundp obj :input) nil (error "D

Reported to spacemacs as https://github.com/syl20bnr/spacemacs/issues/13642

robbyoconnor commented 4 years ago

It just the listing of gists that doesn't work.

rbarzic commented 4 months ago

Same issue here (Emacs 29.2 + doom emacs) Get Wrong type argument: listp, (message . "Not Found")

when running gist-list

but git-fetch / git-buffer-private are working