Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to get token #18

Open
Baksaya opened this issue Feb 25, 2023 · 6 comments
Open

Unable to get token #18

Baksaya opened this issue Feb 25, 2023 · 6 comments

Comments

@Baksaya
Copy link

Baksaya commented Feb 25, 2023

Hi ! You have a solution please ? I have a good ChromeDriver for my Google Chrome version. The problem is "Auth Client"
image

@Baksaya
Copy link
Author

Baksaya commented Feb 25, 2023

image

@FuckingToasters
Copy link
Owner

That's a weird issue, it works fine for me.

I assume that it has to do with the captcha solving but I'm not sure. Maybe also because you are ratelimited (which depend on the IP you use it from). I would suggest you to use residential proxies with the script. I'm but sure if proxy support were already added by me tho.

@Baksaya
Copy link
Author

Baksaya commented Mar 6, 2023

The problem comes from the ip

If the script is hosted in France, and a person with a French ip is scanning, there will be no captcha, so the script will send the log with the token.

But if the script is host in France and a person with an English ip is scanning, there will be a captcha and so the script will not send anything.

@Baksaya
Copy link
Author

Baksaya commented Mar 6, 2023

It will be necessary to add a captcha solver as well as the possibility of using proxies

@FuckingToasters
Copy link
Owner

It will be necessary to add a captcha solver as well as the possibility of using proxies

If it's true that you get captcha when someone from another IP scans it, i don't understand how proxies would help there, see the proxy location can also be different from the location the user scans it from. Captcha solving you mentioned is most likely true,

As i wrote you on Discord, i would be helpful if you could go on line 217 in main.py and below that line add print("Captcha Detected") and when it output this text whenever you are unable to get the token, then that's a good thing as it will be easy for me to implement new solvers. If it dosn't then i need to edit remoteauthclient libary which is a more complex task.

@Baksaya
Copy link
Author

Baksaya commented Mar 6, 2023

image

The text is displayed correctly, I hope it will be easy for you to fix the script.

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

No branches or pull requests

2 participants