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
I've tried with v1.2.7.64 and it still fails to list the episodes.
Anyway this case seems quite uncommon : I have only a handful of this kind of response out of thousands of series.
Xtream code Api is sometimes a real PITA since it has no real specification.
Xtream Api
action=get_series_info&series_id=ID
json response usually uses this format:But it sometimes uses this format too:
{ "episodes":[ [ {}, {} ], [ {}, {} ], ] }
In the latter case Sfvip Player fails to show anything when all other players that I've tried manage to list correctly all the episodes.
So
"episodes"
can either be a dictionary or a list.Here's a json response that fails with Sfvip Player: action=get_series_info.json
The text was updated successfully, but these errors were encountered: