luizgasparetto / flutter_auto_cache

🚀 Automated cache management with encryption, substitution/invalidation policies and efficient size handling.
https://autocache.luizgasparetto.dev
BSD 3-Clause "New" or "Revised" License
51 stars 1 forks source link

🐛 [BUG] - FormatException: Invalid character #88

Open lucianoGG opened 1 week ago

lucianoGG commented 1 week ago

Description

Implementei em nosso app um tempo atras, depois de alguns retorno de clientes e logs no sentry, vi muitos retornos do tipo

[FlutterAutoCache] Message: An error occurred while decrypting data: FormatException: Invalid character (at character 7) 643253|mxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx ^ Nesse caso seria na "|" e em outros caso no "{ }"

Doctor summary (to see all details, run flutter doctor -v): [√] Flutter (Channel stable, 3.24.3, on Microsoft Windows [versão 10.0.26100.1882], locale pt-BR) [√] Windows Version (Installed version of Windows is version 10 or higher) [√] Android toolchain - develop for Android devices (Android SDK version 35.0.0) [√] Chrome - develop for the web [X] Visual Studio - develop Windows apps X Visual Studio not installed; this is necessary to develop Windows apps. Download at https://visualstudio.microsoft.com/downloads/. Please install the "Desktop development with C++" workload, including all of its default components [√] Android Studio (version 2024.1) [√] VS Code (version 1.94.0) [√] Connected device (4 available) [√] Network resources

Reproduction steps

Android e IOS

Screenshots

![DESCRIPTION](LINK.png)

Enviroment

Android, iOS

luizgasparetto commented 1 week ago

Muito obrigado pelo report Luciano, estaremos trabalhando nesse bug o mais rápido possível!