plugins not working in svn 17368
#1
hi,
plugins not working in svn 17368 No

http://pastebin.com/m12967a0e

vobie

http://trac.xbmc.org/ticket/5775
Reply
#2
Plugins that use to work like Hulu aren't working no more ... Using Ubuntu 8.10 64bit ..
Reply
#3
After examing my logs, I see the following error:-

09:08:17 T:2265597872 M:1355812864 ERROR: Unable to load: special://home/plugins/video/Apple Movie Trailer/resources/settings.xml, Line 0
Failed to open file

This seem to be case for any plugin .... I see that on Revision 17094 the following change was done to PluginSettings.cpp.

CStdString pluginFileName = "U:\\plugins\\";
to
CStdString pluginFileName = "special://root/plugins/";

Reverse those changes for PluginSettings.cpp for now and plugin will work as normal ..
Reply
#4
Quote:09:08:17 T:2265597872 M:1355812864 ERROR: Unable to load: special://home/plugins/video/Apple Movie Trailer/resources/settings.xml, Line 0
Failed to open file

did you rename the plugin folder? it should by default be Apple Movie Trailers or Apple Movie Trailers II.
For python coding questions first see http://mirrors.xbmc.org/docs/python-docs/
Reply
#5
Nope .. Again this worked before and I didn't change anything when it did to the plugin ..

Once I updated to the newest revision it stop working ..

After I changed to U:\\, it worked as expected again ..
Reply
#6
can you verify the folder name. if it is dropping the last letter of the name, that would be an issue.
For python coding questions first see http://mirrors.xbmc.org/docs/python-docs/
Reply
#7
seeing the same issue on the win builds

http://forum.xbmc.org/showthread.php?tid=44567
Reply
#8
Same deal here. Neither Launcher nor SVN Repo plugin are working.
Reply
#9
Have you tried my fix above ?
Reply
#10
Nuka1195 Wrote:can you verify the folder name. if it is dropping the last letter of the name, that would be an issue.

Sorry can't test anything right now as I am at work ..

This issue is affecting all my plugins .. Hulu and Apple Trailer II ...
Reply
#11
Should be fixed with r17423.

Update: Sorry, forgot that I'm in the Linux forum Wink the special shenanigan should be fixed now and works on windows
Always read the XBMC online-manual, FAQ and search the forum before posting.
Do not e-mail XBMC-Team members directly asking for support. Read/follow the forum rules.
For troubleshooting and bug reporting please make sure you read this first.
Reply
#12
Hulu isn't working for me on a new build. Where is PluginSettings.cpp located? I don't see it anywhere.
Reply
#13
What revision are you using ? It was working for me on Rev 17503.
Reply
#14
Sorry I don't know where to check the revision. It was installed yesterday using the PPA for Hardy.

I should clarify. The Hulu plugin allows me to browse tv shows and movies but when I try to play them nothing happens. Maybe there is a dependency or something that I am missing.
Reply

Logout Mark Read Team Forum Stats Members Help
plugins not working in svn 173680