TheTeaCat / lastfm-tag-cloud

A last.fm tag cloud generator, built with Vue!
https://tagcloud.joshuarainbow.co.uk/
MIT License
30 stars 3 forks source link

Tags with ampersands break things! #15

Open TheTeaCat opened 4 years ago

TheTeaCat commented 4 years ago

This is a symptom of the last.fm API, there is nothing I can really do about it. It's literally impossible to get information on the tag "alternative r&b".

See: https://ws.audioscrobbler.com/2.0/?method=tag.getinfo&api_key=97773975bd1d3fdf89b362a27d2b6313&tag=alternative%20r%26b&format=json

First solution shall simply to be to ignore tags with ampersands.

TheTeaCat commented 4 years ago

I can't really do anything about this until the last.fm API is fixed.

TheTeaCat commented 4 years ago

I will come back to this if and when the last.fm API is fixed.