Attached is the MX Diags before the fix and after it.
I fixed the duplicate line but couldn't find the 0:03 where its saying so I changed all 0:03 to 0:04 in case. NOAA reports Still not working
Code: Select all
2021-12-13 07:35:32.285 Creating NOAA monthly report
2021-12-13 07:35:32.301 Duplicate entry at line 2 of dayfile.txt: 05/12/21. Please correct this by editing the file
2021-12-13 07:35:32.301 Error at line 159, column 1, value '0:03' of data\Dec21log.txt : System.FormatException: Input string was not in a correct format.
at System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal)
at System.Number.ParseInt32(String s, NumberStyles style, NumberFormatInfo info)
at System.Convert.ToInt32(String value)
at CumulusMX.NOAA.CreateMonthlyReport(DateTime thedate)
2021-12-13 07:35:32.301 Please edit the file to correct the error
2021-12-13 07:35:32.301 Saving monthly NOAA report as Reports\NOAAMO1221.txt
2021-12-13 07:35:41.674 GetLogfile: Processing log file - data\Dec21log.txt
2021-12-13 07:35:41.706 GetLogfile: Finished processing log files
