Hey There,
We are in the process of developing an app with OW sample app code. We have
overwolf.media.replays.turnOn({
“settings”: streamSetting,
“highlights”: {
“enable” : true, //set false if you want to record the highligths manually
“requiredHighlights” : [“kill”,“death”,“killer”,“killed”,“victory”] //an interesting evenst that happened in game
} in our codes.
Recently I am getting an error as follows,
event-bus.js:13 Uncaught Error: frame disposed?
at InGameController._gameEventHandler (overwolf-extension://anoahjhemlbnmhkljlgbmnfflpnhgjpmfjnhdfoe/windows/in-game/in-game-controller.js:87)
at InGameController._eventListener (overwolf-extension://anoahjhemlbnmhkljlgbmnfflpnhgjpmfjnhdfoe/windows/in-game/in-game-controller.js:46)
at Object.trigger (event-bus.js:13)
at onGameEvents (background-controller.js:258).
What is the exact reason for this Frame disposed error?