Leon
Leon
dont forget to modify the 3 lines in pogeo as stated in the wiki ('install on raspberry pi' link on the right)
Stumbled upon this. Windows does not support socks5 (still not).
i suggest using official docker image. hub username ultrafunk . and read the readme of it
So what you want is an intercepting proxy showing the actual bytes flowing through the stream? That shouldnt be too hard. Ill see what i can do.
not a specific undetected_chromedriver issue. besides you did not read the readme, and your code looks like shit. Even if i wanted to troubleshoot user code, there is no info...
Hmm , seems like it. However, the first time i tried in regular chrome in the office. it worked. however at revisiting after clearing site data, i get that same...
user agent does absolutely nothing in regards to detection. proxies and vpn might be blacklisted by discord. furthermore, they provide an API, so really no reason to use uc for...
i will review asap. thanks for your work and good to see the module is in fact being "used".
3.6.1 defaults to use_subprocess. after chrome 104, seperate process does not make a difference anymore in my tests
If you dont want to redownload every time, use ```python Chrome(driver_executable_path="your/driver/path/chromedriver") ``` and if you want specific version @eNcacz ```python Chrome(version_main=101) ```