-
Notifications
You must be signed in to change notification settings - Fork 134
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
Error.What should I do? I confused! #54
Comments
$ python botAccountCreate.py |
the bot didnt manage basic error |
How? |
it means xpath has changed. |
It is not only xpath. After you patched this it doesnt work anymore because insta detect it and block account creation. I tried. |
Traceback (most recent call last):
File "C:\Users\Abolfazl\AppData\Local\Programs\Python\Python310\lib\site-packages\selenium\webdriver\common\service.py", line 72, in start
self.process = subprocess.Popen(cmd, env=self.env,
File "C:\Users\Abolfazl\AppData\Local\Programs\Python\Python310\lib\subprocess.py", line 966, in init
self._execute_child(args, executable, preexec_fn, close_fds,
File "C:\Users\Abolfazl\AppData\Local\Programs\Python\Python310\lib\subprocess.py", line 1435, in _execute_child
hp, ht, pid, tid = _winapi.CreateProcess(executable, args,
PermissionError: [WinError 5] Access is denied
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "C:\Users\Abolfazl\Downloads\instagram-auto-create-account-master\instagram-auto-create-account-master\botAccountCreate.py", line 20, in
driver = webdriver.Chrome(r'C:\Users\Abolfazl\Downloads\instagram-auto-create-account-master\instagram-auto-create-account-master')
File "C:\Users\Abolfazl\AppData\Local\Programs\Python\Python310\lib\site-packages\selenium\webdriver\chrome\webdriver.py", line 73, in init
self.service.start()
File "C:\Users\Abolfazl\AppData\Local\Programs\Python\Python310\lib\site-packages\selenium\webdriver\common\service.py", line 86, in start
raise WebDriverException(
selenium.common.exceptions.WebDriverException: Message: 'instagram-auto-create-account-master' executable may have wrong permissions. Please see https://sites.google.com/a/chromium.org/chromedriver/home
The text was updated successfully, but these errors were encountered: