Closed DarkCat09 closed 9 months ago
Perhaps the problem is with me personally, but I have this error both on the server and on the main PC. Perhaps the parsing libraries are outdated. Maybe I'm in a hurry, and not everything is finished yet. Then I apologize.
Perhaps the problem is with me personally, but I have this error both on the server and on the main PC. Perhaps the parsing libraries are outdated. Maybe I'm in a hurry, and not everything is finished yet. Then I apologize.
I have the same error i tried to reinstall the library so the library is updated but still got the same error!
With the new files you uploaded, I got this error now, I didn't use the library from pip, I downloaded your files and used them.
By the way, thank you very much for supporting and updating the library.
@Emeteil, @MedCodeHack, @Varo1234,
Please, wait for v3.0.0
release. I know, the problem still exists for now.
@Emeteil, @MedCodeHack, @Varo1234,
it works! https://github.com/DarkCat09/python-aternos/issues/74#issuecomment-1566727458
only 5 hours after updating the bot
:(
Im curious how do they detect that? My first suspection was that some guys reports that to aternos but i don't think so..
Your account has been permanently suspended.
Reason: Automating access to our website (TOS §5.2e)
only 5 hours after updating the bot
:(
I have the same. On all 3 accounts (2 were connected to the python script, and 3 just had access to all servers). Strange though, since I only ran two servers at the same time once after updating the library. I take it aternos changed the authorization link on purpose to ban accounts. Sad, but we knew what we were doing using unofficial API :)
Im curious how do they detect that? My first suspection was that some guys reports that to aternos but i don't think so..
@Varo1234, @Emeteil, @Miloldr,
I think they detect it by unusual requests, some Python-specific headers/cookies, or library bugs in generating tokens...
It would be great if you could help with checking original JavaScript code and updating python-aternos.
any update on the progress?
any update on the progress?
@Supslike, maybe tomorrow... I'll try to fix detection of automated requests, and then continue code refactoring and APIs updating.
BASE_URL
constant in each module and use it to generate URLs, change/panel/ajax
to/ajax
(fixes #74)/panel/ajax/status.php
to get lastStatus object (fixes #74)from_credentials
-> instantiating AternosClient, configuring, callinglogin()
atclient
, move some methods intoataccount
atconn.session.captcha
and, after that, call any endpoints includinglogin()
(fixes #62)getLogger
in log.py instead of callinglogging
methods, create adebug
field in AternosClient to configure debug loggingAternosClient.autoparse
is set to truerelease
branch (notmain
)