steve-pedersen / spotify-infosuite

A desktop, content-based retrieval app that will fetch and display extensive information about the artist and song you are currently listening to on Spotify. This is a school project at SF State.
https://stevedpedersen.github.io/spotify-infosuite
MIT License
3 stars 0 forks source link

Metacritic key error #14

Closed stevedpedersen closed 6 years ago

stevedpedersen commented 6 years ago

Searching Metacritic for album: Pablo-Honey Exception in thread Thread-5: Traceback (most recent call last): File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/threading.py", line 916, in _bootstrap_inner self.run() File "/Library/Frameworks/Python.framework/Versions/3.6/lib/python3.6/threading.py", line 864, in run self._target(*self._args, **self._kwargs) File "/Users/sp/cs690/spotify-infosuite/spotify_infosuite/reviews/reviews.py", line 31, in __get_data m = metacritic.search(artist, album, apikey) File "/Users/sp/cs690/spotify-infosuite/spotify_infosuite/reviews/metacritic/metacritic.py", line 43, in search if result['PrimaryArtist'] == artist: KeyError: 'PrimaryArtist'