InstaPy / InstaPy/instapy-quickstart
Got this issue
- 主要言語
- Python
- スター
- 777
- フォーク
- 763
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
`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)
`
コントリビューションガイド
このリポジトリのコントリビューションガイドは索引されていません
調査の方向性
Start with simple_interaction_good_for_beginners.py at line 32 and the traceback’s InstaPy login path in login_util.py. Reproduce the failure with the reported Python, Chrome, and chromedriver versions; done means the login step’s compatibility cause is confirmed and the issue has a clear resolution or documented diagnosis.
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- python
- 領域
- tooling
- issue の種類
- バグ
- 難易度
- 4/5
- 見積もり時間
- 3〜5日
- 活発さ
- 停滞
- 明瞭さ
- 説明が足りない
- 初心者へのやさしさ
- 20/100