Open ViperLands opened 3 years ago
@ViperLands Does the stack trace you posted above occur before or after the logins seems to work fine
and press any keys to proceed
messages? Do you know if the server is doing anything unusual, like rejecting the connection during login due to a ban?
By the way, I should note that the code
connection.connect()
print("logins seems to work fine")
connection.disconnect()
will not do what the print
message suggests, because connect
returns as soon as the connection has been opened, which means this code would usually disconnect before any login attempt can be made (although this does depend on the timing, since that happens in another thread). However, this would not explain the above error, which shouldn't be happening.
whilst i try to authentificate and join a server.
Edit: changed inline code to code blocks to make it readable - @joodicator