Osintgram icon indicating copy to clipboard operation
Osintgram copied to clipboard

Osintgram error

Open Alsahuo opened this issue 10 months ago • 7 comments

What i do

Traceback (most recent call last): File "/home/kali/Osintgram/main.py", line 3, in from src.Osintgram import Osintgram File "/home/kali/Osintgram/src/Osintgram.py", line 9, in import requests File "/home/kali/Osintgram/venv/lib/python3.12/site-packages/requests/init.py", line 43, in import urllib3 File "/home/kali/Osintgram/venv/lib/python3.12/site-packages/urllib3/init.py", line 7, in from .connectionpool import HTTPConnectionPool, HTTPSConnectionPool, connection_from_url File "/home/kali/Osintgram/venv/lib/python3.12/site-packages/urllib3/connectionpool.py", line 11, in from .exceptions import ( File "/home/kali/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'

Alsahuo avatar Feb 10 '25 17:02 Alsahuo

try pip install urllib3 --upgrade

evilfox007 avatar Feb 11 '25 03:02 evilfox007

try pip install urllib3 --upgrade

I tried everything and it didn't work can I have your discord to help me step by step if you are available

Alsahuo avatar Feb 11 '25 03:02 Alsahuo

ok my discord id =evilfox007_42000

evilfox007 avatar Feb 11 '25 03:02 evilfox007

ok my discord id =evilfox007_42000

accept

Alsahuo avatar Feb 11 '25 03:02 Alsahuo

ok my discord id =evilfox007_42000

Hey, can I message you? I'm running to a similar error

lacoloress avatar Feb 18 '25 23:02 lacoloress

what was the fix

SilverHaze99 avatar Feb 25 '25 20:02 SilverHaze99

ok my discord id =evilfox007_42000

Hello, I'm having the same error. After running the upgrade command, I'm getting this

Traceback (most recent call last):
  File "C:\Users\hp\Documents\GitHub\Misc projects\Utilities\Osintgram\main.py", line 106, in <module>
    pyreadline.Readline().parse_and_bind("tab: complete")
    ~~~~~~~~~~~~~~~~~~~^^
  File "C:\Users\hp\Documents\GitHub\Misc projects\Utilities\Osintgram\venv\Lib\site-packages\pyreadline\rlmain.py", line 422, in __init__
    BaseReadline.__init__(self)
    ~~~~~~~~~~~~~~~~~~~~~^^^^^^
  File "C:\Users\hp\Documents\GitHub\Misc projects\Utilities\Osintgram\venv\Lib\site-packages\pyreadline\rlmain.py", line 62, in __init__
    mode.init_editing_mode(None)
    ~~~~~~~~~~~~~~~~~~~~~~^^^^^^
  File "C:\Users\hp\Documents\GitHub\Misc projects\Utilities\Osintgram\venv\Lib\site-packages\pyreadline\modes\emacs.py", line 633, in init_editing_mode
    self._bind_key('space',       self.self_insert)
    ~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Users\hp\Documents\GitHub\Misc projects\Utilities\Osintgram\venv\Lib\site-packages\pyreadline\modes\basemode.py", line 162, in _bind_key
    if not callable(func):
           ~~~~~~~~^^^^^^
  File "C:\Users\hp\Documents\GitHub\Misc projects\Utilities\Osintgram\venv\Lib\site-packages\pyreadline\py3k_compat.py", line 8, in callable
    return isinstance(x, collections.Callable)
                         ^^^^^^^^^^^^^^^^^^^^
AttributeError: module 'collections' has no attribute 'Callable'

Aryan13AKS avatar Feb 26 '25 12:02 Aryan13AKS

me too bro what should i do? i tried everything

divyanshu0910 avatar Mar 03 '25 15:03 divyanshu0910