-
Notifications
You must be signed in to change notification settings - Fork 2.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
not run main.py #2
Comments
Hi @iago1905 |
can't install the exact version of requests-toolbelt==2.1.0 . the latest in their site is 0.9.1 tried installing the 0.9.1 but here's the error showing. python3 main.py {username} Traceback (most recent call last): python main.py {username} _Attempt to login... Logged as Traceback (most recent call last): |
Did you install requests_toolbelt for python3? |
Yes, but I can't download the requests-toolbelt==2.1.0, there's no 2.1.0 available in their site and |
I have already fix this problem in commit aa76222 If you can't install requests_toolbelt with pip try using |
No update, closing. |
Fixed in 5eecf09. Closing. |
After run "python main.py memedeportes" said:
File "main.py", line 52, in
api = Osintgram(args.id)
File "/root/Escritorio/instagra/Osintgram/Osintgram.py", line 30, in init
pc.printout(" (" + str(self.api.username_id) + ") ")
AttributeError: InstagramAPI instance has no attribute 'username_id'
The text was updated successfully, but these errors were encountered: