InstaPy / InstaPy/instapy-quickstart

Got this issue

Open
#155 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Python
Stars
777
Forks
763
PR merge metrics
No merged PRs in 30d

Description

`Traceback (most recent call last):
File "simple_interaction_good_for_beginners.py", line 32, in
with smart_run(session):
File "C:\Users\Air-AppDev-02\AppData\Local\Programs\Python\Python38-32\lib\contextlib.py", line 113, in __enter__
return next(self.gen)
File "C:\Users\Air-AppDev-02\AppData\Local\Programs\Python\Python38-32\lib\site-packages\instapy\util.py", line 1662, in smart_run
session.login()
File "C:\Users\Air-AppDev-02\AppData\Local\Programs\Python\Python38-32\lib\site-packages\instapy\instapy.py", line 366, in login
if not login_user(self.browser,
File "C:\Users\Air-AppDev-02\AppData\Local\Programs\Python\Python38-32\lib\site-packages\instapy\login_util.py", line 203, in login_user
login_elem = browser.find_element_by_xpath(
File "C:\Users\Air-AppDev-02\AppData\Local\Programs\Python\Python38-32\lib\site-packages\selenium\webdriver\remote\webdriver.py", line 394, in find_element_by_xpath
return self.find_element(by=By.XPATH, value=xpath)
File "C:\Users\Air-AppDev-02\AppData\Local\Programs\Python\Python38-32\lib\site-packages\selenium\webdriver\remote\webdriver.py", line 976, in find_element
return self.execute(Command.FIND_ELEMENT, {
File "C:\Users\Air-AppDev-02\AppData\Local\Programs\Python\Python38-32\lib\site-packages\selenium\webdriver\remote\webdriver.py", line 321, in execute
self.error_handler.check_response(response)
File "C:\Users\Air-AppDev-02\AppData\Local\Programs\Python\Python38-32\lib\site-packages\selenium\webdriver\remote\errorhandler.py", line 242, in check_response
raise exception_class(message, screen, stacktrace)
selenium.common.exceptions.NoSuchElementException: Message: no such element: Unable to locate element: {"method":"xpath","selector":"//article//a[text()='Log in']"}
(Session info: chrome=81.0.4044.138)
(Driver info: chromedriver=2.44.609538 (b655c5a60b0b544917107a59d4153d4bf78e1b90),platform=Windows NT 10.0.18362 x86_64)
`

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.