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
replicant is the project that is actually ignoring the :host key, so when you start a replicant server it can only listen on localhost,
but the morse docs for running remotely reference starting replicant with the :host key.
what happend to me is:
I have never used morse before and decided to check it out.
I installed morse as a tool on my laptop
on my work vm I started a replicant prepl per the docs passing :host "the-hostname"
launched the morse tool locally with the params to connect to the replicant prepl
tried to eval some stuff, and nothing happened
eventually noticed the stacktrace printed to the terminal where I started the morse tool saying it could not connect
figured I must have launched replicant wrong and changed :host to an ip instead of a hostname
noticed no matter what I passed as :host to replicant the started socket server is always just listening on localhost
looked at the replicant code and found it was ignoring :host
morse doesn't show any errors in the UI when it cannot connect to a remote, you just get a stacktrace written to stdout of the process
The text was updated successfully, but these errors were encountered: