Closed 1Marcuth closed 1 year ago
@1Marcuth,
Did you cut out the values of TOKEN and SEC parameters in the URL?
This data is not secret.
If python-aternos doesn't generate valid token and SEC, it is a really important issue.
Did you cut out the values of TOKEN and SEC parameters in the URL? This data is not secret. If python-aternos doesn't generate valid token and SEC, it is a really important issue.
I put the right value in the original code
Same issue here.
A bit hacky but this worked for me.
# run once
myserv.atconn.parse_token()
myserv.atconn.generate_sec()
myserv.start()
myserv.atconn.parse_token() myserv.atconn.generate_sec()
Then the server information was missing, I used myserv.fetch()
and it worked! Thank you very much! :D
@Poleric, @1Marcuth,
Thanks a lot. Fixed.
Code:
Error