There appears to be an issue within the code which only happens occasionally, where on line 93 a type error occurs.
progressiondict[chord] = progressiondict.get(chord) +1
I'm not sure why this happens, but it could be a line of code that isn't triggered constantly, which is why it's infrequent. Further investigation is needed.
There appears to be an issue within the code which only happens occasionally, where on line 93 a type error occurs.
progressiondict[chord] = progressiondict.get(chord) +1
I'm not sure why this happens, but it could be a line of code that isn't triggered constantly, which is why it's infrequent. Further investigation is needed.