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

5.7.9: CSV output errors due to bimi #153

Open
EmailKarma opened this issue Nov 8, 2024 · 3 comments
Open

5.7.9: CSV output errors due to bimi #153

EmailKarma opened this issue Nov 8, 2024 · 3 comments

Comments

@EmailKarma
Copy link

Running into this error, when trying to create a CSV related to BIMI with a short file of domains.

checkdmarc source.txt -o output.csv
Traceback (most recent call last):
File "/home/user/.local/bin/checkdmarc", line 8, in
sys.exit(_main())
File "/home/user/.local/lib/python3.10/site-packages/checkdmarc/_cli.py", line 159, in _main
output_to_file(path, results_to_csv(results))
File "/home/user/.local/lib/python3.10/site-packages/checkdmarc/init.py", line 435, in results_to_csv
rows = results_to_csv_rows(results)
File "/home/user/.local/lib/python3.10/site-packages/checkdmarc/init.py", line 289, in results_to_csv_rows
row["bimi_warnings"] = "|".join(_bimi["warnings"])
KeyError: 'warnings'

@EmailKarma
Copy link
Author

As a follow up the .json output for the same file works fine.

@seanthegeek
Copy link
Contributor

Do you know which domain is causing this error? BIMI warnings convert correctly when I check cardinalhealth.com with checkdmark 5.7.9.

@zerocool303a
Copy link

i get the same error by the domain inkcal.de

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