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


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.
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.
It will be necessary to add a captcha solver as well as the possibility of using proxies
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.

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