Jump to content

Auth failed response=6 state=2


Sellisent

Recommended Posts

Good afternoon! I add a user to the whitelist via an sql query (python). But when trying to connect, it gives an error. 

---

google translate

py:

 

cursor.execute(f"INSERT OR REPLACE INTO whitelist (username,password,steamid) VALUES ({nickname1},{password1},{steamid});")
cmd:
 
LOG  : General     , 1643938315927> 63,224,198> 1643938315927 znet: Auth succeeded
LOG  : General     , 1643938318089> 63,226,361> 1643938318089 znet: New connection
LOG  : General     , 1643938318090> 63,226,362> 1643938318090 znet: Java_zombie_core_raknet_RakNetPeerInterface_GetClientSteamID
LOG  : General     , 1643938318090> 63,226,362> [VOICE MANAGER] VoiceConnectAccept uuid=553943733019647133
LOG  : General     , 1643938318356> 63,226,627> 1643938318356 znet: Java_zombie_core_raknet_RakNetPeerInterface_getIPFromGUID
LOG  : General     , 1643938318356> 63,226,628> 1643938318356 znet: Java_zombie_core_raknet_RakNetPeerInterface_GetClientSteamID
LOG  : General     , 1643938318357> 63,226,628> 1643938318357 znet: Java_zombie_core_raknet_RakNetPeerInterface_GetClientOwnerSteamID
LOG  : General     , 1643938318357> 63,226,628> User Sellisent is trying to connect.
LOG  : General     , 1643938318358> 63,226,629> 1643938318358 znet: Java_zombie_core_raknet_RakNetPeerInterface_disconnect
LOG  : General     , 1643938318829> 63,227,101> 1643938318829 znet: OnValidateAuthTicketResponse response=6 SteamID=76561199043090379
LOG  : General     , 1643938318830> 63,227,101> 1643938318830 znet: Auth failed response=6 state=2 SteamID=76561199043090379
LOG  : General     , 1643938318830> 63,227,101> 1643938318830 znet: Sending auth fail message

db:

 

image.thumb.png.d132f4b5a21ee95531a185b80268220b.png

 

config:

 

image.thumb.png.632e5444b94a2e1214919e637f6c933c.png

 

pls help

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...