REXML::ParseException
Closed this issue · 1 comments
ckdake commented
When calling get_recent_tracks for my last.fm data, some nasty data from Last.fm causes the gem to blow up with:
REXML::ParseException: #<RuntimeError: Illegal character "\uFFFE" in raw string "�䬀愀瀀 匀氀愀瀀">
This probably should get eaten by the gem because as it is, the only way I could effectively catch this is to loop through get_recent_tracks once per song which is a Bad Thing.
ckdake commented