Hi all.
I get the error in the below line:
this.logger = TWC_Log(this.config.loglevel.toInt())
and it says the config :invalid.
Anyone, any thoughts?
Hi all.
I get the error in the below line:
this.logger = TWC_Log(this.config.loglevel.toInt())
and it says the config :invalid.
Anyone, any thoughts?
Hi,
What happens when you STOP just before the line and print this? It sounds like config isn’t instantiated - this could be a number of reasons including it being referenced from an async thread to the render thread or something. Could you post a bit more code so I can take a look?