Skip to content
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

I'm getting issue running main.py at the end #1505

Open
simpXtutor opened this issue Dec 11, 2024 · 5 comments
Open

I'm getting issue running main.py at the end #1505

simpXtutor opened this issue Dec 11, 2024 · 5 comments

Comments

@simpXtutor
Copy link

image
Traceback (most recent call last):
File "/home/simp/Osintgram/main.py", line 3, in
from src.Osintgram import Osintgram
File "/home/simp/Osintgram/src/Osintgram.py", line 9, in
import requests
File "/home/simp/Osintgram/venv/lib/python3.12/site-packages/requests/init.py", line 43, in
import urllib3
File "/home/simp/Osintgram/venv/lib/python3.12/site-packages/urllib3/init.py", line 7, in
from .connectionpool import HTTPConnectionPool, HTTPSConnectionPool, connection_from_url
File "/home/simp/Osintgram/venv/lib/python3.12/site-packages/urllib3/connectionpool.py", line 11, in
from .exceptions import (
File "/home/simp/Osintgram/venv/lib/python3.12/site-packages/urllib3/exceptions.py", line 2, in
from .packages.six.moves.http_client import IncompleteRead as httplib_IncompleteRead
ModuleNotFoundError: No module named 'urllib3.packages.six.moves'

@FangYuan51
Copy link

same

@simpXtutor
Copy link
Author

I think Instagram's API is changed now and the tool is not working

@FangYuan51
Copy link

I think Instagram's API is changed now and the tool is not working
well,I think so too

@Youssefelsaeed
Copy link

Removing and installing the package again should resolve the error ModuleNotFoundError: No module named 'urllib3.packages.six'"

Remove Package

pip uninstall urllib3

Install Package

pip install urllib3

@CyberJeco
Copy link

Removing and installing the package again should resolve the error ModuleNotFoundError: No module named 'urllib3.packages.six'"

Remove Package

pip uninstall urllib3

Install Package

pip install urllib3

didn´t work for me.

I still get:

┌──(venv)─(kali㉿kali)-[~/Osintgram]
└─$ python3 main.py microsoft

Attempt to login...
ClientError Bad Request: block_eu_user_login_in_old_app (Code: 400, Response: {"message":"You'll need to update Instagram to the latest version before you can use the app.","status":"fail","error_type":"block_eu_user_login_in_old_app"})You'll need to update Instagram to the latest version before you can use the app.: Bad Request: block_eu_user_login_in_old_app

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants