Kodi Community Forum
YouTube Plug-in Thread - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Add-on Support (https://forum.kodi.tv/forumdisplay.php?fid=27)
+---- Forum: Video Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=154)
+---- Thread: YouTube Plug-in Thread (/showthread.php?tid=353278)



RE: YouTube Plug-in Thread - NeoCortex - 2019-09-11

(2019-09-11, 17:28)V8MEM Wrote: YouTube just disabled all 3rd party apps from viewing videos

https://github.com/TeamNewPipe/NewPipe/issues/2615

Damn, that really sucks.  I just started encountering the "No streams found" issue a little while ago.  I hope someone can manage to get the add-on functioning again.


RE: YouTube Plug-in Thread - tomatosoup - 2019-09-11

(2019-09-11, 17:42)NeoCortex Wrote:
(2019-09-11, 17:28)V8MEM Wrote: YouTube just disabled all 3rd party apps from viewing videos

https://github.com/TeamNewPipe/NewPipe/issues/2615

Damn, that really sucks.  I just started encountering the "No streams found" issue a little while ago.  I hope someone can manage to get the add-on functioning again. 

Looks like YTDL already has a quick fix available, so the addon should be fixable.


RE: YouTube Plug-in Thread - lordvandad - 2019-09-11

Hiii. Someone please help. Is that true that youtube stopped third party apps like Kodi?!!! I just decided to use Kodi youtube add-on to watch the videos because its more beautiful and modern for me to use it instead of a regular browser.

Tried everything like API settings or sign in but none of them worked.

Is there a way??!!!  Sad Sad


RE: YouTube Plug-in Thread - wesley9946 - 2019-09-11

(2019-09-11, 18:05)lordvandad Wrote: Hiii. Someone please help. Is that true that youtube stopped third party apps like Kodi?!!! I just decided to use Kodi youtube add-on to watch the videos because its more beautiful and modern for me to use it instead of a regular browser.

Tried everything like API settings or sign in but none of them worked.

Is there a way??!!!  Sad Sad
They stopped the 3rd party apps several times before by simply making their servers speak a totally different language which the 3rd party apps don't understand yet (that's why we all see the No streams found error) and need to be fixed, the devs are usually very quick at figuring out the new language


RE: YouTube Plug-in Thread - jmh2002 - 2019-09-11

@anxdpanic is already aware and looking into this issue.

Please standby until a fix is found.

THANKS Smile


RE: YouTube Plug-in Thread - lordvandad - 2019-09-11

(2019-09-11, 18:11)wesley9946 Wrote:
(2019-09-11, 18:05)lordvandad Wrote: Hiii. Someone please help. Is that true that youtube stopped third party apps like Kodi?!!! I just decided to use Kodi youtube add-on to watch the videos because its more beautiful and modern for me to use it instead of a regular browser.

Tried everything like API settings or sign in but none of them worked.

Is there a way??!!!  Sad Sad
They stopped the 3rd party apps several times before by simply making their servers speak a totally different language which the 3rd party apps don't understand yet (that's why we all see the No streams found error) and need to be fixed, the devs are usually very quick at figuring out the new language 
Oh I didn't know that it's a common problem. Thanks for answer.  Blush


RE: YouTube Plug-in Thread - lordvandad - 2019-09-11

(2019-09-11, 18:30)jmh2002 Wrote: @anxdpanic is already aware and looking into this issue.

Please standby until a fix is found.

THANKS Smile
I Hope. Looking forward to it.  Blush Cool


RE: YouTube Plug-in Thread - sknight - 2019-09-11

“No streams found” issue fixed! Big Grin
https://github.com/jdf76/plugin.video.youtube/blob/master/changelog.txt
Thank you @anxdpanic!


RE: YouTube Plug-in Thread - anxdpanic - 2019-09-11

@roman_mzv 
I tried adding some protection against this, not sure atm why it's only happening to you.

@Han Solo 
userdata (wiki)/Database/MyVideos###.db

@och29 
Haven't found a possible cause yet

@Mashiro-sama 
I think some work is required and being done in Kodi 19 for this.

@lysyi 
Yes, perform the search in the YouTube addon with debug log (wiki) enabled, and you'll see the url used in the log.

@muriloferraz
In this rare case use;
Code:
import xbmc
xbmc.executebuiltin("RunPlugin(plugin://plugin.video.youtube/play/?playlist_id=PLn9tst_548zXssIHOo9f5H3p_gkfpojOT&order=shuffle&play=1)")

@Jester 
It is, example usage of that module is https://github.com/jdf76/plugin.video.youtube/blob/master/changelog.txt#L336

@eusergiofontes
It should work, would need a debug log (wiki) and example playlist to look into it further.


Sorry if I missed anyone, please try 6.5.2~beta2(see below) and if the issue persists please @ me with a new debug log (wiki)

I've updated post #2 and the repositories with v6.5.2~beta2
Code:
[fix] playback (No streams found)
[fix] missing metadata
[fix] check for and convert unexpected timestamp format
.


RE: YouTube Plug-in Thread - NeoCortex - 2019-09-11

Updated the add-on and everything is working great on my system now. Thanks for the effort and quick response in fixing it.


RE: YouTube Plug-in Thread - wesley9946 - 2019-09-11

(2019-09-11, 21:29)anxdpanic Wrote: @roman_mzv 
I tried adding some protection against this, not sure atm why it's only happening to you.

@Han Solo 
userdata (wiki)/Database/MyVideos###.db

@och29 
Haven't found a possible cause yet

@Mashiro-sama 
I think some work is required and being done in Kodi 19 for this.

@lysyi 
Yes, perform the search in the YouTube addon with debug log (wiki) enabled, and you'll see the url used in the log.

@muriloferraz
In this rare case use;
Code:
import xbmc
xbmc.executebuiltin("RunPlugin(plugin://plugin.video.youtube/play/?playlist_id=PLn9tst_548zXssIHOo9f5H3p_gkfpojOT&order=shuffle&play=1)")

@Jester 
It is, example usage of that module is https://github.com/jdf76/plugin.video.youtube/blob/master/changelog.txt#L336

@eusergiofontes
It should work, would need a debug log (wiki) and example playlist to look into it further.


Sorry if I missed anyone, please try 6.5.2~beta2(see below) and if the issue persists please @ me with a new debug log (wiki)

I've updated post #2 and the repositories with v6.5.2~beta2
Code:
[fix] playback (No streams found)
[fix] missing metadata
[fix] check for and convert unexpected timestamp format
Wow! Thanks for the very quick fix!


RE: YouTube Plug-in Thread - Sobersally - 2019-09-11

(2019-09-11, 21:37)wesley9946 Wrote:
(2019-09-11, 21:29)anxdpanic Wrote: @roman_mzv 
I tried adding some protection against this, not sure atm why it's only happening to you.

@Han Solo 
userdata (wiki)/Database/MyVideos###.db

@och29 
Haven't found a possible cause yet

@Mashiro-sama 
I think some work is required and being done in Kodi 19 for this.

@lysyi 
Yes, perform the search in the YouTube addon with debug log (wiki) enabled, and you'll see the url used in the log.

@muriloferraz
In this rare case use;
Code:
import xbmc
xbmc.executebuiltin("RunPlugin(plugin://plugin.video.youtube/play/?playlist_id=PLn9tst_548zXssIHOo9f5H3p_gkfpojOT&order=shuffle&play=1)")

@Jester 
It is, example usage of that module is https://github.com/jdf76/plugin.video.youtube/blob/master/changelog.txt#L336

@eusergiofontes
It should work, would need a debug log (wiki) and example playlist to look into it further.


Sorry if I missed anyone, please try 6.5.2~beta2(see below) and if the issue persists please @ me with a new debug log (wiki)

I've updated post #2 and the repositories with v6.5.2~beta2
Code:
[fix] playback (No streams found)
[fix] missing metadata
[fix] check for and convert unexpected timestamp format
.  
Wow! Thanks for the very quick fix! 



RE: YouTube Plug-in Thread - Sobersally - 2019-09-11

I don't understand how to fix my youtube with this information. I am a newbie so please be patient with me.


RE: YouTube Plug-in Thread - Furby8704 - 2019-09-11

(2019-09-11, 22:30)Sobersally Wrote: I don't understand how to fix my youtube with this information. I am a newbie so please be patient with me.

add beta repo in addons and will automatically update to the latest beta

github


RE: YouTube Plug-in Thread - TheEvilZX2 - 2019-09-11

updated and fixed "no streams available"

yall are the best, thank you!