rickkas7 / PublishQueueAsyncRK

A library for asynchronous Particle.publish
MIT License
35 stars 10 forks source link

Corrupted data crashes #11

Open zabaat opened 2 years ago

zabaat commented 2 years ago

Apparently this data was saved, which crashes the system when it attempts to publish: Copied from the particle web UI

)��9��+ Published by e00fce684c6039d7ee51873c on 7/21/22 at 3:35:16 pm Firmware version: 50 Private Event =� 2�97� 9��9�� 7�364�2� 8� 9��� � � 1���:2� 9��� �� �� :9� � � � �� >�>�

Is there a way to filter / check my records for garbage before publishing so that we can avoid the crash?

ninjatill commented 2 years ago

Sounds similar to issue #1.

zabaat commented 2 years ago

Sounds similar to issue #1.

Oh thanks for referring me to that. I'm saving to SD though so it's even more retained and cutting power won't help, do you know a way to clear a record that is corrupted programmatically?