Closed dkisselev closed 8 years ago
Yes, same here.
Failed to execute script copy_all Traceback (most recent call last): File "pyportify/copy_all.py", line 66, in <module> File "pyportify/copy_all.py", line 61, in main File "asyncio/base_events.py", line 387, in run_until_complete File "asyncio/futures.py", line 274, in result File "asyncio/tasks.py", line 239, in _step File "pyportify/copy_all.py", line 55, in start File "pyportify/app.py", line 133, in transfer_playlists File "pyportify/spotify.py", line 99, in fetch_playlist AttributeError: 'dict' object has no attribute 'split'
This is fixed in v0.3.7. I updated pypi (so you can update to the latest version with pip). I will update the binaries soon.
Download updated
I'm trying to work with the 0.3.6 release but have been running into a bug with fetch_playlist that causes the script to fail.
Here's a stacktrace from Python 3.4 on Ubuntu, but I've also tried on 3.5 with the same result: