Forum Discussion

ramyajawaharlal's avatar
8 years ago

Error in Config file

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?

1 Reply

  • rymawby's avatar
    rymawby
    Binge Watcher
    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?