Skip to content
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

The function in sbpp_comms.sp is not working properly; it prints "has not been verified. Please wait thirty seconds before retrying." #997

Open
Boollan opened this issue Oct 16, 2024 · 2 comments

Comments

@Boollan
Copy link

Boollan commented Oct 16, 2024

What are the steps to reproduce this issue?

  1. L4D2 Game Console input sm_admin
  2. Select Comm Commands and Prohibited personnel of the player

What happens?

Return to print : has not been verified. Please wait thirty seconds before retrying.

What were you expecting to happen?

Successfully banned the player.

Any logs, error output, etc.?

There is no error log, but when I checked the source code of the corresponding function in sbpp_comms.sp, the content of auth does not match the content verified by the code.
The content printed by auth is STEAM_X:X:, while the code checks for ID_.

#if defined DEBUG
PrintToServer("Processing block for %s", auth);
#endif

Any other comments?

I hope to fix this issue and ensure compatibility with L4D2.

What versions of software are you using?

Operating System: Ubuntu 22.04)
**SourceBans++ Version: 1.7.0 **
SourceMod Version: 1.12.0.7146
MetaMod Version: 1.12.0-dev+1194

@Rushaway
Copy link
Contributor

Hi, please try with this versoin and tell us if you still having the issue.
https://github.com/sbpp/sourcebans-pp/releases/download/latest/sourcebans-pp-latest.tar.gz

@Boollan
Copy link
Author

Boollan commented Oct 19, 2024

Hi, please try with this versoin and tell us if you still having the issue. https://github.com/sbpp/sourcebans-pp/releases/download/latest/sourcebans-pp-latest.tar.gz

Based on my tests, the L4D2 server still cannot run properly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants