SplinterForge-Bot
SplinterForge-Bot copied to clipboard
Getting error of missing chromeDriver
Hi,
I am trying to run the bot, nad after I have installed Chrom browser I am missing ChromeDriver with a message:
Failed to create ChromeDriver service: exec: "": executable file not found in %PATH% PS C:\Users\szymo\Downloads\SplinterForge-Bot-v1.0.2-win>
this could happen if your google chrome PATH and also reg PATH is not set up in the system enviorment, make sure you have C:\Windows\System32 in the administrator path and also sys path and restart the computer.
I have added chrome, chrome driver and systme32 to PATH and the error still occurs.
did you add them in both administrator and system? and also restart the computer
I have added chrome, chrome driver and systme32 to PATH and the error still occurs.
![]()
looks right tho... do you mind me to teamview your computer and see? if so join the discord server and let me know
just in the system and no restart, I will try it now.
I am out of the country now so we can try to remote to the box during the weekend.
okay lmk
I have added it in admin mode and rebooted the machine and still no difference.
Just, maybe and odd question, where should I place the chrome driver?
there is no need to place the chrome driver, the bot automatically download the chromedriver and save it.
we have to debug the auto installation package, if you know how to do it, use the go file and test it
Had the same issue. Replaced line 142 in Splinterforge.go with: "wd, err := selenium.NewChromeDriverService("chrome/chromedriver.exe", 9515)" Created a folder "chrome" in the main folder and put the newest version of chromedriver in it. Works now.