12
Views
4
Comments
[ShoutSystems] Error on message sent or receive.
Question
shoutsystems
Mobile icon
Forge asset by Labs

Hi,

I start having "Undefined is not an object (evaluating 't.List')" error poping uo on every message receive or sent.. Any ideas where to look for the cause?

Thank you

2019-03-29 11-49-27
Francisco Afonso

I suspect it is on Firebase component in the value callback action. Can you send a few lines of the stack error? 

Regards 



2021-05-05 13-05-18
Mykola (Nick) Tkachenko



From Chrome:


Logger.js:341 [2016-11-24T23:41:25.040Z]: Cannot read property 'List' of undefined
TypeError: Cannot read property 'List' of undefined
    at Function.t.dataFromJS (https:/.../scripts/OutSystems.js?z3_tJEwz5c89f9g+YujDjQ:4:28041)
    at Function.t.fromJS (https://.../scripts/OutSystems.js?z3_tJEwz5c89f9g+YujDjQ:4:28290)
    at Function.fromJS (eval at t.init (https://.../scripts/OutSystems.js?z3_tJEwz5c89f9g+YujDjQ:4:16205), <anonymous>:7:66)
    at GetPictureAggrRec.t.fromJS (https://.../scripts/OutSystems.js?z3_tJEwz5c89f9g+YujDjQ:9:18861)
    at https://..../....MainFlow.Message.controller.js?hVprjzlD1dwCHuwcABrTWA:105:32
    at https://.../scripts/OutSystems.js?z3_tJEwz5c89f9g+YujDjQ:9:6233

2021-05-05 13-05-18
Mykola (Nick) Tkachenko

Hi Francisco,

probably error was caused by listAppend action... however when I isolated block and then put everything back the problem disappeared... strange..

2019-03-29 11-49-27
Francisco Afonso

I don't seem to be able to trace/detect the problem with just that information, i would have to be able to replicate it.
If it appears again please let me know.

It was probably caused with some combination between the type of messages and content you were using at the time.


Regards

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.