Osintgram icon indicating copy to clipboard operation
Osintgram copied to clipboard

main.py cannot open

Open apambalik1337 opened this issue 4 years ago • 8 comments

python3 main.py ..... python3: can't open file 'main.py': [Errno 2] No such file or directory

apambalik1337 avatar Dec 31 '21 13:12 apambalik1337

@aminzikryy you run this command in wrong place indeed, Its better to check where exactly you are , and also check does it main.py file exists or not!!!

massooti avatar Jan 01 '22 04:01 massooti

@x you run this command in wrong place indeed, Its better to check where exactly you are , and also check does it main.py file exists or not!!!

I did as I was supposed to, and the main.py file existed ahhh

apambalik1337 avatar Jan 03 '22 12:01 apambalik1337

python3 main.py ..... python3: can't open file 'main.py': [Errno 2] No such file or directory

  1. Make sure that you are Installed python3 ( linux- apt install python3 ), ( pkg install python3 )
  2. Make sure, thqt you have in osintgram directory.
  3. Make sure your command is right ( python3 main.py target-username )

S488U avatar Jan 05 '22 17:01 S488U

i cant run python3 main.py , and then i tried python main.py without 3 bcz i see the solution in stack overflow, and now the output is like this AttributeError: module 'collections' has no attribute 'Callable' and i think this error in the code and idk what should i do :|

vidgix avatar Jan 13 '22 13:01 vidgix

I'm having a different error and I am entering the command in the Osintgram dir file:///home/fansaz/Pictures/Screenshot_2022-01-13_17_08_55.png

Fansaz avatar Jan 13 '22 15:01 Fansaz

i cant run python3 main.py , and then i tried python main.py without 3 bcz i see the solution in stack overflow, and now the output is like this AttributeError: module 'collections' has no attribute 'Callable' and i think this error in the code and idk what should i do:

make sure that, your command was right: command is python3 main.py target username

S488U avatar Jan 14 '22 13:01 S488U

you just need run cd Osint and run the command and it should work if you have installed everything and you did the credentials.ini(cd Osintgram, cd config) run as an admin and than ctrl x y

jrm567 avatar Jun 07 '23 22:06 jrm567

hey please someone help me when i put command. python3 main.py and username cames error and said

Attempt to login... Error parsing error response: Expecting value: line 1 column 1 (char 0) Traceback (most recent call last): File "/usr/local/lib/python3.11/dist-packages/instagram_private_api/client.py", line 523, in _call_api response = self.opener.open(req, timeout=self.timeout) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/urllib/request.py", line 525, in open response = meth(req, response) ^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/urllib/request.py", line 634, in http_response response = self.parent.error( ^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/urllib/request.py", line 563, in error return self._call_chain(*args) ^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/urllib/request.py", line 496, in _call_chain result = func(*args) ^^^^^^^^^^^ File "/usr/lib/python3.11/urllib/request.py", line 643, in http_error_default raise HTTPError(req.full_url, code, msg, hdrs, fp) urllib.error.HTTPError: HTTP Error 404: Not Found

During handling of the above exception, another exception occurred:

Traceback (most recent call last): File "/home/kali/Downloads/Osintgram/main.py", line 121, in api = Osintgram(args.id, args.file, args.json, args.command, args.output, args.cookies ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/home/kali/Downloads/Osintgram/src/Osintgram.py", line 47, in init self.setTarget(target) File "/home/kali/Downloads/Osintgram/src/Osintgram.py", line 60, in setTarget self.following = self.check_following() ^^^^^^^^^^^^^^^^^^^^^^ File "/home/kali/Downloads/Osintgram/src/Osintgram.py", line 1160, in check_following return self.api._call_api(endpoint)['user_detail']['user']['friendship_status']['follo'] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/local/lib/python3.11/dist-packages/instagram_private_api/client.py", line 527 _call_api ErrorHandler.process(e, error_response) File "/usr/local/lib/python3.11/dist-packages/instagram_private_api/errors.py", line 135 process raise ClientError(error_msg, http_error.code, error_response) instagram_private_api.errors.ClientError: Not Found

nirmal6789 avatar Feb 23 '24 08:02 nirmal6789