App crash question

Hi!

Somebody please explain to me how the following crash can happen:
ERROR: Unexpected Type Error
DETAILS: Failed invoking <symbol>
STORE_ID: 00000000000000000000000000000000
CALLSTACK:
D:\DEV\G\.\source\Messages.mc (handle:14)
D:\DEV\G\.\source\MainApp.mc (onBackgroundData:125)


Mainapp.mc:



Messages.mc

PROTOCOL_VERSION cannot be null since it has have been assigned in getInitialView.
data MUST BE a Toybox.Land.Dictionary since it was checked in Mainapp.mc:122

:confused:
  • Yep, I could do that too. The main thing here was that I couldn't figure out how this crash was possible, but with your ideas at least I have a possible explanation. We'll see if that is the case or not.

    Thank you for the help.