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
Traceback (most recent call last):
File "/data/data/com.termux/files/home/tiktodv3/tiktodv3.py", line 11, in
chromedriver_autoinstaller.install()
File "/data/data/com.termux/files/usr/lib/python3.11/site-packages/chromedriver_autoinstaller/init.py", line 21, in install
chromedriver_filepath = utils.download_chromedriver(path, no_ssl)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/data/com.termux/files/usr/lib/python3.11/site-packages/chromedriver_autoinstaller/utils.py", line 263, in download_chromedriver
chrome_version = get_chrome_version()
^^^^^^^^^^^^^^^^^^^^
File "/data/data/com.termux/files/usr/lib/python3.11/site-packages/chromedriver_autoinstaller/utils.py", line 144, in get_chrome_version
path = get_linux_executable_path()
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/data/com.termux/files/usr/lib/python3.11/site-packages/chromedriver_autoinstaller/utils.py", line 200, in get_linux_executable_path
raise ValueError("No chrome executable found on PATH")
ValueError: No chrome executable found on PATH
The text was updated successfully, but these errors were encountered:
go into your path uninstall the old chromedrive then go to chrome driver website and install the version for chrome 118 assuming you have the newest chrome update
Traceback (most recent call last):
File "/data/data/com.termux/files/home/tiktodv3/tiktodv3.py", line 11, in
chromedriver_autoinstaller.install()
File "/data/data/com.termux/files/usr/lib/python3.11/site-packages/chromedriver_autoinstaller/init.py", line 21, in install
chromedriver_filepath = utils.download_chromedriver(path, no_ssl)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/data/com.termux/files/usr/lib/python3.11/site-packages/chromedriver_autoinstaller/utils.py", line 263, in download_chromedriver
chrome_version = get_chrome_version()
^^^^^^^^^^^^^^^^^^^^
File "/data/data/com.termux/files/usr/lib/python3.11/site-packages/chromedriver_autoinstaller/utils.py", line 144, in get_chrome_version
path = get_linux_executable_path()
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/data/data/com.termux/files/usr/lib/python3.11/site-packages/chromedriver_autoinstaller/utils.py", line 200, in get_linux_executable_path
raise ValueError("No chrome executable found on PATH")
ValueError: No chrome executable found on PATH
The text was updated successfully, but these errors were encountered: