You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, after some time when it can't load the captcha, the issue below happen (it don't show in which line tho) and every time this issue happen the code just stops (don't restart browser and continue again as it should) is there any solution?
Hello @FeelsBadMan1 ,
I looked in the script and i think i found what cause the error.
In the specific part where i've looked at it handeld a exception (except Exception as e: print(e)) but didn't raised the Exception, that's why you got Timeout 30000ms exceeded. without showing the line where the issue happend,
I changed it to raise e for debugging purposes and then noticed what the actual error is and in which line this error does happen.
Afterwards i implemented a check so whenever this error happen the script will restart the browser instead of doing nothing or open new ones without closing any other current open one.
I'll update my edited version on my github fork later (other issues are fixed within this fork too)
The captcha solving in the new version with botright is found in botright/modules/hcaptcha.py. I've made a pull request for this here: Vinyzu/Botright#5
Hello, after some time when it can't load the captcha, the issue below happen (it don't show in which line tho) and every time this issue happen the code just stops (don't restart browser and continue again as it should) is there any solution?
The text was updated successfully, but these errors were encountered: