You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
File "C:\Users\Alexander\Desktop\main_undetected_crome.py", line 5, in
driver = undetected_chromedriver.Chrome()
File "C:\Users\Alexander\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\undetected_chromedriver_init_.py", line 258, in init
self.patcher.auto()
File "C:\Users\Alexander\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\undetected_chromedriver\patcher.py", line 178, in auto
self.unzip_package(self.fetch_package())
File "C:\Users\Alexander\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\undetected_chromedriver\patcher.py", line 310, in unzip_package
os.rename(os.path.join(self.zip_path, exe_path), self.executable_path)
OSError: [WinError 17] Системе не удается переместить файл на другой диск: 'C:\Users\Alexander\appdata\roaming\undetected_chromedriver\undetected\chromedriver-win32\chromedriver.exe' -> 'C:\Users\Alexander\appdata\roaming\undetected_chromedriver\undetected_chromedriver.exe'
**_code import undetected_chromedriver
import time
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
error Traceback (most recent call last):
File "C:\Users\Alexander\Desktop\main_undetected_crome.py", line 5, in
driver = undetected_chromedriver.Chrome()
File "C:\Users\Alexander\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\undetected_chromedriver_init_.py", line 258, in init
self.patcher.auto()
File "C:\Users\Alexander\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\undetected_chromedriver\patcher.py", line 178, in auto
self.unzip_package(self.fetch_package())
File "C:\Users\Alexander\AppData\Local\Packages\PythonSoftwareFoundation.Python.3.9_qbz5n2kfra8p0\LocalCache\local-packages\Python39\site-packages\undetected_chromedriver\patcher.py", line 310, in unzip_package
os.rename(os.path.join(self.zip_path, exe_path), self.executable_path)
OSError: [WinError 17] Системе не удается переместить файл на другой диск: 'C:\Users\Alexander\appdata\roaming\undetected_chromedriver\undetected\chromedriver-win32\chromedriver.exe' -> 'C:\Users\Alexander\appdata\roaming\undetected_chromedriver\undetected_chromedriver.exe'
**_code import undetected_chromedriver
import time
driver = undetected_chromedriver.Chrome()
driver.get("https://intoli.com/blog/not-possible-to-block-chrome-headless/chrome-headless-test.html")
driver.get("https://www.vindecoderz.com/EN/check-lookup/ZDMMADBMXHB001652")
time.sleep(15)
except Exception as ex:
print(ex)
finally:
driver.close()
driver.quit()_**
Beta Was this translation helpful? Give feedback.
All reactions