Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Trace back when trying to start otr #1

Open
asyncmind0 opened this issue Jul 24, 2014 · 2 comments
Open

Trace back when trying to start otr #1

asyncmind0 opened this issue Jul 24, 2014 · 2 comments

Comments

@asyncmind0
Copy link

(Debugger entered--Lisp error: (wrong-number-of-arguments get-buffer-process 0) (get-buffer-process) (or (get-buffer-process) (process-live-p jabber-otr-process)) (if (or (get-buffer-process) (process-live-p jabber-otr-process)) nil (jabber-otr-start)) jabber-otr--ensure-started() jabber-otr-encrypt() call-interactively(jabber-otr-encrypt) (progn (call-interactively sym-com)) (if helm-M-x-always-save-history (progn (call-interactively sym-com))) (let\* ((history (progn (let\* ((--cl-var-- extended-command-history) (i nil) (--cl-var-- nil)) (while (consp --cl-var--) (setq i (car --cl-var--)) (if (comman$ helm-M-x() call-interactively(helm-M-x nil nil)
@legoscia
Copy link
Owner

Hm, that's strange. The stacktrace shows that the error happens when jabber-otr--ensure-started calls get-buffer-process with no arguments, but in the current version, there is no such call... Do you have the latest version? Do you have any local changes?

@asyncmind0
Copy link
Author

oh sorry that was the error message after i tried to 'fix' it .. but the actual error is in (process-live-p jabber-otr-process) that throws an error saying that there is no process attached with the buffer ...will paste the actual message once i get back to my desk

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants