-
Notifications
You must be signed in to change notification settings - Fork 72
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
[get_team_view_fast] Fails for player name with trailing whitespaces (assumption for now) #116
Comments
It actually isn't that easy to add trailing whitespaces to the your player name anymore. It looks like Steam added some additional validation here and simply strips away the whitespaces. So this player I mentioned probably has some old name set, still. However, as we had the same issue just yesterday again, but with another name, I was able to reproduce. As some background:
Using the "official" RCon tool provided by the GSP returns |
Update: I got the response from Team17, that this issue with trailing whitespaces should be fixed with the next update. I'll wait for it to verify that afterwards. I did not get any more info, yet, on how this is fixed (like either the whitespace needs to be there, should be removed (trim), or if the name should be quoted. Let's see 😅) |
Good stuff. Thanks for the follow up with T17
…On Sat, 27 Aug 2022 at 16:36, Florian ***@***.***> wrote:
Update: I got the response from Team17, that this issue with trailing
whitespaces should be fixed with the next update. I'll wait for it to
verify that afterwards. I did not get any more info, yet, on how this is
fixed (like either the whitespace needs to be there, should be removed
(trim), or if the name should be quoted. Let's see 😅)
—
Reply to this email directly, view it on GitHub
<#116 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABB5JQD3PXNVRANZBLYSPIDV3IRVRANCNFSM5354XN3Q>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Just checked this again and.. what should I say: It is still the same behavior as before U13 🤷 I'll get in touch with T17 again to find out what they actually tried to fix and how. |
Thanks for following up. it's quite annoying indeed, to have that 1% of failure especially in the automoderation. We could potentially make those guys immune but that may lead to abuses / bypasses. And for stats gather, well, we're just screwed. |
Just for your interest: U14 did not fix this issue 🤷 |
As we still can't rely on a fix from game developers, we may try to change CRCON behavior. |
CRCON v9.1.0 introduces the option to warn/kick these bad profile players when they join. |
I would really like to keep this issue open as a reminder to check this from time to time, if the underlying issue is fixed by T17. Right now, anything that we implemented is an ugly workaround only :) |
I actually do not know if the trailing whitespaces are the real issue here, however, the following error popped up in our logs for an otherwise legitimate looking player:
I can provide the actual steam ID if that would be of help, however, I'm not comfortable sharing that here publicly :)
The text was updated successfully, but these errors were encountered: