You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The code is meant to resolve the permalink to a user ID, then grab that user's latest 10 tracks (if there are that many) and log the titles. It works for most users, but sometimes fails, e.g. for permalink "feedme". Not sure why it won't work for particular users, I can't see any reason for it in the API docs/reference or the source code.
Thanks in advance for any feedback or ideas!
The text was updated successfully, but these errors were encountered:
I have the following, which is triggered by submitting an angular form containing a text input for a permalink:
The code is meant to resolve the permalink to a user ID, then grab that user's latest 10 tracks (if there are that many) and log the titles. It works for most users, but sometimes fails, e.g. for permalink "feedme". Not sure why it won't work for particular users, I can't see any reason for it in the API docs/reference or the source code.
Thanks in advance for any feedback or ideas!
The text was updated successfully, but these errors were encountered: