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
None of the trailers are played. They are listed in the trailers section, though. I don't see any files on the file system, either. I think they should be located under cache/tmdb-intro-trailers in Linux, isn't it? Am I supposed to login on YouTube somehow? Because it says "please sign in" in the jellyfin logs together with some 403 Forbidden entries.
The text was updated successfully, but these errors were encountered:
Nice coincidence. Doesn't work either but logs are different. Getting roughly each seconds these entries:
[2024-10-10 18:01:39.105 +02:00] [ERR] [43] Jellyfin.Plugin.Tmdb.Trailers.TmdbManager: GetPlaybackUrlAsync
System.InvalidOperationException: Input stream collection is empty.
at YoutubeExplode.Videos.Streams.VideoStreamInfoExtensions.GetWithHighestVideoQuality(IEnumerable`1 streamInfos) in /_/YoutubeExplode/Videos/Streams/IVideoStreamInfo.cs:line 48
at Jellyfin.Plugin.Tmdb.Trailers.TmdbManager.GetPlaybackUrlAsync(String site, String key)
Tested update from previous version and full plugin re-install. Trailer channel lists trailers but no playback possible. Also no trailer files in the cache folder.
Ah ok that's disappointing, will have to spend some time debugging. Updating this plugin isn't high on my priority list as we are nearing 10.10 release but I will keep it on my TODO list
None of the trailers are played. They are listed in the trailers section, though. I don't see any files on the file system, either. I think they should be located under
cache/tmdb-intro-trailers
in Linux, isn't it? Am I supposed to login on YouTube somehow? Because it says "please sign in" in the jellyfin logs together with some 403 Forbidden entries.The text was updated successfully, but these errors were encountered: