dmarc-visualizer
dmarc-visualizer copied to clipboard
parsedmarc returns Error: open() takes 3 positional arguments but 4 were given
I tried to use this, but I receive this error, and it never parses any data.
parsedmarc_1 | ERROR:cli.py:615:IMAP Error: open() takes 3 positional arguments but 4 were given dmarc-visualizer_parsedmarc_1 exited with code 1 0it [00:00, ?it/s] parsedmarc_1 | ERROR:cli.py:615:IMAP Error: open() takes 3 positional arguments but 4 were given dmarc-visualizer_parsedmarc_1 exited with code 1 0it [00:00, ?it/s] parsedmarc_1 | ERROR:cli.py:615:IMAP Error: open() takes 3 positional arguments but 4 were given dmarc-visualizer_parsedmarc_1 exited with code 1
Also, this happens if I try to use IMAP. If I put the files in the "files" folder, it works fine.
i had the same problem, to solve this, i used the python:3.8-alpine
image in parsedmarc and now everything works fine
How does your parsedmarc.ini look like? I have provided an example with comments.