-
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
wrong-type-argument websocket nil #37
Comments
Hey. |
I like that 0.0.0.0 is a possibility. I keep my emacs config in version control and use the same config across dozens of machines. Having a generic IP like this is obviously preferable. However, I put in my test machine's assigned IP in the config and still have the same problem. I also tried 127.0.0.1. I then noticed that no matter what I enter in the config, when the URL is reported in the mini-buffer, it is always 0.0.0.0. As of my last test, there is no occurrence of 0.0.0.0 anywhere in my config. I shutdown and restart emacs between each test to be sure that there is nothing hanging around. However, the reported URL still has 0.0.0.0 for its IP. Here is the current config:
Here's is my test machine's ip info
|
I just tested on a different machine who's IP is 192.168.42.101. However, even after putting that IP in the config, I still see:
This is the first time markdown-preview-mode has ever run on this machine. It was installed as a part of the test just a few minutes ago. This is the config:
|
Ah. That message was hardcoded. http://192.168.42.101:9000 should have worked for you. |
I am trying to configure markdown-preview-mode for remote access rather than launching a browser. I'm trying to follow the directions in the README. I have created the following:
When markdown-preview-mode is enabled, it continuously prints the following error in the mini buffer:
====> Error: (wrong-type-argument websocket nil)
What am I doing wrong?
The text was updated successfully, but these errors were encountered: