liuch / dmarc-srg

A php parser, viewer and summary report generator for incoming DMARC reports.
GNU General Public License v3.0
228 stars 34 forks source link

Reports show error after time-zone update #23

Closed mayall closed 2 years ago

mayall commented 2 years ago

The reports are no longer listed but instead show: null is not an object (evaluating 'd1.toISOString')

As an aside, thank you so much for creating this tool! It is really fantastic.

liuch commented 2 years ago

Hello mayall, Unfortunately, I couldn't reproduce this error.

liuch commented 2 years ago

I looked into that part of code. I cannot understand how it happens. Perhaps, another error had happened before this one. Can you show me what your browser console says?

liuch commented 2 years ago

Hm, It looks like if you haven't updated *.js files.

kramwell commented 2 years ago

fyi: No issues for me after the update. existing and new reports are working fine.

mayall commented 2 years ago

Hm, It looks like if you haven't updated *.js files.

You are correct. Sorry for the false report.

liuch commented 2 years ago

It's OK.