-
Notifications
You must be signed in to change notification settings - Fork 0
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
Comments
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
<#1>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/A42GRDP56LCWC6AFPOGV653ZMN5X5AVCNFSM6AAAAABK4AJTRWVHI2DSMVQWIX3LMV43ASLTON2WKOZSGQYDQMBZGYYTOOA>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Thanks very appreciated! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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
The text was updated successfully, but these errors were encountered: