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

'NoneType' object is not iterable #70

Open
DerrellH opened this issue Jul 11, 2023 · 2 comments
Open

'NoneType' object is not iterable #70

DerrellH opened this issue Jul 11, 2023 · 2 comments

Comments

@DerrellH
Copy link

I tried to search for a phishing site by turning off the override_suspicious.yaml: true instead of false, but it generated this line instead [ERROR:websocket] 2023-07-11 11:39:51,676 - error from callback <bound method CertStreamClient._on_message of <certstream.core.CertStreamClient object at 0x7f86db4c8040>>: 'NoneType' object is not iterable

Did I do something wrong?

Screenshot 2023-07-11 114335

@ArsLs
Copy link

ArsLs commented Oct 9, 2023

I have the same issue. Did you find the cause?

@finchy
Copy link

finchy commented Jan 24, 2024

When this setting is true, the script is supposed to use the configuration from external.yaml exclusively. If external.yaml does not define all the necessary sections (such as keywords, tlds, or any other field expected by the script), it could result in a NoneType being iterated over in the score_domain function or elsewhere in the script.

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

3 participants