Page 1 of 1
home screen addon shortcuts failing
Posted: Mon Aug 12, 2013 12:39 pm
by chunk1982
most of the home screen addon shortcuts are failing, the main one i use is streamallthis.
if i turn the xbox on and click the addpn shortcut for streamallthis it will fail
see here for debug...
http://pastebin.com/FtKyY0pj from about line 211
The mad thing is if your turn the xbox on then load streamallthis, but this time using the submenu video addon option it will load of course but then go back to your home menu and now use the addon shortcut it will work?!?!?
all the best
paul
Re: home screen addon shortcuts failing
Posted: Mon Aug 12, 2013 1:57 pm
by mrdally204
I have seen this bug as well. Same recreate as the OP
Add shortcut
reboot xbox (to ensure it is first time running the add on)
Attempt to load add on
Script failure
Browse to add ons section
Run add on from this location
Success.
Re: home screen addon shortcuts failing
Posted: Mon Aug 12, 2013 2:01 pm
by Dan Dar3
Thanks for bringing it up, I'll have a look at it today.
Re: home screen addon shortcuts failing
Posted: Mon Aug 12, 2013 2:52 pm
by chunk1982
thanks dan your a legend
all the best
paul
Re: home screen addon shortcuts failing
Posted: Mon Aug 12, 2013 4:41 pm
by skatulskijean
this error is not 3.3 only and was error on the stables before to!
i hate asked xbs for this error for a while but it was no go!
i think it is a skin problem !
when you add this addons to the favorites its works but not OVER THE HOMEMENUE FROM CONFLUENCE LIGHT!
Regards jan
Re: home screen addon shortcuts failing
Posted: Mon Aug 12, 2013 6:08 pm
by captainsensation
Dan Dar3 wrote:Thanks for bringing it up, I'll have a look at it today.
You realize this is basically the same bug ive been inboxing you about for a while now. I wound up deleting the plugin data for each and rebooting my xbox and things worked but only temporarily.
Re: home screen addon shortcuts failing
Posted: Mon Aug 12, 2013 8:06 pm
by Dan Dar3
Could one you please do the following:
* edit Q:\scripts\.modules\script.module.xbmcaddon\lib
* change line 43 to (don't break indentation, simply change the indexes in parts [ ] array from 0 / 1 to 1 / 2:
Code: Select all
locations.append("plugin://%s/%s" % ( parts[ 1 ], parts[ 2 ] ))
I'll create a ticket on your behalf.
Re: home screen addon shortcuts failing
Posted: Mon Aug 12, 2013 8:25 pm
by BuZz
it wont be fixed before I get the new addons code in trunk which will fix it anyway. Unless someone gets a patch in before I push out 3.3.1 (this week) (is that code you posted tested working ?)
Re: home screen addon shortcuts failing
Posted: Mon Aug 12, 2013 8:25 pm
by chunk1982
Dan Dar3 wrote:Could one you please do the following:
* edit Q:\scripts\.modules\script.module.xbmcaddon\lib
* change line 43 to (don't break indentation, simply change the indexes in parts [ ] array from 0 / 1 to 1 / 2:
Code: Select all
locations.append("plugin://%s/%s" % ( parts[ 1 ], parts[ 2 ] ))
I'll create a ticket on your behalf.
i only have 2 addon shortcuts movie25 and streamallthis and they now BOTH LOAD thank you so much dan!!
many thanks again dan
all the best
paul
Re: home screen addon shortcuts failing
Posted: Mon Aug 12, 2013 8:31 pm
by Dan Dar3
You're welcome, this is the ticket, will probably get included in 3.3.1 soon.
http://redmine.exotica.org.uk/issues/245
Re: home screen addon shortcuts failing
Posted: Mon Aug 12, 2013 11:38 pm
by captainsensation
Dan Dar3 wrote:Could one you please do the following:
* edit Q:\scripts\.modules\script.module.xbmcaddon\lib
* change line 43 to (don't break indentation, simply change the indexes in parts [ ] array from 0 / 1 to 1 / 2:
Code: Select all
locations.append("plugin://%s/%s" % ( parts[ 1 ], parts[ 2 ] ))
I'll create a ticket on your behalf.
I can confirm that this worked for me also. I did 3 or 4 restarts to test and i am enjoying xbmc4xbox more than ever before. Thanks Dan
Regards,
Jan Jr.
(always wanted to say that)
Re: home screen addon shortcuts failing
Posted: Tue Aug 13, 2013 11:28 am
by Dan Dar3
Now in 3.3.1 thanks to Buzz.
No, yeah, that was a very useful comment - I have restarted XBMC4Xbox in between tests, although it's possible that exiting the plugins section (back-back-back to main) would've also done it.
Yeah, I know you guys mentioned similar before, even I've seen similar when developing the remote app through HTTP API, I just thought some things weren't meant to work a certain way - anyway, I knew Buzz was going to release 3.3.1 soon and that pushed me to look at it - and there you have it, update away!
