Open Bizzonium opened 2 years ago
I think it's an error with the Squad server itself when multiple RCON clients try to connect, try increasing the number of possible connections in the RCON configuration file. What I find weird is that I do not see the error message itself, it should be logged in the sqcp.
I will take a look at making the RCON part of the application have a persistent connection from the start of the app to the stop. I'll have to also make it automatically reconnect. This might solve the issue.
Hi, that would be cool. I faced the issue because sqcp when it generate multiple connections and SquadJS does not connect to server rcon.
Hi, that would be cool. I faced the issue because sqcp when it generate multiple connections and SquadJS does not connect to server rcon.
I am considering using SquadJS for rcon in SQCP, so you basically add a plugin to SquadJS and then you can link it to SQCP, that would be maybe easier and would allow me to cut down the refactoring a new features development time.
I got the same issue. Are there any updates? Rcon limit is at 50 in my rcon config. The panel gets the squad names, but not the users.
Exacly the same error messsages.
I had the same problem.There are no users because squad v7.0 update, you need to fix regex for users.
@milutinke
I had the same problem.There are no users because squad v7.0 update, you need to fix regex for users.
@anklav24
Sorry for the late reply, I am not at home.
Can you post an output of the PlayerList
command so I can change the regex.
Thanks.
@Maximator98 I'll put the time to finish the C# implementation soon, so this will not be an issue in the new version, currently it's a bug with the Squad Server Rcon implementation, it happens after some time when there has been a lot of connections, my guess is that they don't release some resources and then run out of the available slots. Since Squad JS keeps a single connection open, this should not be an issue.
I had the same problem.There are no users because squad v7.0 update, you need to fix regex for users.
@anklav24 Sorry for the late reply, I am not at home. Can you post an output of the
PlayerList
command so I can change the regex. Thanks.@Maximator98 I'll put the time to finish the C# implementation soon, so this will not be an issue in the new version, currently it's a bug with the Squad Server Rcon implementation, it happens after some time when there has been a lot of connections, my guess is that they don't release some resources and then run out of the available slots. Since Squad JS keeps a single connection open, this should not be an issue.
I've added pull request, this has been working for me fine for about a month #17
How to update?
@Maximator98
Stop the SQCP.
Download the source code, and then replace backend/Rcon/SquadRcon.js
file with the one from the new source code.
Start it again.
sqcp logs
Squad logs