beetbox / mediafile

elegant audio file tagging
http://mediafile.readthedocs.io/
MIT License
97 stars 24 forks source link

Crash on import of library. #53

Closed dbuttric closed 2 years ago

dbuttric commented 2 years ago

I started the import run for the first time, and it got about ten albums in, and this happened. The import will not proceed past this problem.

beet crash.txt . Please let me know what other information I need to provide here to assist you.

JuniorJPDJ commented 2 years ago

Python 3.7.x and earlier doesn't have keyword argument for start:

https://docs.python.org/3.6/library/functions.html?highlight=sum#sum

I'll do pull request with fix