python-aternos icon indicating copy to clipboard operation
python-aternos copied to clipboard

Check username and password

Open jens-segers opened this issue 2 years ago • 3 comments

Hi there,

I want to use your project for controlling the bot via a Discord embed. But when I enter my username and password, which are 100% correct, the error says it's wrong. Is this about Aternos blocking access? Or can someone help me out with this?

image

channel = self.bot.get_channel(1183762570776162344)
        client = Client()
        client.login(username='jensbierpens', password='notmyrealpassword')

        aternos = client.account

        servers = aternos.list_severs()
        server = None
        for i in servers:
            if i.subdomain == 'armandtest123':
                server = i

        print(server)

jens-segers avatar Dec 11 '23 15:12 jens-segers

I'm now getting this error by just restarting. image

Will this be getting fixed?

jens-segers avatar Dec 11 '23 15:12 jens-segers

Same error

WestPrime avatar Dec 28 '23 17:12 WestPrime

I'm now getting this error by just restarting. image

Will this be getting fixed?

I think it flagged aternos's bot check and it couldnt pass the cloudflared bot check so it got blocked

UdontKnowMe-git avatar Jan 06 '24 07:01 UdontKnowMe-git