gorman wrote: > IGNORE THE ABOVE > > Apparently when I uninstalled the program, it left stuff in its > installation folder, that I needed to delete manually. I did not notice > initially. Now Sqlx starts but it crashes the server, even without the > internal player active. > > What's with all the telnet errors?
Thank you for taking the time to let me know. I'll take a look at the legacy installer code. Of course it should remove everything. Do you recall what was left in there? And I still don't see how that could cause the "Not a valid integer error" you were seeing. I looked through all the code and about the only way I could see getting that error has to do with Skin presets being entered incorrectly, so I have added some safety code around all uses of StrToInt. SLX uses the LMS CLI interface to monitor and execute commands on the LMS server. It is a telnet interface. Yours appears to be connecting initially, then getting reset. I have seen this happen when you are connected wired and then, say, undock the computer and it switches to wifi. That will result in an exception next time SLX checks to see if we are still connected. When SLX detects an error when checking the connection, it will attempt to reset it. So, it appears that something is causing the CLI/Telnet connection to drop in such a way the I am not seeing any immediate notification. But when SLX periodically checks it finds the connection has been "reset by peer". Try going into your LMS server settings and changing the CLI port number to, say, 9091. Perhaps there is another application trying to use the same port. Other than that, I am at a loss at the moment. R Greg Dawson Squeezelite-X ------------------------------------------------------------------------ rgdawson's Profile: http://forums.slimdevices.com/member.php?userid=65236 View this thread: http://forums.slimdevices.com/showthread.php?t=108550 _______________________________________________ plugins mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/plugins
