DarkCat09 / python-aternos

[UNMAINTAINED] Unofficial Aternos API written in Python
https://pypi.org/project/python-aternos/
Apache License 2.0
92 stars 13 forks source link

Api With Cracked Mode On Not Working #73

Open Iogunitalia2 opened 1 year ago

Iogunitalia2 commented 1 year ago

When i activate the cracked account in aternos settings the api not working.

DarkCat09 commented 1 year ago

@Iogunitalia2,

Describe more detailed, what happens when you log in to your account and what doesn't work as intended.

Iogunitalia2 commented 1 year ago

when i go in the server's options, and i select cracked option, the api not working, my python script do not send requests to my server. sorry for my bad english. Thank you

DarkCat09 commented 1 year ago

@Iogunitalia2,

Insert these lines at the beginning of your script:

import logging
logging.basicConfig(level=logging.DEBUG)

And send me all output, please.

DarkCat09 commented 1 year ago

@Iogunitalia2, may be fixed now. Please, update the library to v3.0.0: https://github.com/DarkCat09/python-aternos/issues/74#issuecomment-1566727458