Skip to content
This repository was archived by the owner on Jun 15, 2022. It is now read-only.
This repository was archived by the owner on Jun 15, 2022. It is now read-only.

Album cover_link() TypeError: an integer is required #126

@liamw9534

Description

@liamw9534

Invoking cover_link() on an Album object yields the following run-time error:

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.

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions