Getting error while trying to debug chrome cast custom receiver

258 views Asked by At

I am getting an error below while trying to debug the custom receiver.

cast.receiver.logger.setLevelValue(cast.receiver.LoggerLevel.DEBUG);

This is the error when I execute the up statement;

VM213:1 Uncaught TypeError: Cannot read property 'setLevelValue' of undefined at :1:22

https://developers.google.com/cast/docs/debugging#chrome

How can I deal with this?

0

There are 0 answers