Skip to content

Tag: index-error

Python IndexError after 2800 iterations

For some reason that I don’t get, after calling this for the 2800th time (aprox), it gets into the except part. I’m using this to parse a chat log for easier processing later on a Twitch chat bot, so I have to call the parser a lot of times for it to be updated. Can anyone help? Thanks in advance!