Instapy: name 'session' is not defined

Created on 4 Feb 2018  路  8Comments  路  Source: timgrossmann/InstaPy

python quickstart.py
Traceback (most recent call last):
File "quickstart.py", line 26, in
session.end()
NameError: name 'session' is not defined

wontfix

Most helpful comment

How does your quickstart.py look like? Can you provide some more informations to make it easier to help you?
Try defining session like this:
session = InstaPy(username=insta_username, password=insta_password)

All 8 comments

How does your quickstart.py look like? Can you provide some more informations to make it easier to help you?
Try defining session like this:
session = InstaPy(username=insta_username, password=insta_password)

screenshot at 2018-02-05 12-40-00

I think I actually have accidentaly ran " wait-for-selenium.sh " file ....

error

Have you already done this step ?

  1. Download chromedriver for your system from here. Extract the .zip file and put it in /assets folder.

Thank you , it works .. It looks like I have ran "wait-for-selenium.sh" and it deleted it ...

Is there a feature that you can follow users who liked specific photo ?

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

If this problem still occurs, please open a new issue

Was this page helpful?
0 / 5 - 0 ratings