Is anyone else getting this "Exception in ContentProvider" Error?
#16
(2016-01-18, 07:14)vitalyg149 Wrote: Quick update:

I transferred a user file from working Intel laptop to AMD desktop, and its now not working on desktop.

marcelveldt's suggestion helped me, but you should find out how to do it on another skin. Maybe install titan for some time and then change to amber.
Reply
#17
I figured it out:

Its an issue with Kodi 15.2, it does not happen with Kodi 16 beta 5 or earlier versions of Kodi. As soon as I upgraded or downgraded it worked fine regardless of skin.

Also, my issue was that it was only happening at night, can anyone explain that?
Reply
#18
You should try reading the last few pages of this http://forum.kodi.tv/showthread.php?tid=200735 if you having problems
Reply
#19
bye youtube
Reply
#20
From http://forum.kodi.tv/showthread.php?pid=...pid2213129

(2016-01-13, 01:57)activoice Wrote: Ok I think I got it working... someone else who has their's working should confirm that I've got this documented correctly...
(if this doesn't fix, or you mess things up you should be able to uninstall and reinstall the youtube plugin and it will reset to the default settings)


First uninstal the YOUTUBE addon (you probably don't have to do this but it was just cleaner this way I didn't have to delete any folders)

Then reinstal the YOUTUBE addon... don't sign in

Close KODI


Thent go to
https://console.developers.google.com/apis/

Click on Credentials, then New Credentials, then API key, and select Browser Key, give it a name and click Create (this creates the KEY)

Then back to Credentials
Click on Credentials, then New Credentials, then OAuth Client ID, select Other, give it a name and click Create (this creates the ID and SECRET)

At this point you've got 2 sets of credentials

Edited 02/06/16
Verify that the Youtube API is enabled

Go to
https://console.developers.google.com/apis/enabled
Verify that you see YouTube Data API v3 in the list

If it is NOT in the list go to
https://console.developers.google.com/apis/library

Click on the link for YouTube Data Api
Click on Enable API at the top

Go back to
https://console.developers.google.com/apis/enabled

Verify that YouTube Data API v3 is now in the list

End of edit 02/06/16


Locate the file - login_client.py
(On Windows it's located here - C:\Users\username\AppData\Roaming\Kodi\addons\plugin.video.youtube\resources\lib\youtube\client

Within the file login_client.py find the section that corresponds to the version of KODI that you're using in my case I'm running version 15.2

youtube-for-kodi-15': {
'system': 'Isengard',
'key': 'aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa',
'id': 'bbbbbbbbbbbbbbbbbbbbbbbbbbbbb.apps.googleusercontent.com',
'secret': 'ccccccccccccccccccccccccccc'

Set the Key to the Browser API key you created first
Set the ID to the OAuth Client ID you created second
Set the Secret to the Client Secret shown in OAuth Client ID

(Make sure that you're copying and pasting these between the quote marks)

Save the updated login_client.py file

Then launch KODI
Select the YOUTUBE Addon
Select SIGN IN

Then do the 2 x activation thing where you go to
youtube.com/activate

Enter the code from KODI, click NEXT then click ALLOW
Then enter the second code from KODI, click NEXT, then ALLOW

And that should be it... mine seems to be working...

Works beautifully
Reply
#21
thanks for sharing ! This was frustrating me too
Reply
#22
Can this solution be ported to a fix for the add-on itself?
Platforms: macOS - iOS - OSMC
co-author: Red Bull TV add-on
Reply
#23
(2016-02-17, 22:30)tripkip Wrote: Can this solution be ported to a fix for the add-on itself?

If you dont want to mess with settings yourself try the fork by this guy http://forum.kodi.tv/showthread.php?pid=...pid2247414
Reply

Logout Mark Read Team Forum Stats Members Help
Is anyone else getting this "Exception in ContentProvider" Error?0