pierre-emmanuelJ / iptv-proxy

Reverse proxy on iptv m3u and m3u8 file and xtream codes client api
GNU General Public License v3.0
478 stars 139 forks source link

[bug] Some vods give error loading the episode list #147

Open Juancollado2003 opened 1 year ago

Juancollado2003 commented 1 year ago

Sometimes a serie give error trying to load the episodes and seasons list

Error #01: json: cannot unmarshal array into Go struct field .episodes.info.video of type xtreamcodes.FFMPEGStreamInfo

github59173 commented 10 months ago

Same.

TV Show VOD: [GIN] 2023/08/19 - 23:37:19 | 200 | 2.893249618s | 192.168.4.20 | GET "/player_api.php?username=ase&password=Test123&action=get_series_info&series_id=3540" Error #01: json: cannot unmarshal array into Go struct field SeriesEpisode.episodes.info of type struct { Audio xtreamcodes.FFMPEGStreamInfo "json:\"audio\""; Bitrate xtreamcodes.FlexInt "json:\"bitrate\""; Duration string "json:\"duration\""; DurationSecs xtreamcodes.FlexInt "json:\"duration_secs\""; MovieImage string "json:\"movie_image\""; Name string "json:\"name\""; Plot string "json:\"plot\""; Rating xtreamcodes.FlexFloat "json:\"rating\""; ReleaseDate string "json:\"releasedate\""; Video xtreamcodes.FFMPEGStreamInfo "json:\"video\"" }