kaliiiiiiiiii / Selenium-Driverless

undetected Selenium without usage of chromedriver
https://kaliiiiiiiiii.github.io/Selenium-Driverless/
Other
430 stars 52 forks source link

fix error 1009 for websockets (message to big) #96

Closed AdonisCodes closed 8 months ago

AdonisCodes commented 8 months ago

Solution, go through litterly every single line that has the value max_value=max_value & then increase it to like 20000000. Please create a better fix, All I know is that I increased the max bytes or something that the ws can send. So the main contributor, can you please increase the size because Sometimes it gets that error ( After I did this hack it just works now )

kaliiiiiiiiii commented 8 months ago

@AdonisCodes Can you provide a example script? I haven't encountered this error yet anywhere.

kaliiiiiiiiii commented 8 months ago

will be fixed with https://github.com/kaliiiiiiiiii/Selenium-Driverless/pull/100

AdonisCodes commented 8 months ago

Thanks. Sorry forgot to send.

kaliiiiiiiiii commented 8 months ago

fixed with https://github.com/kaliiiiiiiiii/Selenium-Driverless/pull/100