Android Question Parsing JSON Error

WDK

Member
Licensed User
I am getting an error - java.lang.ClassCastException: anywheresoftware.b4a.objects.collections.Map$MyMap cannot be cast to java.util.List

The strange thing is if I add debug to the line in error and step through it, it works fine. Otherwise I get an error. I am trying to pull in exchange rates and it is loading successfully.

Running with debug (Successful)...

upload_2017-9-30_10-30-19.png


Running without debug (Error)....

upload_2017-9-30_10-30-42.png
 
Top