-
Notifications
You must be signed in to change notification settings - Fork 23
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
Cannot open localhost:9000 #33
Comments
I'm experiencing the same thing in Ubuntu 18.04, Emacs 27.0.50. The buffer
although pandoc is there through conda:
Can I provide any other information to help debug it? |
Same issue here, on Linux Mint 19 with Emacs 26.1. I confirmed the firewall has been closed. Error messages: Debugger entered--Lisp error: (file-error "make server process failed" "Success" :name "ws-server" :service 9000 :filter ws-filter :server t :nowait t :family ipv4 :coding no-conversion :plist (:server #<ws-server ws-server>) :log nil :host "localhost")
make-network-process(:name "ws-server" :service 9000 :filter ws-filter :server t :nowait t :family ipv4 :coding no-conversion :plist (:server #<ws-server ws-server>) :log nil :host "localhost")
apply(make-network-process :name "ws-server" :service 9000 :filter ws-filter :server t :nowait t :family ipv4 :coding no-conversion :plist (:server #<ws-server ws-server>) :log nil (:host "localhost"))
ws-start((lambda (&rest --cl-rest--) (apply (function #f(compiled-function (G61 request) #<bytecode 0x11c3afd>)) '--docroot-- --cl-rest--)) 9000 nil :host "localhost")
markdown-preview--start-http-server(9000)
markdown-preview--start()
markdown-preview-mode(toggle)
funcall-interactively(markdown-preview-mode toggle)
call-interactively(markdown-preview-mode nil nil)
command-execute(markdown-preview-mode) |
Upstream Bug: eschulte/emacs-web-server#10 |
Added workaround for Emacs 26.1 async issues: #35 |
Hi, I am using ArchLinux(4.17.11-arch1) and emacs 26.1.
When I open markdown-preview-mode, it automatically opens browser but it just says "This site cannot be reached".
Am I missing something to configure?
I confirmed 9000 port is not opened with lsof command.
The text was updated successfully, but these errors were encountered: