llfbandit / dio_cache_interceptor

Dio HTTP cache interceptor with multiple stores respecting HTTP directives (ETag, Last-Modified, Cache-Control) with options.
https://pub.dev/packages/dio_cache_interceptor
120 stars 70 forks source link

[Question] HiveError: Could not read value from box. Maybe your box is corrupted. #124

Closed AndreHaueisen closed 1 year ago

AndreHaueisen commented 1 year ago

Hi. I'm getting this exception in production, but I can't figure out why it is happening and I haven't been able to reproduce it in dev. Do you have any insights into when this exception is thrown?

Screenshot 2023-06-02 at 10 02 33

It appears it happens when line 49 tries to access my box.

Screenshot 2023-06-02 at 10 07 16

I'd appreciate any tips you think might be relevant.

llfbandit commented 1 year ago

Unfortunately I really don't know. Maybe you should ask to Hive maintainers?

AndreHaueisen commented 1 year ago

All good. Thank you!