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

Searches are broken #1

Open
TVikg opened this issue Jul 15, 2024 · 2 comments
Open

Searches are broken #1

TVikg opened this issue Jul 15, 2024 · 2 comments

Comments

@TVikg
Copy link

TVikg commented Jul 15, 2024

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
Copy link
Owner

deadprogramers commented Jul 16, 2024 via email

@TVikg
Copy link
Author

TVikg commented Jul 17, 2024

Thanks very appreciated!

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

2 participants