Closed PeterBennink closed 7 years ago
Thank you for reporting this. It was a fairly subtle problem -- the score is actually a Unicode string, which was causing the obvious solutions to your original problem to fail with a new ASCII decode error as it tried to upgrade everything back to Unicode. That took quite a while to figure out, but I've pushed a fix. Thanks again.
Thank you so much, for the fast response, and for the solution!
When I use the example.py file, I get an error after about 25 movies:
I have looked on the internet, and I know I should do something with encode('utf-8'), however, I can't seem to find the place in the code where I should add this.