Hi
I'm trying to upload a music library to a taste profile. I upload songs in batches of 500. I get a response that says success that also includes an "update_info" array.
{ response = { "items_updated" = 500; "percent_complete" = 100; status = { code = 0; message = Success; version = "4.2"; }; "ticket_status" = complete; "total_items" = 500; "update_info" = ( { info = "couldn't resolve item"; "item_id" = 6152345113083139857; }, { info = "couldn't resolve item"; "item_id" = 6152345113083139858; }, { info = "couldn't resolve item"; "item_id" = 6152345113083139885; }, { info = "couldn't resolve item"; "item_id" = 6152345113083139887; }, . . . etc.
I usually get about 85 errors in 500 items. That's probably about right given my music collection, but when I read the taste profile, there are no items. Is this a bug? Shouldn't there be ~415 items? Or am I supposed to get the item_id of each update_info and then upload my entire library again without those items?