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
Hello,
I am sorry to post a news isue but after research I can not find the solution to my problem.
``
I wanted to test TwitPy, except that I have the following error that appears on my screen.
Can you help me please.
Thank you for the work done.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "C:\xampp\htdocs\TwitPy\quickstart.py", line 3, in
TwitPy(username="drazozo", password="my password")
File "C:\xampp\htdocs\TwitPy\twitpy\twitpy.py", line 39, in init
self.browser = webdriver.Chrome(chrome_path, chrome_options=chrome_options)
File "C:\python\lib\site-packages\selenium\webdriver\chrome\webdriver.py", line 62, in init
self.service.start()
File "C:\python\lib\site-packages\selenium\webdriver\common\service.py", line 71, in start
os.path.basename(self.path), self.start_error_message)
selenium.common.exceptions.WebDriverException: Message: 'chromedriver' executable needs to be in PATH. Please see https://sites.google.com/a/chromium.org/chromedriver/home
Exception ignored in: <function Service.del at 0x0000026655B42730>
Traceback (most recent call last):
File "C:\python\lib\site-packages\selenium\webdriver\common\service.py", line 163, in del
self.stop()
File "C:\python\lib\site-packages\selenium\webdriver\common\service.py", line 135, in stop
if self.process is None:
AttributeError: 'Service' object has no attribute 'process'
``
The text was updated successfully, but these errors were encountered:
Hello,
I am sorry to post a news isue but after research I can not find the solution to my problem.
``
I wanted to test TwitPy, except that I have the following error that appears on my screen.
Can you help me please.
Thank you for the work done.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "C:\xampp\htdocs\TwitPy\quickstart.py", line 3, in
TwitPy(username="drazozo", password="my password")
File "C:\xampp\htdocs\TwitPy\twitpy\twitpy.py", line 39, in init
self.browser = webdriver.Chrome(chrome_path, chrome_options=chrome_options)
File "C:\python\lib\site-packages\selenium\webdriver\chrome\webdriver.py", line 62, in init
self.service.start()
File "C:\python\lib\site-packages\selenium\webdriver\common\service.py", line 71, in start
os.path.basename(self.path), self.start_error_message)
selenium.common.exceptions.WebDriverException: Message: 'chromedriver' executable needs to be in PATH. Please see https://sites.google.com/a/chromium.org/chromedriver/home
Exception ignored in: <function Service.del at 0x0000026655B42730>
Traceback (most recent call last):
File "C:\python\lib\site-packages\selenium\webdriver\common\service.py", line 163, in del
self.stop()
File "C:\python\lib\site-packages\selenium\webdriver\common\service.py", line 135, in stop
if self.process is None:
AttributeError: 'Service' object has no attribute 'process'
``
The text was updated successfully, but these errors were encountered: