ucarno / ow-league-tokens

Bot that farms Overwatch League tokens by pretending you watch league streams
https://discord.gg/kkq2XY4cJM
193 stars 24 forks source link

Recent issue with OW streams, Index out of range in Farmer.update_data() #40

Closed gab51299 closed 1 year ago

gab51299 commented 1 year ago

Getting the following error for recent OWL streams:

Task exception was never retrieved future: <Task finished name='Task-5' coro=<Farmer.update_data() done, defined at farmer.py:112> exception=IndexError('list index out of range')> Traceback (most recent call last): File "farmer.py", line 116, in update_data IndexError: list index out of range

I'm not familiar with your code, but the formatting of the stream data that the new streams are sending may be different or new, and wouldn't work. Omnic Rewards is getting a similar formatting issue, maybe they added a few parameters hence the index error. image_2023-03-26_125736468

ucarno commented 1 year ago

Closing as duplicate of https://github.com/ucarno/ow-league-tokens/issues/38