charmedlabs / vizy

GNU General Public License v2.0
14 stars 11 forks source link

JSON parsing error on google cloud storage #2

Open estiens opened 2 years ago

estiens commented 2 years ago

Recently I had a JSON parsing error in one the json files in the media directory - could have been from a reboot or something, but while the uploader didn't block functioning of the camera, it just threw repeated parsing errors into the logs and never went on to upload any other photos

Unfortunately forgot to save the exact logs for the line number, but should be easy to replicate I hope?

Maybe some sort of putting media in a dead folder or something if they can't be uploaded or parsed and then go onto the next ones

richlegrand commented 2 years ago

Hello, Have you tried the latest release, version 0.1.100. It addresses some of the issues created by extra files in the apps or examples directories.

estiens commented 2 years ago

I believe I was on the latest release, but I will double check and see if I can reproduce

estiens commented 2 years ago

This can be closed as have not been able to reproduce with latest releases