When running just a basic search on the instagram profile, with python instagramcrawler.py -q instagram -t photos -n 100 -l I get the following error:
Traceback (most recent call last):
File "instagramcrawler.py", line 360, in <module>
main()
File "instagramcrawler.py", line 356, in main
authentication=args.authentication)
File "instagramcrawler.py", line 117, in crawl
self.scroll_to_num_of_posts(number)
File "instagramcrawler.py", line 161, in scroll_to_num_of_posts
self._driver.page_source).group()
AttributeError: 'NoneType' object has no attribute 'group'
When running just a basic search on the instagram profile, with
python instagramcrawler.py -q instagram -t photos -n 100 -l
I get the following error:Any idea on what I'm doing wrong?
phantomjs version 1.9.8 ubuntu 16.04