segmentio / analytics_flutter

The hassle-free way to add Segment analytics to your Flutter app.
MIT License
26 stars 33 forks source link

ErrorLoadingStorage #80

Open cerealexx opened 1 month ago

cerealexx commented 1 month ago

Lately we've been spammed with these errors in iOS devices from Segment plugin:

ErrorLoadingStorage state.dart in PersistedState.init.<fn>
Error loading storage: FormatException: Unexpected character (at character 13)
{"queue":[]}anonymousId":"ff3b23a3-d9b9-42cf-be59-5574cf37da38","messageId"...

Any ideas?

edsonjab commented 1 month ago

hi @cerealexx we are working on the solution, thank you for your report.

edsonjab commented 1 month ago

hi @cerealexx could you help me to show me your configuration to try replicate the issue, please?

cerealexx commented 1 month ago
Configuration(
  WRITE_KEY,
  trackApplicationLifecycleEvents: true,
)