Open TheHimanshuRastogi opened 1 year ago
I also receive a chrome related error log.log
To solve on Linux, you just need to install Chrome: sudo apt install google-chrome-stable (on Debian, Ubuntu, Mint) Did you tried install modules at "requirements.txt"? If not, use: "pip install -r requirements.txt" And remember, it's not working on Windows 11, only Windows 10.
Hm it may was broken due to me executing winget upgrade -all which broke many things. Should i try to reinstall chrome?
To solve on Linux, you just need to install Chrome: sudo apt install google-chrome-stable (on Debian, Ubuntu, Mint) Did you tried install modules at "requirements.txt"? If not, use: "pip install -r requirements.txt" And remember, it's not working on Windows 11, only Windows 10.
I also tried on Windows 10 and 11, Anyways, Now I've updated the code for Windows, Now I'm thinking to create a pull in few week.
I solved this by running: pip install setuptools
I solved this by running: pip install setuptools
that worked for me too
I tried running this script on my Windows computer, but I was getting this error:
even I installed, uninstalled undetected-chromedriver multiple times but still I was getting same error so I toaught why not try on another Windows computer, but after trying on another computer I got the following error:
After trying on 2 Windoes computers I felt like it's not optimized for Windows so I should try it on Linux, I tried running it on GitHub Codespaces but than I got this error:
Anyone here who would help me why I'm getting errors on Windows as well as Linux? help me please.