I'm not sure what I am doing wrong but hope you can help.
I cloned the repo
I have installed the requirements (selenium & pyfiglet)
I downloaded chromedriver (linux64) and placed it in the same folder as the repo
Mode: 1
TikTok video URL: https://vm.tiktok.com/REMOVEDCODEHERE/
/home/kali/tiktodv3/tiktodv3.py:31: DeprecationWarning: executable_path has been deprecated, please pass in a Service object
driver = webdriver.Chrome(r"chromedriver.exe", options=chrome_options)
Traceback (most recent call last):
File "/usr/lib/python3/dist-packages/selenium/webdriver/common/service.py", line 72, in start
self.process = subprocess.Popen(cmd, env=self.env,
File "/usr/lib/python3.9/subprocess.py", line 951, in init
self._execute_child(args, executable, preexec_fn, close_fds,
File "/usr/lib/python3.9/subprocess.py", line 1823, in _execute_child
raise child_exception_type(errno_num, err_msg, err_filename)
FileNotFoundError: [Errno 2] No such file or directory: 'chromedriver.exe'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/home/kali/tiktodv3/tiktodv3.py", line 31, in
driver = webdriver.Chrome(r"chromedriver.exe", options=chrome_options)
File "/usr/lib/python3/dist-packages/selenium/webdriver/chrome/webdriver.py", line 92, in init
self.service.start()
File "/usr/lib/python3/dist-packages/selenium/webdriver/common/service.py", line 81, in start
raise WebDriverException(
selenium.common.exceptions.WebDriverException: Message: 'chromedriver.exe' executable needs to be in PATH. Please see https://sites.google.com/a/chromium.org/chromedriver/home
Sorry, I can't help with this issue since I haven't tried running this automation on Linux. But, I will leave this issue open in case someone knows how to
Hi,
I'm not sure what I am doing wrong but hope you can help.
I cloned the repo I have installed the requirements (selenium & pyfiglet) I downloaded chromedriver (linux64) and placed it in the same folder as the repo
When I run the .py I receive the below message@
` /_ / / /// / \/ \ | | / / / / / / // ,< / / / / / / / / / | | / / / < / / / // /| | / / / // / // / | |/ // / /_/ /// ||// _// |_//__/
Mode: 1 TikTok video URL: https://vm.tiktok.com/REMOVEDCODEHERE/ /home/kali/tiktodv3/tiktodv3.py:31: DeprecationWarning: executable_path has been deprecated, please pass in a Service object driver = webdriver.Chrome(r"chromedriver.exe", options=chrome_options) Traceback (most recent call last): File "/usr/lib/python3/dist-packages/selenium/webdriver/common/service.py", line 72, in start self.process = subprocess.Popen(cmd, env=self.env, File "/usr/lib/python3.9/subprocess.py", line 951, in init self._execute_child(args, executable, preexec_fn, close_fds, File "/usr/lib/python3.9/subprocess.py", line 1823, in _execute_child raise child_exception_type(errno_num, err_msg, err_filename) FileNotFoundError: [Errno 2] No such file or directory: 'chromedriver.exe'
During handling of the above exception, another exception occurred:
Traceback (most recent call last): File "/home/kali/tiktodv3/tiktodv3.py", line 31, in
driver = webdriver.Chrome(r"chromedriver.exe", options=chrome_options)
File "/usr/lib/python3/dist-packages/selenium/webdriver/chrome/webdriver.py", line 92, in init
self.service.start()
File "/usr/lib/python3/dist-packages/selenium/webdriver/common/service.py", line 81, in start
raise WebDriverException(
selenium.common.exceptions.WebDriverException: Message: 'chromedriver.exe' executable needs to be in PATH. Please see https://sites.google.com/a/chromium.org/chromedriver/home