Dis90 / plugin.video.discoveryplus

discovery+ add-on for Kodi
65 stars 13 forks source link

Plugin doesn't start any content #82

Closed Almuchuisle closed 2 years ago

Almuchuisle commented 2 years ago

Hi my plugin has stopped working, it doesn't start any content, or it starts it with audio but without images. Here a video https://ufile.io/meibu0js

Dis90 commented 2 years ago

Please post debug log. Remember check that log doesn't contain any personal data (email etc). https://kodi.wiki/view/Log_file/Easy

Almuchuisle commented 2 years ago

https://ufile.io/4vk2ztaw

Dis90 commented 2 years ago

There's a lot 'CDVDVideoCodecAndroidMediaCodec:GetOutputPicture dequeueOutputBuffer failed' errors in your log. This is not add-on problem. Only thing I found is this https://forum.kodi.tv/showthread.php?tid=355426

Can you try example Netflix add-on?

Almuchuisle commented 2 years ago

I don't have a netflix account, unfortunately. It is very strange because that problem only occurs with this addon. Searching the web I saw that no one has found a solution for that error. Even though a Russian talked about disabling two-dimensional GPU graphics in developer settings, something like that. Your addon has always worked for me until now. It's a mistery

Dis90 commented 2 years ago

Yep really weird. You can try disabling DRM on addon settings but I don't know if that helps. It can break subtitles on some videos.

Almuchuisle commented 2 years ago

Disabling DRM on addon settings, apparently, everything works well. I'll test it better in the next few days. Thanks for now!