Kodi Community Forum
Release YouTube (IMPORTANT - READ FIRST POST) - 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: Release YouTube (IMPORTANT - READ FIRST POST) (/showthread.php?tid=200735)



RE: YouTube v5.X.X - KODI 14.X Helix - watanave - 2015-08-09

Hola, Bromix.

Please, I need help with Youtube addon. It takes a lot of time to load a video and sometimes it does not load the video at all. This behaviur began between two to four days.

Here is the log http://goo.gl/rQXm2w

If you need other information just let me know.


RE: YouTube v5.X.X - KODI 14.X Helix - bromix - 2015-08-10

(2015-08-09, 22:49)watanave Wrote: Hola, Bromix.

Please, I need help with Youtube addon. It takes a lot of time to load a video and sometimes it does not load the video at all. This behaviur began between two to four days.

Here is the log http://goo.gl/rQXm2w

If you need other information just let me know.

Just an idea...but can you try to uninstall pseudolivetv and try again. I just want to exclude a problem with the addon, because it's doing some crazy/dirty shit for my opinion as a dev. but I could be wrong.


RE: YouTube v5.X.X - KODI 14.X Helix - Lunatixz - 2015-08-10

(2015-08-10, 07:47)bromix Wrote:
(2015-08-09, 22:49)watanave Wrote: Hola, Bromix.

Please, I need help with Youtube addon. It takes a lot of time to load a video and sometimes it does not load the video at all. This behaviur began between two to four days.

Here is the log http://goo.gl/rQXm2w

If you need other information just let me know.

Just an idea...but can you try to uninstall pseudolivetv and try again. I just want to exclude a problem with the addon, because it's doing some crazy/dirty shit for my opinion as a dev. but I could be wrong.

What! what crazy dirty shit is my plugin doing?


RE: YouTube v5.X.X - KODI 14.X Helix - bromix - 2015-08-10

(2015-08-10, 15:16)Lunatixz Wrote: ...
What! what crazy dirty shit is my plugin doing?

Maybe dirty isn't the right word...sorry...but looking at the log, I would uninstall the addon for the following reasons:

starting at http://xbmclogs.com/ptimocvey#line-1007
Code:
17:16:47 T:4820  NOTICE: script.pseudotv.live-Service: UpdateRSS, Now = 2015-08-09 17:16:47.072000, UpdateRSS_LastRun = 1970-01-01 23:59:00.000000
17:16:52 T:4820  NOTICE: script.pseudotv.live-Service: UpdateRSS, Now = 2015-08-09 17:16:47.072000, UpdateRSS_NextRun = 2015-08-09 23:16:47.072000
17:17:02 T:4820  NOTICE: script.pseudotv.live-Service: UpdateRSS, Now = 2015-08-09 17:17:02.220000, UpdateRSS_LastRun = 2015-08-09 23:16:47.072000
17:17:12 T:4820  NOTICE: script.pseudotv.live-Service: UpdateRSS, Now = 2015-08-09 17:17:12.295000, UpdateRSS_LastRun = 2015-08-09 23:16:47.072000
17:17:22 T:4820  NOTICE: script.pseudotv.live-Service: UpdateRSS, Now = 2015-08-09 17:17:22.301000, UpdateRSS_LastRun = 2015-08-09 23:16:47.072000
...

I don't know if this is this a bug? almost every 10 secs to pull a RSS?

This seems to be a result of the dependencies:
http://xbmclogs.com/ptimocvey#line-1981
For each execution the python interpreter has to load all the packages and modules (a lot to swallow on smaller HTPC)

And the last thing:
https://github.com/Lunatixz/script.pseudotv.live/tree/development/resources/lib/rtmpdump
the binaries I can't validate against any source, because only the binaries are provided.
Also based on GNU General Public License, version 2 (http://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html) you have to provide the source of librtmp (initial https://rtmpdump.mplayerhq.hu), which violates the agreement. I can't find any license regarding librtmp. Even the official forks of the project provide the source.

Just my thoughts, thinks I take into account, to validate if I use something or not.

But lets get back to topic, I just wanted to test it, if this could be a problem, because the problem seems odd and out of the context as a bug in the addon itself, because it's so random.


RE: YouTube v5.X.X - KODI 14.X Helix - Lunatixz - 2015-08-10

(2015-08-10, 16:41)bromix Wrote:
(2015-08-10, 15:16)Lunatixz Wrote: ...
What! what crazy dirty shit is my plugin doing?

Maybe dirty isn't the right word...sorry...but looking at the log, I would uninstall the addon for the following reasons:

starting at http://xbmclogs.com/ptimocvey#line-1007
Code:
17:16:47 T:4820  NOTICE: script.pseudotv.live-Service: UpdateRSS, Now = 2015-08-09 17:16:47.072000, UpdateRSS_LastRun = 1970-01-01 23:59:00.000000
17:16:52 T:4820  NOTICE: script.pseudotv.live-Service: UpdateRSS, Now = 2015-08-09 17:16:47.072000, UpdateRSS_NextRun = 2015-08-09 23:16:47.072000
17:17:02 T:4820  NOTICE: script.pseudotv.live-Service: UpdateRSS, Now = 2015-08-09 17:17:02.220000, UpdateRSS_LastRun = 2015-08-09 23:16:47.072000
17:17:12 T:4820  NOTICE: script.pseudotv.live-Service: UpdateRSS, Now = 2015-08-09 17:17:12.295000, UpdateRSS_LastRun = 2015-08-09 23:16:47.072000
17:17:22 T:4820  NOTICE: script.pseudotv.live-Service: UpdateRSS, Now = 2015-08-09 17:17:22.301000, UpdateRSS_LastRun = 2015-08-09 23:16:47.072000
...

I don't know if this is this a bug? almost every 10 secs to pull a RSS?

This seems to be a result of the dependencies:
http://xbmclogs.com/ptimocvey#line-1981
For each execution the python interpreter has to load all the packages and modules (a lot to swallow on smaller HTPC)

And the last thing:
https://github.com/Lunatixz/script.pseudotv.live/tree/development/resources/lib/rtmpdump
the binaries I can't validate against any source, because only the binaries are provided.
Also based on GNU General Public License, version 2 (http://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html) you have to provide the source of librtmp (initial https://rtmpdump.mplayerhq.hu), which violates the agreement. I can't find any license regarding librtmp. Even the official forks of the project provide the source.

Just my thoughts, thinks I take into account, to validate if I use something or not.

But lets get back to topic, I just wanted to test it, if this could be a problem, because the problem seems odd and out of the context as a bug in the addon itself, because it's so random.

I don't want to hijack your thread... my final thoughts on the issue.

As per your observations... those are log entries, and don't necessarily mean it's executing the function.
Secondly, your two issues are from a previous version of PseudoTV live not the current build, and have already been resolved..

I would also like to point out that at one point you went through a developmental period with your version of the Youtube video plugin, and while I always appreciate constructive feedback... yours was not! It seemed targeted and honestly unprofessional. I would have expected the same courtesy from you, that the community lent you during your development period.


RE: YouTube v5.X.X - KODI 14.X Helix - watanave - 2015-08-11

Hola, Bromix.

I uninstalled pseudotv live as your request. Here is the log: http://xbmclogs.com/pib7fe4z9

Please note at line 1271 ERROR: [plugin.video.youtube] Unknown kind ' ' when i go to Popular Rigth Now. Same as a other user posted a days ago.

Still wait a lot for a video and at the end Kodi says can not load it.

Thanks again for your help.

Adios.


RE: YouTube v5.X.X - KODI 14.X Helix - learningit - 2015-08-11

(2015-08-11, 01:57)watanave Wrote: Hola, Bromix.

I uninstalled pseudotv live as your request. Here is the log: http://xbmclogs.com/pib7fe4z9

Please note at line 1271 ERROR: [plugin.video.youtube] Unknown kind ' ' when i go to Popular Rigth Now. Same as a other user posted a days ago.

Still wait a lot for a video and at the end Kodi says can not load it.

Thanks again for your help.

Adios.
My 2 cents for what it's worth (I could be really wrong).
I'll bet you're running a VPN or DNS proxy. I've seen this before where https is not supported correctly by the proxy. The clip plays fine on a system that has https support.
BTW, great clip of 'Heart of the Sunrise', I'll miss Chris Squire.


YouTube v5.X.X - KODI 14.X Helix - watanave - 2015-08-11

(2015-08-11, 02:19)learningit Wrote:
(2015-08-11, 01:57)watanave Wrote: Hola, Bromix.

I uninstalled pseudotv live as your request. Here is the log: http://xbmclogs.com/pib7fe4z9

Please note at line 1271 ERROR: [plugin.video.youtube] Unknown kind ' ' when i go to Popular Rigth Now. Same as a other user posted a days ago.

Still wait a lot for a video and at the end Kodi says can not load it.

Thanks again for your help.

Adios.
My 2 cents for what it's worth (I could be really wrong).
I'll bet you're running a VPN or DNS proxy. I've seen this before where https is not supported correctly by the proxy. The clip plays fine on a system that has https support.
BTW, great clip of 'Heart of the Sunrise', I'll miss Chris Squire.

Learningit,

I do not have VPN nor DNS. When I see the video in Chrome it runs perfect. Thanks you for your help.


RE: YouTube v5.X.X - KODI 14.X Helix - bromix - 2015-08-11

(2015-08-11, 02:36)watanave Wrote:
(2015-08-11, 02:19)learningit Wrote:
(2015-08-11, 01:57)watanave Wrote: Hola, Bromix.

I uninstalled pseudotv live as your request. Here is the log: http://xbmclogs.com/pib7fe4z9

Please note at line 1271 ERROR: [plugin.video.youtube] Unknown kind ' ' when i go to Popular Rigth Now. Same as a other user posted a days ago.

Still wait a lot for a video and at the end Kodi says can not load it.

Thanks again for your help.

Adios.
My 2 cents for what it's worth (I could be really wrong).
I'll bet you're running a VPN or DNS proxy. I've seen this before where https is not supported correctly by the proxy. The clip plays fine on a system that has https support.
BTW, great clip of 'Heart of the Sunrise', I'll miss Chris Squire.

Learningit,

I do not have VPN nor DNS. When I see the video in Chrome it runs perfect. Thanks you for your help.

You can't compare the browser with the API...two different mechanism. But I can try provide in this case a more detailed debug log and show the returned data in this case. Maybe I can see what's happening.


YouTube v5.X.X - KODI 14.X Helix - watanave - 2015-08-11

(2015-08-11, 10:36)bromix Wrote:
(2015-08-11, 02:36)watanave Wrote:
(2015-08-11, 02:19)learningit Wrote: My 2 cents for what it's worth (I could be really wrong).
I'll bet you're running a VPN or DNS proxy. I've seen this before where https is not supported correctly by the proxy. The clip plays fine on a system that has https support.
BTW, great clip of 'Heart of the Sunrise', I'll miss Chris Squire.

Learningit,

I do not have VPN nor DNS. When I see the video in Chrome it runs perfect. Thanks you for your help.

You can't compare the browser with the API...two different mechanism. But I can try provide in this case a more detailed debug log and show the returned data in this case. Maybe I can see what's happening.

Bromix, can you tell me how to do the detailed log.

Thanks again.


RE: YouTube v5.X.X - KODI 14.X Helix - J876 - 2015-08-11

Dear Bromix,

I am not sure if anyone else is experiencing this problem but there seems to be a bug in the Search part of the YouTube addon
(I have the Bromix repository installed).

It is an intermittent fault, but every couple of times I search for something and the add-on finishes querying YouTube the Search results
disappear and the add-on immediately returns to the Search list with the previous searches and the term you just searched for does not appear.

I have recorded this behaviour with Kodi's debug logger and posted it to the following pastebin:

http://xbmclogs.com/p5wpnewuu

Any ideas?

Thanks for your help.


RE: YouTube v5.X.X - KODI 14.X Helix - bromix - 2015-08-11

(2015-08-11, 17:31)J876 Wrote: Dear Bromix,

I am not sure if anyone else is experiencing this problem but there seems to be a bug in the Search part of the YouTube addon
(I have the Bromix repository installed).

It is an intermittent fault, but every couple of times I search for something and the add-on finishes querying YouTube the Search results
disappear and the add-on immediately returns to the Search list with the previous searches and the term you just searched for does not appear.

I have recorded this behaviour with Kodi's debug logger and posted it to the following pastebin:

http://xbmclogs.com/p5wpnewuu

Any ideas?

Thanks for your help.

I think I know the problem...thought it should be fixed in 5.1.7. I'm preparing the next update...hopefully I find some free time Wink


RE: YouTube v5.X.X - KODI 14.X Helix - bromix - 2015-08-11

(2015-08-11, 12:31)watanave Wrote:
(2015-08-11, 10:36)bromix Wrote:
(2015-08-11, 02:36)watanave Wrote: Learningit,

I do not have VPN nor DNS. When I see the video in Chrome it runs perfect. Thanks you for your help.

You can't compare the browser with the API...two different mechanism. But I can try provide in this case a more detailed debug log and show the returned data in this case. Maybe I can see what's happening.

Bromix, can you tell me how to do the detailed log.

Thanks again.

Everything you did before was correct Wink I have to add something in the addon and then provide an alpha version for some tests.


RE: YouTube v5.X.X - KODI 14.X Helix - watanave - 2015-08-11

Gracias, Bromix.

I'll wait for instructions...


RE: YouTube v5.X.X - KODI 14.X Helix - derekz - 2015-08-14

hi

I have a problem with this plug-in (Kodi 15.0)
I have total reinstall Kodi and now if I click on browse video (italian: "cose da vedere") I obtain: unknow kind "

If you explain how, i can post a log.