I'm using the last fm api to get data from a user but when using the User.getTopTracks
method with the time period 1month
, it returns nothing:
{
toptracks: {
#text: " ",
user: "RJ",
type: "1month",
page: "",
perPage: "",
totalPages: "",
total: "0"
}
}
This error does not occur when using similar methods (e.g. User.getTopAlbums
)