Hi again,
Thanks for sending, and confirming the version!
It looks like this data has that same problem where null rows have been created at the end. These are what the last five rows of the data you sent me look like (I opened with Notepad):
6/24/2022 7:42,1.12.0,Free_feed,0,3.93,1,0,Pellet,Left,168,154,822,0,Timed_out,512,nan
6/24/2022 7:50,1.12.0,Free_feed,0,3.93,1,0,Pellet,Left,168,154,823,0,Timed_out,524,nan
6/24/2022 7:53,1.12.0,Free_feed,0,3.93,1,0,Pellet,Left,168,154,824,0,Timed_out,141,nan
,,,,,,,,,,,,,,,
,,,,,,,,,,,,,,,
The last two rows are the problem. They won't show up in Excel (or maybe other programs) b/c they do some invisible cleaning of loaded data. FED3VIZ is reading stuff "as is", so it tries to interpret those empty rows and runs into the error you see. I also get the same error you reported when trying to load the file.
The immediate fix for this is to manually remove those rows with a text editor (Notepad on Windows/TextEdit on Mac, e.g.). Or if you are familiar with Python/R, this would be a fast operation to apply for many files. I am attaching a copy of your file for which I have done so - I am able to load this into the program and it seems to be working. Just make sure you restart FED3Viz before trying to load it.
You are the second user I have seen with data like this. I'm not really sure where it comes from - directly from the FED3 logging, for from some other interaction with the data after. I would like to update FED3VIZ to anticipate this problem. I'm unsure of an ETA on that, however. If you have a lot of data that you can't load b/c of this error, I can help with automating the cleaning if that would be helpful.
Let me know if you have any other questions?
Best,
Tom