InstaPy / instagram-profilecrawl

đź“ť quickly crawl the information (e.g. followers, tags etc...) of an instagram profile.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

selenium.common.exceptions.NoSuchElementException

vmdhhh opened this issue · comments

I am getting following error after sometime

selenium.common.exceptions.NoSuchElementException: Message: no such element: Unable to locate element: {"method":"css selector","selector":".v9tJq"}
(Session info: headless chrome=81.0.4044.138)

Please let me know if there is any solution around this.

P.S Great crawler overall.

Same here

@timmoh @timgrossmann
Is there any way we can include rotating proxy in this crawler?
I'm facing this issue after continuous profile crawl.
Please help.

@timmoh @timgrossmann
Is there any way we can include rotating proxy in this crawler?
I'm facing this issue after continuous profile crawl.
Please help.

See: #134
for rotating you should use a loop

I got that i will have to reinitialize the browser after sometime with new proxy.
I'm just confused how can i do it in the code.
@timmoh any help is really appreciated. Thanks

sry no support for this feel free to implement it on your own. all code is given, you just need to add a loop