InstaPy / InstaPy

📷 Instagram Bot - Tool for automated Instagram interactions
GNU General Public License v3.0
16.85k stars 3.78k forks source link

Did Instagram change some elements? #1559

Closed ghost closed 6 years ago

ghost commented 6 years ago

Since today I get an error when trying to call the following function: "selenium.common.exceptions.NoSuchElementException: Message: no such element: Unable to locate element: {"method":"xpath","selector":"//div[text()='Followers' or text()='Following']/following-sibling::div"}"

And also when trying to like by hashs: "selenium.common.exceptions.WebDriverException: Message: unknown error: call function result missing 'value'"

Has anybody the same problems? Login to instagram works as usual.

sionking commented 6 years ago

not me, check that chrome did not upgraded it self and chrome driver is latest (there is a new one)

ghost commented 6 years ago

@sionking Yes you were definitly right! Updated my Chrome Driver and now everything works perfectly again. Thanks alot!