Kodi Community Forum

Full Version: [depricated] old YouTube Plugin - XBMC 13.0 Frodo/Gotham only
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Is there any way to increase the buffer size? I would rather wait to have a video load 30% to 50% rather than have the video buffer every 15 seconds.
RGB_Gamer Wrote:Youtube was working fine for me yesterday, but whenever I try to play a video, it says something about "<errors xmlns http://schemas.google.com> (it doesn't display the whole error. I am using Windows 7 x64, plugin version 2.6.3

anyone else have this error, and have a fix for it?

Debug log please.
http://code.google.com/p/youtubexbmc/wik...llDebugLog
cptmarginal Wrote:Thanks for all the work on this plugin, it's really an example of the very best XBMC features.

There's one issue that I'd like to point out & see if anyone else has the same problem. Running 10.1 and version 2.1.2 of the plugin, login works fine but now the "add to favorites" and "subscribe" features in the context menu give a "Playback failed - try logging in" message. In previous versions, they both worked (though "delete from favorites" always gave me an error)

Nothing seems to be showing in the XBMC log, just standard "Python initialized" etc.

Try following this guide and see if you get more info in the XBMC log.
http://code.google.com/p/youtubexbmc/wik...llDebugLog
Knight26 Wrote:Is there any way to increase the buffer size? I would rather wait to have a video load 30% to 50% rather than have the video buffer every 15 seconds.

http://wiki.xbmc.org/index.php?title=Adv...network.3E

If you are running the latest youtube beta you can try toggling the "Use YouTube cache server" setting and see if that helps with your speed.
rflores2323 Wrote:cant wait for this to be pushed to repo so I can try it out. Thanks for all your hard work on this!

Well, it was just pulled 10 minutes ago. But i have no idea when you will see the update in the repo.
within 2h.
Addon devs

I don't see not setting content to movies change in log. Since it made to Dharma version, I assume you forgot to made a change to pre-eden ver as well?

Thanks
pecinko Wrote:Addon devs

I don't see not setting content to movies change in log. Since it made to Dharma version, I assume you forgot to made a change to pre-eden ver as well?

Thanks

We simply forgot to put it in the changelog. Content should be the same in dharma and pre-eden version.
TobiasTheCommie Wrote:We simply forgot to put it in the changelog. Content should be the same in dharma and pre-eden version.

Great. Thanks!
Just to double check, do I have to put the whole block of code of can I just use this?

<network>
<cachemembuffersize>5242880</cachemembuffersize> <!-- number of bytes used for buffering streams ahead in memory
XBMC will not buffer ahead more than this. WARNING: for the bytes set here, XBMC will consume 3x the amount of RAM -->
</network>
Knight26 Wrote:Just to double check, do I have to put the whole block of code of can I just use this?

<network>
<cachemembuffersize>5242880</cachemembuffersize> <!-- number of bytes used for buffering streams ahead in memory
XBMC will not buffer ahead more than this. WARNING: for the bytes set here, XBMC will consume 3x the amount of RAM -->
</network>

That should suffice.
TobiasTheCommie Wrote:Try following this guide and see if you get more info in the XBMC log.
http://code.google.com/p/youtubexbmc/wik...llDebugLog

Oops, I totally forgot that debug option was there...

OK, here's a log of me going to my favorites, picking a "related video", then trying to add it as a favorite:

http://pastebin.com/wc7mmzZq

"Token invalid" yet login works
cptmarginal Wrote:Oops, I totally forgot that debug option was there...

OK, here's a log of me going to my favorites, picking a "related video", then trying to add it as a favorite:

http://pastebin.com/wc7mmzZq

"Token invalid" yet login works

Hm, that's weird.

Could you please go through the following steps:
1) Enable debug in plugin.
2) Open settings and change your email address or password to something INVALID!
3) Open settings and change your email address and password to the correct values.
4) Open your favorite folder, see if it gives you a listing.
5) Try to add something to your favorites.(Even if step 4 fails)

Thanks.
OK, I followed precisely those steps and made a log of that but am not sure if it is helpful:

http://pastebin.com/qfX00UzL

When I change to an invalid account, the plugin continues to be logged in (even if I change it to an invalid setting and then restart XBMC). Also I experimented with deleting the addon data folder and starting from scratch. After logging in, the result was the same.

So in the log above everything behaved the same as before. After changing the login settings to invalid and back again, I went to my favorites, picked a related video, then tried to favorite it.
cptmarginal Wrote:OK, I followed precisely those steps and made a log of that but am not sure if it is helpful:

http://pastebin.com/qfX00UzL

When I change to an invalid account, the plugin continues to be logged in (even if I change it to an invalid setting and then restart XBMC). Also I experimented with deleting the addon data folder and starting from scratch. After logging in, the result was the same.

So in the log above everything behaved the same as before. After changing the login settings to invalid and back again, I went to my favorites, picked a related video, then tried to favorite it.

Confirmed and reproduced. This bug only exists on 2.1.2, so if you update to eden-pre you won't have this issue.