[RELEASE] YouTube (Video) Plugin - De facto default standard YouTube Addon for XBMC

  Thread Rating:
  • 14 Votes - 4.64 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
lind Offline
Junior Member
Posts: 1
Joined: Aug 2012
Reputation: 0
Post: #2251
(2012-08-13 12:31)dh3lix Wrote:  
(2012-08-10 08:51)NaDs Wrote:  
(2012-08-07 18:05)ced64k Wrote:  Same error with my playlists -> script failed

Same problem also.. Any ideas??

same here ... dumping for great justice ^^
error appeared here today... has anyone had the time to take a look at it?
find quote
halfwalker Offline
Junior Member
Posts: 6
Joined: Mar 2011
Reputation: 0
Post: #2252
(2012-08-11 19:51)abusharif Wrote:  Not sure if its already mentioned but Search function seems to be "broken". Tested with 3.0.0 and 3.1.0, latest nightlies on OSX
Every time you choose "Search", Search window where you put the keyword will pop-up, but at the same time "Loading..." window shows up on top of it and nothing happens. After clicking Cancel in the Loading window, search one is still there but after entering keyword it doesnt return any search results.
Confirmed here. I just built a new version the other night, does the same thing. My build process is as follows :
Code:
cd ~/Builds
git clone git://github.com/xbmc/xbmc.git
cd xbmc
./bootstrap
./configure --prefix=/usr --enable-vaapi --enable-libbluray --enable-airplay
make -j4
sudo make install
All previous searches are still there, and they all work. It's just searching for something new that breaks.

Hrm - interesting. Does the same thing with the Vimeo plugin. So it might not be local to the youtube plugin ...

D.
find quote
halfwalker Offline
Junior Member
Posts: 6
Joined: Mar 2011
Reputation: 0
Post: #2253
Confirmed again. Anywhere you can do a Search it does the same thing. So it's not just the youtube plugin, it's something more core to XBMC. Where should this be reported ?
find quote
schott12521 Offline
Junior Member
Posts: 1
Joined: Aug 2012
Reputation: 0
Post: #2254
(2012-08-19 11:54)lind Wrote:  
(2012-08-13 12:31)dh3lix Wrote:  
(2012-08-10 08:51)NaDs Wrote:  Same problem also.. Any ideas??

same here ... dumping for great justice ^^
error appeared here today... has anyone had the time to take a look at it?
For all those receiving the script error, try this. I did it, and it worked for me!


1. Uninstall the YouTube app from XBMC.

2. Download this, it is the 2.7.0 YouTube for XBMC. here

3. Install that add-on in XBMC from a .zip file

4. You should be able to update from the 2.7.0 YouTube app to 3.1.0 UPDATE!

5. Test out the app, and see if it works.

If it doesn't work, I would suggest going into your XBMC folder, deleting anything related to that Youtube app, and then installing. I am running 32 bit Windows Vista on my box, XBMC 11 Eden, if that helps. Good luck!
find quote
dh3lix Offline
Junior Member
Posts: 21
Joined: Apr 2012
Reputation: 0
Post: #2255
(2012-08-22 22:47)schott12521 Wrote:  
(2012-08-19 11:54)lind Wrote:  
(2012-08-13 12:31)dh3lix Wrote:  same here ... dumping for great justice ^^
error appeared here today... has anyone had the time to take a look at it?
For all those receiving the script error, try this. I did it, and it worked for me!

No chance - still bailing out with that scripterror .. root of the problem should be this after checking debugging logs :

08:57:51 T:3336 ERROR: Error Type: <type 'exceptions.TypeError'>
08:57:51 T:3336 ERROR: Error Contents: an integer is required
08:57:51 T:3336 ERROR: Traceback (most recent call last):
File "C:\Users\mpu\AppData\Roaming\XBMC\addons\plugin.video.youtube\default.py", line 106, in <module>
navigation.executeAction(params)
File "C:\Users\mpu\AppData\Roaming\XBMC\addons\plugin.video.youtube\YouTubeNavigation.​py", line 155, in executeAction
self.playlist.playAll(params)
File "C:\Users\mpu\AppData\Roaming\XBMC\addons\plugin.video.youtube\YouTubePlaylistCon​trol.py", line 91, in playAll
listitem = self.xbmcgui.ListItem(label=video("Title"), iconImage=video("thumbnail"), thumbnailImage=video("thumbnail"))
TypeError: an integer is required

No idea whats causing that for the moment O_o

EDIT: just to let you know that the problem does not comes up with the plugin in version 3.0.0
(This post was last modified: 2012-08-23 10:00 by dh3lix.)
find quote
Jarak Offline
Junior Member
Posts: 6
Joined: Jan 2012
Reputation: 0
Post: #2256
I couldnt find version 3.0. Do you have a link?
find quote
dh3lix Offline
Junior Member
Posts: 21
Joined: Apr 2012
Reputation: 0
Post: #2257
(2012-08-28 10:57)Jarak Wrote:  I couldnt find version 3.0. Do you have a link?

I used the rollback function from xbmc itself to revert to version 3.00 - if you had it installed also before just go to the addon menu and check the addon options for the plugin to "blacklist 3.10" and rollback to any version you had previously installed.

if this not helps i have rar'ed the addon folder of 3.00 here -> https://www.dropbox.com/s/jwiedja2b7f2oc...outube.rar

find quote
Jarak Offline
Junior Member
Posts: 6
Joined: Jan 2012
Reputation: 0
Post: #2258
Thanks a lot, i only had 2.7.0 installed before. I will try it later
find quote
wmansir Offline
Junior Member
Posts: 10
Joined: Aug 2011
Reputation: 0
Post: #2259
(2012-08-16 19:51)AddonScriptorDE Wrote:  Hi,
I have problems playing youtube videos the last days. They sometimes only start at the second attempt.
The stream url seems not to be correctly resolved: When the video wont play, the url starts with "=http" instead of "http".

Here is a log with a not working video.
After trying to play the same video again, everything is fine...

Its not always. I just played more then 10 videos fine, when I suddenly got this mysterious behavior again.
Am I the only one with this problem?

Thanks,
asde

Same problem. While this is slightly annoying for streaming it's a big pain if you queue up some downloads because when the error is encountered it will jam up the downloader until the commoncache.db file is deleted. I just hacked the downloader script to strip the leading "=" character but I got an HTTP 403 error with the resulting URL.
find quote
HenrikDK Offline
Skilled Python Coder
Posts: 538
Joined: Jul 2007
Reputation: 17
Post: #2260
Hmm the playback bug is new, and a fix is incoming, we're looking into issues with the downloader but youtube changed something so it's gonna be a while..

(2012-09-01 16:11)wmansir Wrote:  
(2012-08-16 19:51)AddonScriptorDE Wrote:  Hi,
I have problems playing youtube videos the last days. They sometimes only start at the second attempt.
The stream url seems not to be correctly resolved: When the video wont play, the url starts with "=http" instead of "http".

Here is a log with a not working video.
After trying to play the same video again, everything is fine...

Its not always. I just played more then 10 videos fine, when I suddenly got this mysterious behavior again.
Am I the only one with this problem?

Thanks,
asde

Same problem. While this is slightly annoying for streaming it's a big pain if you queue up some downloads because when the error is encountered it will jam up the downloader until the commoncache.db file is deleted. I just hacked the downloader script to strip the leading "=" character but I got an HTTP 403 error with the resulting URL.
find quote
Post Reply