Closed Jmez closed 6 years ago
Additional: Just tried on my laptop with the same result. OS: Arch Python3 Version: 3.6.4 Pyportify version: 0.4.1
Upon looking into this, I discovered the problem:
In serializers.py, the Track.from_spotify
method is listed as a staticmethod, but has two arguments (self
and track
).
The solution is either to remove self
from the arguments or make Track.from_spotify
a classmethod. I'll submit a pull request that addresses this shortly.
When transferring any playlists via web interface or pyportify-copyall script it fails to transfer any files.
Both Spotify and Google Play Music accounts are premium subscriptions. OS: Ubuntu 16.04.4 Python3 version: 3.5.2
Scopes granted for Spotify Access Token: playlist-read-private playlist-read-collaborative user-library-read
Request URL: http://localhost:3132/portify/transfer/start Request Method: POST Status Code: 500 Internal Server Error Remote Address: 127.0.0.1:3132 Referrer Policy: no-referrer-when-downgrade