Skip to content

Emacs process sentinel/plz.el issue ("wrong-type-argument plz-response nil") #38

@fleimgruber

Description

@fleimgruber

Emacs 27.2.50
OS Windows 10
ement 20210928.943

On ement-connect I get the backtrace:

Debugger entered--Lisp error: (wrong-type-argument plz-response nil)
  signal(wrong-type-argument (plz-response nil))
  ement--hostname-uri("matrix.org")
  #f(compiled-function () #<bytecode 0x89ff194f11>)()
  ement-connect(:user-id "@redacted:matrix.org" :password "redacted")
  funcall-interactively(ement-connect :user-id "@redacted:matrix.org" :password "redacted")
  call-interactively(ement-connect record nil)
  command-execute(ement-connect record)
  helm-M-x-execute-command(ement-connect)
  helm-execute-selection-action-1()
  helm-execute-selection-action()

any ideas on further debugging this? Minimal reproducer is (ement--hostname-uri "matrix.org") in which eventually (plz 'get "https://matrix.org/.well-known/matrix/client" :as 'response :then 'sync) is nil.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions