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

TypeError: get_logger() missing 1 required positional argument: 'show_logs'

Lxhnnn opened this issue · comments

TypeError: get_logger() missing 1 required positional argument: 'show_logs'

.logger() is a class method but rest are instance method. I am also facing the same issue.

Getting the same error here.

me too

pass self as an argument.

same issue

Same error

Also facing the same issue.

Same issue, please help.

Go to that logger class, and in all methods add an argument "self". That will resolve this.

Where please help

@rishabh-gupta-fk Bro where to add self its already there

@arihant-jain-09 Have a look at this. You can also look at my cloned version of this repo. But WARNING: I have fully changed it to my requirements and might not be of use to you. And it's also messed up.
image

We are open for pull requests

We are open for pull requests

I didn't get time to clean up my code, will submit a request as soon as I am able to get it done.
Thanks for this repo. Helped me a lot :)