Hello,
I'm on emacs GNU Emacs 26.0.50.1 (x86_64-unknown-linux-gnu, GTK+ Version 3.14.5) of 2016-11-23.
And tried to install take-off using melpa. Everything went fine as far as I can tell but when I launch take-off.
(take-off start) on port 1000
I guess emacs-web-server has been installed automatically from melpa.
I got the following error :
apply: make server process failed: Success, :name, ws-server, :service, 212, :filter, ws-filter, :server, t, :nowait, t, :family, ipv4, :coding, no-conversion, :plist, (:server [eieio-class-tag--ws-server ((take-off-is-socket-request . take-off-web-socket-connect) ((:GET . ^/$) lambda (request) (take-off-serve-file request emacs.html)) ((:GET . .*) . take-off-static-files) ((lambda (request) t) lambda (request) (with-slots (process headers) request (ws-response-header process 200 (quote (Content-Type . text/plain))) (process-send-string process Default handler
)))) nil 212 nil]), :log, nil
Any help please?
off topic : Would you have any ressources (info,link) about how to set up a secure connection please?
Hello,
I'm on emacs GNU Emacs 26.0.50.1 (x86_64-unknown-linux-gnu, GTK+ Version 3.14.5) of 2016-11-23.
And tried to install take-off using melpa. Everything went fine as far as I can tell but when I launch take-off.
(take-off start) on port 1000
I guess emacs-web-server has been installed automatically from melpa.
I got the following error :
apply: make server process failed: Success, :name, ws-server, :service, 212, :filter, ws-filter, :server, t, :nowait, t, :family, ipv4, :coding, no-conversion, :plist, (:server [eieio-class-tag--ws-server ((take-off-is-socket-request . take-off-web-socket-connect) ((:GET . ^/$) lambda (request) (take-off-serve-file request emacs.html)) ((:GET . .*) . take-off-static-files) ((lambda (request) t) lambda (request) (with-slots (process headers) request (ws-response-header process 200 (quote (Content-Type . text/plain))) (process-send-string process Default handler
)))) nil 212 nil]), :log, nil
Any help please?
off topic : Would you have any ressources (info,link) about how to set up a secure connection please?