We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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'
The text was updated successfully, but these errors were encountered:
As a follow up the .json output for the same file works fine.
Sorry, something went wrong.
Do you know which domain is causing this error? BIMI warnings convert correctly when I check cardinalhealth.com with checkdmark 5.7.9.
i get the same error by the domain inkcal.de
No branches or pull requests
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'
The text was updated successfully, but these errors were encountered: