I removed the % symbols from MOBILE_PLAYER_PARAMS, and it is now working fine. Although stream URLs return a 403: Not Success Status Code, they work fine with OAuth.
I verified that this PR does not break any other clients using MOBILE_PLAYER_PARAMS. The ANDROID_MUSIC client can't perform searches due to missing keys in the API response, but playback works fine. It can still be used for playback by disabling search and video loading.
The WEB client playback is broken, as stream URLs return a 403: Not Success Status Code, even with OAuth.
%
symbols fromMOBILE_PLAYER_PARAMS
, and it is now working fine. Although stream URLs return a403: Not Success Status Code
, they work fine with OAuth.ANDROID_MUSIC
always throws aNullPointerException
when used for search: https://mystb.in/8e32eef8d377e2282f.MOBILE_PLAYER_PARAMS
. TheANDROID_MUSIC
client can't perform searches due to missing keys in the API response, but playback works fine. It can still be used for playback by disabling search and video loading.WEB
client playback is broken, as stream URLs return a403: Not Success Status Code
, even with OAuth.