Kodi Community Forum

Full Version: YouTube (IMPORTANT - READ FIRST POST)
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
(2015-07-16, 12:02)finalmakerr Wrote: [ -> ]
(2015-07-06, 20:24)finalmakerr Wrote: [ -> ]
(2015-07-06, 10:28)bromix Wrote: [ -> ]There is a strange language error...can you try to update your KODI at least to 14.2, you're still using an old 14.0 RC.

Thanks again Wink

Here is another log: http://pastebin.com/MbyHXrw4

*This issue is only when trying to play a playlist from outside your addon. The issue doesn't occur when playing a single id from outside your addon.

I just tried the recent update, no avail Sad


What exactly you're using to interact with YouTube? I see a lot of old URI calls on YouTube...but they aren't supported anymore...because I never saw them.

Code:
plugin://plugin.video.youtube/?login=true&path=%2froot%2fhistory&user_feed=watch_history

Can you please switch to "Debug logging" in System, so I can see more in the log.
(2015-07-15, 19:46)bromix Wrote: [ -> ]Version 5.1.7 (2015-07-15)
ADD: quota optimization via separate key for none-token depended API calls
UPD: new login semantic to sign out if someone upgrades to a newer version of KODI
FIX: 'Next Page (X)' item was added to the current playlist for playback

I can't get the update. Looking at http://mirrors.kodi.tv/addons/helix/plug...o.youtube/ I only see up to 5.1.6 (14-Jun-2015). As far as I understand the mirrors seems to work.
(2015-07-16, 18:39)nikstra Wrote: [ -> ]
(2015-07-15, 19:46)bromix Wrote: [ -> ]Version 5.1.7 (2015-07-15)
ADD: quota optimization via separate key for none-token depended API calls
UPD: new login semantic to sign out if someone upgrades to a newer version of KODI
FIX: 'Next Page (X)' item was added to the current playlist for playback

I can't get the update. Looking at http://mirrors.kodi.tv/addons/helix/plug...o.youtube/ I only see up to 5.1.6 (14-Jun-2015). As far as I understand the mirrors seems to work.
Via my repo the update should be available...via KODI repo I will merge the update at Monday.
(2015-07-16, 18:51)bromix Wrote: [ -> ]
(2015-07-16, 18:39)nikstra Wrote: [ -> ]
(2015-07-15, 19:46)bromix Wrote: [ -> ]Version 5.1.7 (2015-07-15)
ADD: quota optimization via separate key for none-token depended API calls
UPD: new login semantic to sign out if someone upgrades to a newer version of KODI
FIX: 'Next Page (X)' item was added to the current playlist for playback

I can't get the update. Looking at http://mirrors.kodi.tv/addons/helix/plug...o.youtube/ I only see up to 5.1.6 (14-Jun-2015). As far as I understand the mirrors seems to work.
Via my repo the update should be available...via KODI repo I will merge the update at Monday.

Since it wasn't a beta, I assumed it was published in the Kodi repo. I'll wait until Monday then.
Does the YT activation expire after some time? It has happened a couple of times now, for no apparent reason, that the add-on wasn't fully signed in and I had to sign out/in to get it working again.

I don't have a log at the moment but will post one if it happens again.
(2015-07-16, 12:09)bromix Wrote: [ -> ]
(2015-07-16, 12:02)finalmakerr Wrote: [ -> ]
(2015-07-06, 20:24)finalmakerr Wrote: [ -> ]Thanks again Wink

Here is another log: http://pastebin.com/MbyHXrw4

*This issue is only when trying to play a playlist from outside your addon. The issue doesn't occur when playing a single id from outside your addon.

I just tried the recent update, no avail Sad


What exactly you're using to interact with YouTube? I see a lot of old URI calls on YouTube...but they aren't supported anymore...because I never saw them.


Code:
plugin://plugin.video.youtube/?login=true&path=%2froot%2fhistory&user_feed=watch_history

Can you please switch to "Debug logging" in System, so I can see more in the log.


Hey Bromix!

Here is another Debug logging special for you Smile
http://pastebin.com/DcYkHAGv

This is the code i am running:
Code:
xbmc.executebuiltin('PlayMedia(plugin://plugin.video.youtube/play/?playlist_id='+ playlistid +')')

Thank you for your hard work!
(2015-07-18, 19:56)finalmakerr Wrote: [ -> ]...
http://pastebin.com/DcYkHAGv
...

I think you should start with a fresh system. I can't reproduce the error. Also you have some strange errors in the log and some banned addons and repos. I will stop my support here.

For example who is calling this all the time?
Code:
ERROR: unmatched parentheses in StringCompare(Container.FolderPath,plugin://plugin.video.youtube/?login=true&path=%2froot%2fhistory&user_feed=watch_history

maybe remove some repos first, seeing a lot of these messages.
Code:
ERROR: CCurlFile::FillBuffer - Failed: Timeout was reached(28)
Hi Guys,

As of this morning I am facing an issue with the history page... it seems to have disappeared. I have checked in the settings and it is enabled. I have tried to sign out and sign back in, as well as uninstall the plugin and re-install it but the issue still exists. Not sure what version I have but I installed it from the buit-in repo. I have the stable version of Kodi 14.2

Also I noticed that I am getting the following message - youtube daily limit exceeded

Not sure what has gone wrong, but it was working perfectly fine last night
Wait for the update tomorrow.
(2015-07-18, 20:11)bromix Wrote: [ -> ]
(2015-07-18, 19:56)finalmakerr Wrote: [ -> ]...
http://pastebin.com/DcYkHAGv
...

I think you should start with a fresh system. I can't reproduce the error. Also you have some strange errors in the log and some banned addons and repos. I will stop my support here.

For example who is calling this all the time?
Code:
ERROR: unmatched parentheses in StringCompare(Container.FolderPath,plugin://plugin.video.youtube/?login=true&path=%2froot%2fhistory&user_feed=watch_history

maybe remove some repos first, seeing a lot of these messages.
Code:
ERROR: CCurlFile::FillBuffer - Failed: Timeout was reached(28)

Thanks again Bromix,

I fixed those errors but it's doesn't make any difference.
I tried on OpenELEC and windows with different hardware but same issue.
Tried different skins and even just launching the code itself didn't work:
It's show dialogprogress then notifciation but no video.

I can send more debugs but i don't want to waste your time, i can wait maybe something will happen Smile
Keep getting this error when click on Popular Right Now and Browse Channel, Unknown kind ''
Debug log: http://pastebin.com/FVWQXfRu

I removed the addon and deleted the addon settings folder and i still get this error
(2015-07-20, 15:44)komplex Wrote: [ -> ]Keep getting this error when click on Popular Right Now and Browse Channel, Unknown kind ''
Debug log: http://pastebin.com/FVWQXfRu

I removed the addon and deleted the addon settings folder and i still get this error

Please test version 5.1.7...also confirm that your G+ account is connected with YouTube...do you use more Google accounts and have selected the correct one?
The version i was using was from the Kodi repo it was 5.1.6 i removed that and deleted the settings folder and added the version from your github 5.1.7. I get the same error. Yes the google + and youtube account are linked
(2015-07-20, 15:55)komplex Wrote: [ -> ]The version i was using was from the Kodi repo it was 5.1.6 i removed that and deleted the settings folder and added the version from your github 5.1.7. I get the same error. Yes the google + and youtube account are linked

I try to improve the the error handling at this point. I can't reproduce the error - everything is working here. This normally occurs if the login is false (token) or the account isn't connected correctly (that's why I asked).
I even went into my google settings and removed the "YouTube for KODI - Isengard" and tried activating again and still the same problem, it's been like this for weeks just didn't bother me that much until recently