Roku Developer Program

Join our online forum to talk to Roku developers and fellow channel creators. Ask questions, share tips with the community, and find helpful resources.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

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?
0 Kudos
1 REPLY 1
rymawby
Binge Watcher

Re: Error in Config file

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?
0 Kudos