This suggests you didn’t setUseLoopBack correctly. Since it shouldn’t make that call as setUseLoopBack should prevent the call you have logged.
So you are doing a
window.Twitch.ext.bits.setUseLoopback(true);
Somewhere before calling useBits?
This suggests you didn’t setUseLoopBack correctly. Since it shouldn’t make that call as setUseLoopBack should prevent the call you have logged.
So you are doing a
window.Twitch.ext.bits.setUseLoopback(true);
Somewhere before calling useBits?