• 1
  • 195
  • 196
  • 197(current)
  • 198
  • 199
  • 315
Release [depricated] old YouTube Plugin - XBMC 13.0 Frodo/Gotham only
(2013-02-15, 17:09)legolator Wrote:
(2013-02-15, 16:38)atv2jber Wrote:
(2013-02-15, 16:34)legolator Wrote: I'm constantly getting "One or more items failed to play" or "Unable to locate video url". These are 99% of the time videos straight from my subscriptions if that information helps. I can playback the items just fine on XBMC 11.

My logfile is too big for pastebin so I'm providing you with a different link to the file. Here is the logfile

All i can say is I've tried clearing my settings, reinstalling the script and basicly doing everything short of writing a new one myself. Tried to interrpreting the logfile but there's just too much information to sift through. Any help is appreciated.

Go back about 4 pages.

http://forum.xbmc.org/showthread.php?tid...pid1335597

Hopefully this will be pushed out to the official repo soon so that we can get the fix automatically.

Enjoy.

Alright that worked for me too but not in just one go, here's what I had to do.

Step 1) Remove your old youtube addon, install the one with the fix.
Step 2) Remove your login information from the youtube settings, easiest way is to chose "default" at the bottom.
Step 3) Might not be necesary but i restarted xbmc.
Step 4) Go click some video links (most should work now), your information will be cached so I could see my old playlists and whatnot. The safe bet was to chose a video with agre-restriction because this will make the script refresh some stuff and it will then notice you are not logged in and require you to enter login credentials.
Step 5) Enter your login credentials, click the same age-restricted video again, watch it say "refreshing playlists....".
Step 6) Enjoy!

I hope this helps someone! I feel the key issue here is that i was not logged out and therefor some blackmagic was going on and none of my videos worked.

Thanks for the tip about the login information. I didn't have to go through all the steps that you outlined. Just entered a wrong password for my account so that it would log me out, then entered the correct password and my subscriptions refreshed.

EDIT: Nevermind. I have to perform the same actions again if I restart XBMC. Your method actually sticks and I have no problems after I restart. I believe choosing "default" to remove your login information entirely and then entering it in again is the key. Anyways thanks.
i'm italian, there is a way to search the trailer with this plugin in italian language?
Everything has been running great on frodo rc windows 7 but today the youtube app fails to play any videos. All I get is a play back error when I select them. Everything was working perfectly fine but this morning nothing Sad I haven't changed anything added or removed any software. I have attached a log

http://pastebin.com/76dHn7ba
Read back through the last few pages.
Not working for me either ..here is my latest log

http://xbmclogs.com/show.php?id=35816

Help please ...thanks
most probably google has made some changes to api. metrotube and supertube on Windows phone is also broken.
There is a fix in hubmaintenance plugin

Get repo in my sig to get plugin
(2013-02-15, 23:20)mikey1234 Wrote: There is a fix in hubmaintenance plugin

Get repo in my sig to get plugin

could not find it Mikey..
updated the lib, still no fun, the fixing list mentions nothing about YT..
The following is still working for me. There are a couple of recent posters who seem to be talking about a problem that has no fix yet. Can't tell if they've found a new bug, or if they just didn't bother reading back a few posts (apart from tricky2lu, who appears to have a different problem) -

(2013-02-14, 13:35)Mossy Wrote: Quick hack that works for me, replace YouTubePlayer.py with this: https://www.dropbox.com/l/GBKQUmxrRnoOBGFB - you can download this and copy it into your plugin.video.youtube folder.

Alternatively you can install one of the following plugins, which is the regular youtube plugin with the fix applied (go to System | Addons | Install from zip and select the downloaded zip file):
Eden (XBMC 11) plugin zip: https://www.dropbox.com/l/SrdosdpacjeyvDgd
Frodo (XBMC 12) plugin zip: https://www.dropbox.com/l/axITMmdkQzSpIuDD


Update: ... or you can use rc42's patch below...
People have been asking me for a Donate button, so if you want to buy me a drink > here it is <
(2013-02-14, 13:38)rc42 Wrote: Hi,

i looked into the code and created a little workaround. I successfully tested it on my system ( xbmc-13.0-ALPHA1 from feb. 13),

Master version from https://github.com/HenrikDK/youtube-xbmc-plugin.git

patch file YouTubePLayer.py :
299c299
< if line.strip().startswith("var swf = \""):
---
> if line.strip().startswith("yt.playerConfig"):
310,312c310,312
< data = data[data.find("flashvars"):]
< data = data[data.find("\""):]
< data = data[:1 + data[1:].find("\"")]
---
> data = data["args"].items()
> for k, v in data:
> flashvars[k] = v
314,316c314
< for k, v in cgi.parse_qs(data).items():
< flashvars[k] = v[0]
< self.common.log(u"flashvars: " + repr(flashvars), 2)
---
> self.common.log(u"flashvars: " + repr(flashvars), 2)

Can't seem to find any of these lines in my version of the file. I'm using v2.1.4 on xbmc Pre-11. (I know, I should update). I can search, but I can't play anything. The hacked plugins for Eden and Frodo don't even work at all for me.
worked for me as well, thanks

(2013-02-16, 00:05)Mossy Wrote: The following is still working for me. There are a couple of recent posters who seem to be talking about a problem that has no fix yet. Can't tell if they've found a new bug, or if they just didn't bother reading back a few posts (apart from tricky2lu, who appears to have a different problem) -

(2013-02-14, 13:35)Mossy Wrote: Quick hack that works for me, replace YouTubePlayer.py with this: https://www.dropbox.com/l/GBKQUmxrRnoOBGFB - you can download this and copy it into your plugin.video.youtube folder.

Alternatively you can install one of the following plugins, which is the regular youtube plugin with the fix applied (go to System | Addons | Install from zip and select the downloaded zip file):
Eden (XBMC 11) plugin zip: https://www.dropbox.com/l/SrdosdpacjeyvDgd
Frodo (XBMC 12) plugin zip: https://www.dropbox.com/l/axITMmdkQzSpIuDD


Update: ... or you can use rc42's patch below...
(2013-02-14, 13:35)Mossy Wrote: Alternatively you can install one of the following plugins, which is the regular youtube plugin with the fix applied (go to System | Addons | Install from zip and select the downloaded zip file):
Frodo (XBMC 12) plugin zip: https://www.dropbox.com/l/axITMmdkQzSpIuDD

Lifesaver! thanks Mossy, works perfect.
(2013-02-16, 01:28)pcwork Wrote: worked for me as well, thanks

(2013-02-16, 00:05)Mossy Wrote: The following is still working for me. There are a couple of recent posters who seem to be talking about a problem that has no fix yet. Can't tell if they've found a new bug, or if they just didn't bother reading back a few posts (apart from tricky2lu, who appears to have a different problem) -

(2013-02-14, 13:35)Mossy Wrote: Quick hack that works for me, replace YouTubePlayer.py with this: https://www.dropbox.com/l/GBKQUmxrRnoOBGFB - you can download this and copy it into your plugin.video.youtube folder.

Alternatively you can install one of the following plugins, which is the regular youtube plugin with the fix applied (go to System | Addons | Install from zip and select the downloaded zip file):
Eden (XBMC 11) plugin zip: https://www.dropbox.com/l/SrdosdpacjeyvDgd
Frodo (XBMC 12) plugin zip: https://www.dropbox.com/l/axITMmdkQzSpIuDD


Update: ... or you can use rc42's patch below...

I still can't search, how do I fix search?
(2013-02-14, 13:35)Mossy Wrote: Alternatively you can install one of the following plugins, which is the regular youtube plugin with the fix applied (go to System | Addons | Install from zip and select the downloaded zip file):
Frodo (XBMC 12) plugin zip: https://www.dropbox.com/l/axITMmdkQzSpIuDD
That did the trick, thanks so much!!! :-)
(2013-02-16, 12:34)SkyHead Wrote:
(2013-02-16, 01:28)pcwork Wrote: worked for me as well, thanks

(2013-02-16, 00:05)Mossy Wrote: The following is still working for me. There are a couple of recent posters who seem to be talking about a problem that has no fix yet. Can't tell if they've found a new bug, or if they just didn't bother reading back a few posts (apart from tricky2lu, who appears to have a different problem) -

I still can't search, how do I fix search?
hello I have a problem when I do a search on youtube I get the error Script Failed: Plugin.video.youtube.
is there a way to fix it.
this' my log
http://pastebin.com/AKBVKKLu
  • 1
  • 195
  • 196
  • 197(current)
  • 198
  • 199
  • 315

Logout Mark Read Team Forum Stats Members Help
[depricated] old YouTube Plugin - XBMC 13.0 Frodo/Gotham only28