-
Notifications
You must be signed in to change notification settings - Fork 65
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
StringIndexOutOfBoundsException why is this thrown? #317
Comments
Please provide some context. How does your code look like? And probably more important, which servers are you trying to query? |
The issue is thrown when doing: CONSTANTS.rcon is a static string that's populated at start. I'm trying to query all of my CSGO servers here: https://www.gametracker.com/search/?query=brutalcs&searchipp=50#search Is the Java api more stable as a "socket application" rather than an application that connects, auths, fetches players, disconnects every 15 seconds? It feels like I'm always getting strange errors that shouldn't exist, so I'm probably doing something bad. |
CS:GO has a setting which limits the output of the players list. This setting is incompatible with getting the extended player info (i.e. |
Are you talking about: host_name_store 1 They are correct set if so. |
@BrutalCSEjziponken @BrutalCSkakan Sorry, for late response. What’s the output of |
|
@BrutalCSEjziponken Is the error always occuring or is it intermittently failing? The output you’ve given is correctly parsed by |
@BrutalCSEjziponken Any update on this? |
The text was updated successfully, but these errors were encountered: