Datalux / Osintgram

Osintgram is a OSINT tool on Instagram. It offers an interactive shell to perform analysis on Instagram account of any users by its nickname
GNU General Public License v3.0
9.76k stars 2.16k forks source link

Error in DEVELOPMENT VERSION #204

Closed Coldsmokr77 closed 3 years ago

Coldsmokr77 commented 3 years ago

After executing the main script---

Traceback (most recent call last): File "/home/zethyst/Downloads/Osintgram-development/main.py", line 115, in parser.add_argument('-c', '--command', help='run in single command mode & execute provided command', action='store') File "/usr/lib/python3.9/argparse.py", line 1446, in add_argument return self._add_action(action) File "/usr/lib/python3.9/argparse.py", line 1811, in _add_action self._optionals._add_action(action) File "/usr/lib/python3.9/argparse.py", line 1648, in _add_action action = super(_ArgumentGroup, self)._add_action(action) File "/usr/lib/python3.9/argparse.py", line 1460, in _add_action self._check_conflict(action) File "/usr/lib/python3.9/argparse.py", line 1597, in _check_conflict conflict_handler(action, confl_optionals) File "/usr/lib/python3.9/argparse.py", line 1606, in _handle_conflict_error raise ArgumentError(action, message % conflict_string) argparse.ArgumentError: argument -c/--command: conflicting option string: -c

Datalux commented 3 years ago

It should be fixed in 12e730e. Let me know.

Coldsmokr77 commented 3 years ago

Thanks it worked!!