You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I understood correctly, I think the issue is lurking somewhere in the network between the host and the container. I wonder if slynk uses some host locked to 127.0.0.1 like other webservers do. I did not had time to try it yet, but I would check this:
check if slynk has an external host option and try to set that to 0.0.0.0 to allow external (from outside the container) connections
see if you can telnet/netcat to the port from within the container, by docker exec into it.
Thanks for sharing your configuration, I’ll try to run it as soon as I get a chance. ( I just got a newborn and I’ve 3 more kids, time is a bit of a problem rn)
@deddu Congratulations!!! Sorry to take your time from such a great event :D Congrats again!
And you solved it!!!
I just needed to use (slynk:create-server :port slynk-port :dont-close t :interface "0.0.0.0") as you suggested and things work now. By default slynk was using the localhost interface, which most likely translated to the locked address. I updated my configuration as well.
Just amazing that now I can use Nyxt on MacOS. Great job again and a lot of happiness for you all ;)
I am so amazed by your idea of using Docker to bridge Mac OS and Nyxt: I have just finished experimenting with it and it is just amazing!!
There is one issue that I seem not be able to solve: I would like to connect Emacs to Nyxt via port 4006 but anytime I try with Sly it fails!
This is my setup (after your installation instructions):
in my .zshrc
And I have the following config file: https://github.com/ag91/emacs-with-nyxt/blob/master/auto-config.lisp
that is in the usual location /Users/andrea/.config/nyxt/auto-config.lisp
Nyxt side things work but it seems that 4006 breaks the connection:
And if there were no connection, the error would be:
So it seems my port forwarding is working, any chance you know why this is happening?
Thanks again for this amazing Docker image !!
(I tried also with Slime and start-swank, and the connection is also broken with this setup)
The text was updated successfully, but these errors were encountered: