Andrey

Results 12 comments of Andrey

Do you still have this problem?

On my PC, token is parsed successfully. On Replit, python-aternos doesn't save session cookies.

You have a very old version installed. Why don't you update it? Also, I've just added some logging code for debugging this issue. ```bash pip install -U "python-aternos>=2.1.3" ```

Hello. It's too hard or impossible because of OAuth security.

I'll appreciate if you help me with this feature.

> determining the token Aternos uses for the Google Login Aternos' backend is not open-source. It doesn't provide any ajax API for logging in with Google. **While the feature is...

@yeriomin, --- English I suggest adding the "Scan APK on VirusTotal" option to the settings. If the parameter is enabled, the application is scanned and in case of three or...

@jfwerner, Pardon me 😄 Why isn't the repository marked unmaintained?

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

@Iogunitalia2, Insert these lines at the beginning of your script: ```python import logging logging.basicConfig(level=logging.DEBUG) ``` And send me all output, please.