Re: [Savonet-users] [savonet/liquidsoap] Telnet is not working properly (#610)

2018-09-02 Thread Romain Beauxis
I've uploaded a 4th beta build that should have the fix for this issue. Would you mind trying it? It's here: https://github.com/savonet/liquidsoap/releases/download/1.3.4-win32/liquidsoap-1.3.4-win64-beta4.zip -- You are receiving this because you commented. Reply to this email directly or

Re: [Savonet-users] [savonet/liquidsoap] Telnet is not working properly (#610)

2018-09-02 Thread Romain Beauxis
Closed #610 via savonet/ocaml-duppy@108da459a14adc47089a3b86558e2445df516899. -- You are receiving this because you commented. Reply to this email directly or view it on GitHub:

Re: [Savonet-users] [savonet/liquidsoap] Telnet is not working properly (#610)

2018-09-01 Thread Romain Beauxis
It's an issue in the OCaml compiler: https://caml.inria.fr/mantis/view.php?id=7665 Not sure what I can do to work around it. Will see about it. -- You are receiving this because you commented. Reply to this email directly or view it on GitHub:

Re: [Savonet-users] [savonet/liquidsoap] Telnet is not working properly (#610)

2018-08-31 Thread Romain Beauxis
I can confirm the issue with latest `1.3.4-win64-beta3`. Happens with both putty and the internal system client. Will see what I can do. -- You are receiving this because you commented. Reply to this email directly or view it on GitHub:

Re: [Savonet-users] [savonet/liquidsoap] Telnet is not working properly (#610)

2018-08-30 Thread Romain Beauxis
Good news! I've added a new windows build for the coming `1.3.4` release. Would y'all mind testing it? It's available here: https://github.com/savonet/liquidsoap/releases/tag/1.3.4-win32 -- You are receiving this because you commented. Reply to this email directly or view it on GitHub:

Re: [Savonet-users] [savonet/liquidsoap] Telnet is not working properly (#610)

2018-08-24 Thread Nicholas Vrtis
Just to add some information.. I had a problem when trying to connect a node based telenet client to Liquidsoap. This was on a Raspberry Pi, so it was completely Linux. I seem to remember that it had something to do with the initial handshake and line endings, and/or the initial prompt. I hope

Re: [Savonet-users] [savonet/liquidsoap] Telnet is not working properly (#610)

2018-08-24 Thread Romain Beauxis
BTW, working on a new windows build for the upcoming release. Hopefully it should behave better.. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

Re: [Savonet-users] [savonet/liquidsoap] Telnet is not working properly (#610)

2018-08-24 Thread Romain Beauxis
We've had weird reports on the `win32` build. I'm honestly completely at lost with what's going on. It's failing in ways that are beyond the mere semantics of the language. I know that @gilou has tested liquidsoap on windows. Maybe he's got more feedback. -- You are receiving this because you

Re: [Savonet-users] [savonet/liquidsoap] Telnet is not working properly (#610)

2018-08-24 Thread EntityinArray
@dromer > Are you trying to connect from the same machine or a different machine? it's same machine -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

Re: [Savonet-users] [savonet/liquidsoap] Telnet is not working properly (#610)

2018-08-24 Thread dromer
Are you trying to connect from the same machine or a different machine? -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

Re: [Savonet-users] [savonet/liquidsoap] Telnet is not working properly (#610)

2018-08-24 Thread EntityinArray
@dromer > Try this: > >set("server.telnet.bind_addr", "127.0.0.1") >set("server.telnet.port", 1234) >set("server.telnet", true) >And use these address and port settings for your telnet client. Didn't help, everything is same. -- You are receiving this because you are subscribed to this thread.

Re: [Savonet-users] [savonet/liquidsoap] Telnet is not working properly (#610)

2018-08-22 Thread dromer
Try this: ``` set("server.telnet.bind_addr", "127.0.0.1") set("server.telnet.port", 1234) set("server.telnet", true) ``` -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub:

[Savonet-users] [savonet/liquidsoap] Telnet is not working properly (#610)

2018-08-22 Thread EntityinArray
Liquidsoap 1.3.3+scm running on Windows 8.1 x64 I was trying to make station interactable through Telnet server, but after i execute a command it says that no such command exists (even if i type "help" command that 100% exists) and then my connection to Telnet server times out. Here's my