RCVolus / league-prod-toolkit

Toolkit for League Productions with overlays for champion select, ingame events, end of game stats, and more
MIT License
136 stars 25 forks source link

Crash when receiving an error from LCU Client through obs tool #27

Closed Himyu closed 2 years ago

Himyu commented 3 years ago

Crash when receiving an error from LCU Client through obs tool

Occurs in state-league/controller/LCUDataReaderController

if (event.data.timer.phase !== PickBanPhase.GAME_STARTING) {

caused by some key missing or being undefined

Himyu commented 2 years ago

Solved through fix in Observer Tool