Skip to content
This repository has been archived by the owner on May 3, 2019. It is now read-only.

Timeout exception #13

Closed
sarahmichele opened this issue Aug 20, 2017 · 2 comments · Fixed by #17
Closed

Timeout exception #13

sarahmichele opened this issue Aug 20, 2017 · 2 comments · Fixed by #17

Comments

@sarahmichele
Copy link

I am getting the following error. The CSS selector needs to be updated from what is in the code (it is now "a._1cr2e _epyes"), but that still does not solve it for me.

Any insights much appreciated!

Traceback (most recent call last):
File "C:/Users/QS-2 SARAH/Desktop/IG/IGcrawler.py", line 360, in
main()
File "C:/Users/QS-2 SARAH/Desktop/IG/IGcrawler.py", line 356, in main
authentication=args.authentication)
File "C:/Users/QS-2 SARAH/Desktop/IG/IGcrawler.py", line 119, in crawl
self.scroll_to_num_of_posts(number)
File "C:/Users/QS-2 SARAH/Desktop/IG/IGcrawler.py", line 171, in scroll_to_num_of_posts
(By.CSS_SELECTOR, CSS_LOAD_MORE))
File "C:\Users\QS-2 SARAH\Anaconda2\lib\site-packages\selenium\webdriver\support\wait.py", line 80, in until
raise TimeoutException(message, screen, stacktrace)
TimeoutException

@sarahmichele
Copy link
Author

sarahmichele commented Aug 22, 2017

**This issue is solved. The CSS_LOAD_MORE should be "a._1cr2e._epyes"

@aarzamasov
Copy link

thank you @sarahmichele - thats works!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants