rembo10 / headphones

Automatic music downloader for SABnzbd
GNU General Public License v3.0
3.35k stars 603 forks source link

Error calling Last.FM method: artist.getsimilar #3258

Closed NimdaBE closed 3 years ago

NimdaBE commented 3 years ago

i've tried to change the api key in the cache.py file in my docker container because the "extras" functionality of showing artists of interest was not working and it was throwing a lot of last.fm errors, but now it's not even trying to connect to the last.fm api with my key, but with a totally different api key...?

I saw a comment in issue #3257 that i could change the last.fm api key in cache.py so i created an api key on the last.fm site.

The key i've entered starts with 798 (and is still in the cache.py file after a reboot), the logs say it's giving errors on an api key starting with 395, which is even different from the api key that was in the cache.py file before i made the changes?

Originally posted by @NimdaBE in https://github.com/rembo10/headphones/issues/3257#issuecomment-712820979

NimdaBE commented 3 years ago

ok, can be closed. i found out i had to change the value in lastfm.py...