Code: Select all
15:12:03.671 - [ WARNING ] > Error in extension [ myextension.as ]: TypeError: Cannot read property "getClass" from null (myextension.as.#1245) Internal: -238 -- Line number: (MainLib line: 1245)Quick fixes are easy, but -of course- not ideal:
- Either send the Number as a String and cast it to a Number.
- Or make sure the Number can't be written as an integer (ie make sure it has a decimal point)