Kodi Community Forum

Full Version: YouTube Plug-in Thread
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
@Stratos1986 To resolve that error, should be able to disable MPEG-DASH restart and re-enable MPEG-DASH. You can also change the listen ip and port number in Settings - HTTP Server if it's conflicting with something.
@anxdpanic Followed your advice, disabled, restarted and re-enabled and the error is gone  Smile Thanks for the help!
@anxdpanic thanks for your support, after updating to beta5 streaming went OK, however crashing keep persist, I have updated kodi as well...


here's logging https://paste.kodi.tv/ajehomujuj
I'm reading that there is no maintenance in the menu. Is the clear cache option from Super Repo or something like that?
Sorry ,my dumb I thought API was the last option in YouTube settings. there it is below that.
Thank you! Spread the love :-D
Please be aware, that repos like you mentioned 2 posts above aren't supported in here and also discussions about them aren't allowed. It's your choice if you use them, but please accept, that we won't support anyone who is using them.

Cheers
Greetings,

The videos have not been opened on Youtube for the last two days.
I did everything, I tried, but it didn't.

Log files: https://drive.google.com/open?id=1Su4WMt...EbhxmLbdXC

Best regards...
Maybe some Server Side Update? I experience the same, however I just checked it a moment ago. Also it seems that not every video wouldn't work, for me especially YouTube Red content doesn't work.
Have noticed some video's not playing anymore. Looking at the log, it seems the content server throws a "403 forbidden":
Code:
10:45:23.267 T:1543226224   ERROR: AddOnLog: InputStream Adaptive: Download https://r4---sn-5hne6nlk.googlevideo.com...=au,onr&ip=[REMOVED-IP]&clen=9986430&mn=sn-5hne6nlk,sn-aigl6ned&c=WEB_EMBEDDED_PLAYER&gir=yes&mime=audio/mp4&dur=617.000&id=o-AF-7MrQQRdcw85w35omHKj5Nn9vxsmM6RBMi_pXlUIDj&itag=140&mm=31,26&requiressl=yes&ei=MUNEXI6pMoatgAffmquIDA&sparams=clen,dur,ei,gir,id,initcwndbps,ip,ipbits,itag,keepalive,lmt,mime,mm,mn,ms,mv,pl,requiressl,source,expire&keepalive=yes&source=youtube&pl=19&ipbits=0&initcwndbps=2218750&txp=4532432&fvip=4&key=yt6&expire=1547999122&lmt=1547831846040831&signature=3656DB663F65211764998788E0F37BB5480916EE2B.341E1FA7AFEA5DC0B9FDBCB84C52BE751757F1D51D58 failed with error: 403
Above 403 is generated for this video: https://www.youtube.com/watch?v=3i2WqDxgIyM
Enabling debug logging shows no additional information - all goes well until it tries to open the URL and gets a 403 back.

Coincidentally, I have noticed Google has updated the Youtube app this week on Android. Did they change something in the background?
That's what I also said. I think this is the case because most YouTube Downloaders on Android also throw an error and need to be adjusted since this week.
(2019-01-20, 11:50)Fludizz Wrote: [ -> ]Have noticed some video's not playing anymore. Looking at the log, it seems the content server throws a "403 forbidden":
Code:
10:45:23.267 T:1543226224   ERROR: AddOnLog: InputStream Adaptive: Download https://r4---sn-5hne6nlk.googlevideo.com...=au,onr&ip=[REMOVED-IP]&clen=9986430&mn=sn-5hne6nlk,sn-aigl6ned&c=WEB_EMBEDDED_PLAYER&gir=yes&mime=audio/mp4&dur=617.000&id=o-AF-7MrQQRdcw85w35omHKj5Nn9vxsmM6RBMi_pXlUIDj&itag=140&mm=31,26&requiressl=yes&ei=MUNEXI6pMoatgAffmquIDA&sparams=clen,dur,ei,gir,id,initcwndbps,ip,ipbits,itag,keepalive,lmt,mime,mm,mn,ms,mv,pl,requiressl,source,expire&keepalive=yes&source=youtube&pl=19&ipbits=0&initcwndbps=2218750&txp=4532432&fvip=4&key=yt6&expire=1547999122&lmt=1547831846040831&signature=3656DB663F65211764998788E0F37BB5480916EE2B.341E1FA7AFEA5DC0B9FDBCB84C52BE751757F1D51D58 failed with error: 403
Above 403 is generated for this video: https://www.youtube.com/watch?v=3i2WqDxgIyM
Enabling debug logging shows no additional information - all goes well until it tries to open the URL and gets a 403 back.

Coincidentally, I have noticed Google has updated the Youtube app this week on Android. Did they change something in the background?

This video works for me when sent from android app to Windows Kodi using Yatse. I'm on Leia RC5 and YouTube 6.3.0beta5.

I still get occasional crashes when videos end, though (like others have reported), so there's definitely something going on with the site, I think.
@WeirdH Just updated my Youtube plugin to the 6.3.0beta5 version to test if that fixes it - no difference, I still get the "403 forbidden" when trying to play that video. I'm using LibreELEC 8.95.003.
Could we bringt all the devs of these tools onto one table ?
I could create a maillist, if somebody could help me w/ finding / contacting all these folks.

IMHO we should move the actual YT logic to some separate library, that can be included in various tools. So we only have to keep this library up to date and roll out updates very quickly.

Anyways, I think it's long time to build up an own - fully distributed - media hosting system: a huge grid of nodes that do on-demand replication, strong encryption, etc.
I've got some collected concepts and some PoCs for quite some time, but never really had the time to actually implement the whole thing. If anybody's interested,
just mail me (info@metux.net).

--mtx
@el_salvadore 
Sorry I wasn't more clear, will need the log showing the crash if you can manage to get that.

@ozkaradag, @D-m-x, @Fludizz
Install the beta5 zip from https://github.com/jdf76/repository/tree...eo.youtube
After the add-on is updated to beta5 run Settings - Maintenance - Clear function cache
If it is still an issue, please provide a complete debug log (wiki)

@metux 
There are already libraries available for at purpose. I'm hoping to separate the add-on and api in the future like I've done with the Twitch add-on. 
To resolve the issue with videos not playing see the response above.