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
{{ message }}
This repository has been archived by the owner on Jun 11, 2019. It is now read-only.
This error occurs when FindPlaylistsByIds(..) is called with an id that no longer matches to any playlist (the Playlist has been deleted at Brightcove - or never existed).
In this case, JSONObject$Null is being returned within the result array and gets cast to JSONObject, which raises a ClassCastException:
This error occurs when FindPlaylistsByIds(..) is called with an id that no longer matches to any playlist (the Playlist has been deleted at Brightcove - or never existed).
In this case, JSONObject$Null is being returned within the result array and gets cast to JSONObject, which raises a ClassCastException:
public class Playlists extends ArrayList {
...
}
The text was updated successfully, but these errors were encountered: