norbeyandresg / hades

This script takes a Spotify playlist, list and search each track on YouTube and download it to the specified path with the script root path as parent
170 stars 29 forks source link

[Solved] TypeError: can only concatenate tuple (not "int") to tuple #5

Closed mgrak closed 3 years ago

mgrak commented 3 years ago

Traceback (most recent call last): File "C:\spot\hades.py", line 104, in hades.download_tracks() File "C:\spot\hades.py", line 81, in download_tracks pl_details = self.get_playlist_details() File "C:\spot\hades.py", line 58, in get_playlist_details offset = (offset + len(pl_items),) TypeError: can only concatenate tuple (not "int") to tuple