Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I have no idea what's happening #61

Open
biraj4uu opened this issue Jul 2, 2022 · 2 comments
Open

I have no idea what's happening #61

biraj4uu opened this issue Jul 2, 2022 · 2 comments

Comments

@biraj4uu
Copy link

biraj4uu commented Jul 2, 2022

i got this error code. can you please anyone tell me what needs to be done? how do i fix this issue?

C:\Users\BIraj\PycharmProjects\pythonProject2\venv\Scripts\python.exe C:/Users/BIraj/PycharmProjects/pythonProject2/botAccountCreate.py
Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.15 (KHTML, like Gecko) Chrome/24.0.1295.0 Safari/537.15
Traceback (most recent call last):
File "C:\Users\BIraj\PycharmProjects\pythonProject2\venv\lib\site-packages\selenium\webdriver\common\service.py", line 72, in start
self.process = subprocess.Popen(cmd, env=self.env,
File "C:\Users\BIraj\AppData\Local\Programs\Python\Python39\lib\subprocess.py", line 951, in init
self._execute_child(args, executable, preexec_fn, close_fds,
File "C:\Users\BIraj\AppData\Local\Programs\Python\Python39\lib\subprocess.py", line 1420, in _execute_child
hp, ht, pid, tid = _winapi.CreateProcess(executable, args,
FileNotFoundError: [WinError 2] The system cannot find the file specified

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "C:\Users\BIraj\PycharmProjects\pythonProject2\botAccountCreate.py", line 20, in
driver= webdriver.Chrome(options=options, executable_path=r"your chrome driver path here")
File "C:\Users\BIraj\PycharmProjects\pythonProject2\venv\lib\site-packages\selenium\webdriver\chrome\webdriver.py", line 73, in init
self.service.start()
File "C:\Users\BIraj\PycharmProjects\pythonProject2\venv\lib\site-packages\selenium\webdriver\common\service.py", line 81, in start
raise WebDriverException(
selenium.common.exceptions.WebDriverException: Message: 'your chrome driver path here' executable needs to be in PATH. Please see https://sites.google.com/a/chromium.org/chromedriver/home

Process finished with exit code 1

@DestroFac
Copy link

in line 20 of the file botAccountCreate.py you have to specify where the chrome driver is saved

@priyaank2004
Copy link

in line 20 of the file botAccountCreate.py you have to specify where the chrome driver is saved

did this program work for u? do u receive insta verfication code on email-fake?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants