deadprogramers / SLASH_OSINT

Mozilla Public License 2.0
10 stars 0 forks source link

Searches are broken #1

Open TVikg opened 1 month ago

TVikg commented 1 month ago

Exception in thread Thread-2 (run): Traceback (most recent call last): File "/usr/lib/python3.11/threading.py", line 1045, in _bootstrap_inner self.run() Traceback (most recent call last): File "/usr/lib/python3.11/threading.py", line 1045, in _bootstrap_inner self.run() File "/usr/lib/python3.11/threading.py", line 982, in run self._target(*self._args, *self._kwargs) File "/usr/lib/python3.11/threading.py", line 982, in run self._target(self._args, **self._kwargs)

and moreover here

xception in thread Thread-3 (search): Traceback (most recent call last): File "/usr/lib/python3.11/threading.py", line 1045, in _bootstrap_inner self.run() File "/usr/lib/python3.11/threading.py", line 982, in run self._target(*self._args, **self._kwargs) File "/home/sec-op/Tools/SLASH_OSINT/api/pastebin.py", line 27, in search cnt = db["count"] ~~^^^^^^^^^ TypeError: list indices must be integers or slices, not str

deadprogramers commented 1 month ago

I will try to fix this issue asap

On Mon, Jul 15, 2024, 1:23 PM TVikg @.***> wrote:

Exception in thread Thread-2 (run): Traceback (most recent call last): File "/usr/lib/python3.11/threading.py", line 1045, in _bootstrap_inner self.run() Traceback (most recent call last): File "/usr/lib/python3.11/threading.py", line 1045, in _bootstrap_inner self.run() File "/usr/lib/python3.11/threading.py", line 982, in run self._target(*self._args, *self._kwargs) File "/usr/lib/python3.11/threading.py", line 982, in run self._target(self._args, **self._kwargs)

and moreover here

xception in thread Thread-3 (search): Traceback (most recent call last): File "/usr/lib/python3.11/threading.py", line 1045, in _bootstrap_inner self.run() File "/usr/lib/python3.11/threading.py", line 982, in run self._target(*self._args, **self._kwargs) File "/home/sec-op/Tools/SLASH_OSINT/api/pastebin.py", line 27, in search cnt = db["count"] ~~^^^^^^^^^ TypeError: list indices must be integers or slices, not str

— Reply to this email directly, view it on GitHub https://github.com/deadprogramers/SLASH_OSINT/issues/1, or unsubscribe https://github.com/notifications/unsubscribe-auth/A42GRDP56LCWC6AFPOGV653ZMN5X5AVCNFSM6AAAAABK4AJTRWVHI2DSMVQWIX3LMV43ASLTON2WKOZSGQYDQMBZGYYTOOA . You are receiving this because you are subscribed to this thread.Message ID: @.***>

TVikg commented 1 month ago

Thanks very appreciated!