AudreyBeard / compressure

4 stars 1 forks source link

Are we re-slicing encodes we've already done? #12

Closed AudreyBeard closed 11 months ago

AudreyBeard commented 1 year ago

I'm not sure if this is happening because I haven't been able to consistently reproduce it, but it seems like main.CompressureSystem is slicing encodes we've already sliced. This could happen if the persistence.CompressurePersistence object isn't returning slices correctly, or if the persistence.CompressureManifest is failing to encode/decode JSON files correctly. This shouldn't be much work to fix, but there's some work that needs to be done to diagnose this.