Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Invoking cover_link() on an Album object yields the following run-time error:
cover_link()
Album
File "/usr/local/lib/python2.7/dist-packages/spotify/album.py", line 112, in cover_link self._sp_album, image_size) File "/usr/local/lib/python2.7/dist-packages/spotify/__init__.py", line 44, in wrapper return f(*args, **kwargs) TypeError: an integer is required
I think this might be caused by passing spotify.ImageSize.NORMAL as an integer.
spotify.ImageSize.NORMAL
The text was updated successfully, but these errors were encountered:
jodal/pyspotify@9ade46f
Thanks for your bug report! The issue should be fixed in the develop branch now. A 2.0.0b1 release should hopefully only be a week or so away if you want to wait for a new release.
Sorry, something went wrong.
jodal
No branches or pull requests
Invoking
cover_link()
on anAlbum
object yields the following run-time error:I think this might be caused by passing
spotify.ImageSize.NORMAL
as an integer.The text was updated successfully, but these errors were encountered: