Page 39 of 80
Re: Jumpy Plugin (14 September 2013)
Posted: Thu Sep 19, 2013 3:26 pm
by infidel
zecaetanop wrote:I tested running PMS in both ways, as a service and normally, and I got some ... different errors
- As a service:
Error: can't find xbmc addons dir at 'C:\Windows\system32\config\systemprofile\AppData\Roaming\XBMC\addons'.
jumpy can't find any xbmc addons because xbmc was installed under your own user account (Ze) but jumpy is now being run from the service user account, which has a different APPDATA path. Try pointing xbmc.path to the correct location in PMS.conf (you may need to grant write permission there too):Code: Select all
xbmc.path = C:\\Users\\Ze\\AppData\\Roaming\\XBMC
- As a normal program:
The socket error isn't critical and just means xbmc was probably running already, see here.
Re: Jumpy Plugin (14 September 2013)
Posted: Fri Sep 20, 2013 6:38 am
by zecaetanop
infidel wrote:zecaetanop wrote:I tested running PMS in both ways, as a service and normally, and I got some ... different errors
- As a service:
Error: can't find xbmc addons dir at 'C:\Windows\system32\config\systemprofile\AppData\Roaming\XBMC\addons'.
jumpy can't find any xbmc addons because xbmc was installed under your own user account (Ze) but jumpy is now being run from the service user account, which has a different APPDATA path. Try pointing xbmc.path to the correct location in PMS.conf (you may need to grant write permission there too):Code: Select all
xbmc.path = C:\\Users\\Ze\\AppData\\Roaming\\XBMC
- As a normal program:
The socket error isn't critical and just means xbmc was probably running already, see here.
Hello Infidelis
Thank you for your help this problem is solved.
zecaetanop
Re: Jumpy Plugin (14 September 2013)
Posted: Fri Sep 20, 2013 7:09 am
by zecaetanop
Hello Infidel
Thank you for your help now PS3 Media Server is running as a service.
Some errors appear on the jumpy.log, can you please help me solve them?
The main problem I don't understand is the one below as the socket error on the bottom of the log you said it's not a problem.
python 2.7.5
[jumpy] HOME
[jumpy] GETPROPERTY youtube-dl.lib.path
[jumpy] using beautifulsoup4 to parse xml
[jumpy] GETVAR xbmc_info
[jumpy] GETVAR xbmc_paths
[jumpy] setEnv: xbmc_lang=English
[jumpy] setEnv: resolvers=youtube-dl
youtube-dl version 2013.09.17
unable to open xbmc-urlresolver
Traceback (most recent call last):
File "C:\Program Files (x86)\PS3 Media Server\plugins\jumpy\lib\resolver.py", line 65, in __init__
sys.stderr.write('%s version %s\n' % (_info[id]['name'], _info[id]['version']))
File "C:\Program Files (x86)\PS3 Media Server\plugins\jumpy\xbmc\xbmcinit.py", line 245, in __getitem__
raise KeyError(key)
KeyError: None
Do you need anymore information?
Regards.
zecaetanop
Re: Jumpy Plugin (14 September 2013)
Posted: Sat Sep 21, 2013 2:15 am
by nomi2013
Hi Infidel
Me again

after running few days I experienced some things using jumpy
1) Audio on some channels lags with video ,I am not sure if its UMS or XBMC ?
2) Slow browsing when going in folders using jumpy.
I am on UMS 2.5.6 and read the forum but didn't grasp if upgrading to new UMS version will solve these issues? Thanks again for all the help.
Nomi
Re: Jumpy Plugin (14 September 2013)
Posted: Sat Sep 21, 2013 4:03 am
by Okatawo
hi
I installed the UMS, XBMC and jumpty. \
Then I installed the plugin for xbmc youtube and my local tv weeb.tv.
Everything works, out of the jumpy all the folders are empty. Folders [XBMC]Youtube And so on.
What should I do now?
sorry for my english this is not my nativ language.
Re: Jumpy Plugin (14 September 2013)
Posted: Sat Sep 21, 2013 5:49 am
by infidel
zecaetanop wrote:now PS3 Media Server is running as a service.
Some errors appear on the jumpy.log
The
KeyError is also due to the User Account mixup when running as a service. This update should fix it:
zecaetanop wrote:the socket error on the bottom of the log you said it's not a problem
It won't affect anything, but looking at the log more closely I see for some reason in your case
script.common.plugin.cache is being started twice (and the error is from the second attempt). I'll look into it some more.
Re: Jumpy Plugin (14 September 2013)
Posted: Sat Sep 21, 2013 6:08 am
by infidel
nomi2013 wrote:1) Audio on some channels lags with video ,I am not sure if its UMS or XBMC ?
Not xbmc, since it isn't directly involved in any way during UMS playback. It's probably something to do with the Bravia (which is very finicky) but I don't have any specific experience with it.
nomi2013 wrote:2) Slow browsing when going in folders using jumpy.
Only with jumpy or in general? Always or only when there are many many items? Post logs for a specific folder if you think it's specific to jumpy and I'll see if I can recreate it.
And yes, try the new A5 and A3 versions to see if you get better results.
Re: Jumpy Plugin (14 September 2013)
Posted: Sat Sep 21, 2013 6:11 am
by infidel
Okatawo wrote:Everything works, out of the jumpy all the folders are empty. Folders [XBMC]Youtube And so on.
What should I do now?
Hi Okatawo

, please
post logs.
Re: Jumpy Plugin (14 September 2013)
Posted: Sat Sep 21, 2013 7:21 am
by Okatawo
Ok i upload all debug.log
Re: Jumpy Plugin (14 September 2013)
Posted: Sat Sep 21, 2013 7:57 am
by infidel
Okatawo wrote:Ok i upload all debug.log
Thx, but debugging renderers requires a TRACE log (
see step 3).