Skip to content
This repository has been archived by the owner on Feb 15, 2024. It is now read-only.

Check username and password #108

Open
jansdoeteendans opened this issue Dec 11, 2023 · 3 comments
Open

Check username and password #108

jansdoeteendans opened this issue Dec 11, 2023 · 3 comments

Comments

@jansdoeteendans
Copy link

jansdoeteendans commented Dec 11, 2023

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)
@jansdoeteendans
Copy link
Author

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

Will this be getting fixed?

@WestPrime
Copy link

Same error

@UdontKnowMe-git
Copy link

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants