After successfully loading 140 playlists this error appears after "Writing files..." is logged:
Traceback (most recent call last):
File "spotify-backup.py", line 221, in <module>
main()
File "spotify-backup.py", line 202, in main
artists=', '.join([artist['name'] for artist in track['track']['artists']]),
TypeError: sequence item 0: expected str instance, NoneType found
Using current version of script with Python 3.7.3 from Visual Studio on Windows 10.
This is not an issue when using the --format=json argument.