Jumpy Plugin (26 October 2016)
Forum rules
Please make sure you follow the Problem Reporting Guidelines before posting if you want a reply
Please make sure you follow the Problem Reporting Guidelines before posting if you want a reply
Re: Jumpy Plugin (19 Nov 2012)
Jumpy can't locate your xbmc program folder because the Windows system variables %ProgramFiles% and/or %ProgramFiles(x86)% don't seem to be set, so the questions are what version of Windows are you running and what's the path to your xbmc program folder? It would be very helpful if you attach (in one zip file):slipwind wrote:but nothing with regards to xbmc shows up even though I have it properly installed. I found the following error message...
- full debug logs
- your jumpy install log which is at plugins\jumpy\win32-setup\setup.log
- the output from running the following command (if you're familiar with using the cmd console)
Code: Select all
set
(os.getenv('PROGRAMFILES') if platform.release() == 'XP' \
Re: Jumpy Plugin (19 Nov 2012)
Thank you for your help infidel. Here is the information you requested in the form of a zip.
Additional info: I am running Windows 7 currently, and the path to my XBMC is C:\Program Files\XBMC
Additional info: I am running Windows 7 currently, and the path to my XBMC is C:\Program Files\XBMC
- Attachments
-
- pms_dbg_slipwind.zip
- (127.28 KiB) Downloaded 1054 times
Re: Jumpy Plugin (19 Nov 2012)
Thanks for the very thorough submissionslipwind wrote:Here is the information you requested

Code: Select all
xbmc.main.path = C:\\Program Files\\XBMC
xbmc.path = C:\\Users\\<your user name here>\\AppData\\Roaming\\XBMC
[attachment removed] - superceded by jumpy-0.2.5
Last edited by infidel on Fri Jan 18, 2013 3:08 am, edited 1 time in total.
Re: Jumpy Plugin (19 Nov 2012)
Perfect. That solved everything. Thank you for the help!
Re: Jumpy Plugin (19 Nov 2012)
Hello,
I'm using latest build of UMS, Jumpy, XBMC, etc. Running Windows 7 x64 and getting this error for both Vimeo and Youtube plugins.
Any idea on how to fix this? Help would be much appreciated. 
Thanks,
kurou
I'm using latest build of UMS, Jumpy, XBMC, etc. Running Windows 7 x64 and getting this error for both Vimeo and Youtube plugins.
Code: Select all
YouTube-4.4.1
CommonFunctions-2.5.1
Traceback (most recent call last):
File "C:\Users\kuroukage\AppData\Roaming\XBMC\addons\plugin.video.youtube\default.py", line 106, in <module>
params = common.getParameters(sys.argv[2])
File "C:\Users\kuroukage\AppData\Roaming\XBMC\addons\script.module.parsedom\lib\CommonFunctions.py", line 111, in getParameters
if getXBMCVersion() >= 12.0:
File "C:\Users\kuroukage\AppData\Roaming\XBMC\addons\script.module.parsedom\lib\CommonFunctions.py", line 103, in getXBMCVersion
version = float(version)
ValueError: could not convert string to float:
Code: Select all
Vimeo-3.5.1
CommonFunctions-2.5.1
Traceback (most recent call last):
File "C:\Users\kuroukage\AppData\Roaming\XBMC\addons\plugin.video.vimeo\default.py", line 96, in <module>
params = common.getParameters(sys.argv[2])
File "C:\Users\kuroukage\AppData\Roaming\XBMC\addons\script.module.parsedom\lib\CommonFunctions.py", line 111, in getParameters
if getXBMCVersion() >= 12.0:
File "C:\Users\kuroukage\AppData\Roaming\XBMC\addons\script.module.parsedom\lib\CommonFunctions.py", line 103, in getXBMCVersion
version = float(version)
ValueError: could not convert string to float:

Thanks,
kurou
天 黒影 天
_______________________________________________|_._._._._._._._._._
\______________________________________________|_#_#_#_#_#_#_|
------------------------------------------------------------------|---------------------
_______________________________________________|_._._._._._._._._._
\______________________________________________|_#_#_#_#_#_#_|
------------------------------------------------------------------|---------------------
Re: Jumpy Plugin (19 Nov 2012)
Congratulations on hitting two bugs with one stone here, in jumpy and in the addon tookuroukage wrote:Any idea on how to fix this?

[attachment removed] - superceded by jumpy-0.2.5
All other fixes since the last release are included, I should be releasing a new version fairly soon.
Last edited by infidel on Fri Jan 18, 2013 3:09 am, edited 1 time in total.
Re: Jumpy Plugin (19 Nov 2012)
one of the urlresolver plugins (vidxden.py) got updated and messed up jumpy.
I had to comment out that whole class so that one of my plugins would load. It runs fine on xbmc. Maybe jumpy's xbmcgui is not updated?
Also wondering if anyone knows why a lot (all?) of my rtmp streams keeps getting this error.
"D:\Universal Media Server\win32\mencoder.exe has a return code of 1!"
Edit: Switching back to version 2.2.0 fixed it for me.
Code: Select all
class InputWindow(xbmcgui.WindowDialog):# Cheers to Bastardsmkr code already done in Putlocker PRO resolver.
AttributeError: 'module' object has no attribute 'WindowDialog'
Also wondering if anyone knows why a lot (all?) of my rtmp streams keeps getting this error.
"D:\Universal Media Server\win32\mencoder.exe has a return code of 1!"
Edit: Switching back to version 2.2.0 fixed it for me.
Re: Jumpy Plugin (19 Nov 2012)
Here's an updated xbmcgui.py that gets me past your error, but all the working vidxden links I tried failed due to captcha. Try it and report back (with complete logs if you still get errors so I'll have some links to work from).Penda wrote:one of the urlresolver plugins (vidxden.py) got updated and messed up jumpy.... Maybe jumpy's xbmcgui is not updated?
[attachment removed] - superceded by jumpy-0.2.5
Last edited by infidel on Fri Jan 18, 2013 3:10 am, edited 1 time in total.
Re: Jumpy Plugin (19 Nov 2012)
Hey, thanks for the quick fix/reply. I'm finding I'm running into another problem as well (due to being logged into Youtube):
If I use the fix without my account it will work, but when I use a l/p this will happen with both Youtube and Vimeo. Looking forward to a new release of Jumpy. 
Thanks,
kurou
Code: Select all
YouTube-4.4.1
CommonFunctions-2.5.1
Traceback (most recent call last):
File "C:\Users\kuroukage\AppData\Roaming\XBMC\addons\plugin.video.youtube\default.py", line 109, in <module>
navigation.executeAction(params)
File "C:\Users\kuroukage\AppData\Roaming\XBMC\addons\plugin.video.youtube\YouTubeNavigation.py", line 144, in executeAction
self.player.playVideo(params)
File "C:\Users\kuroukage\AppData\Roaming\XBMC\addons\plugin.video.youtube\YouTubePlayer.py", line 81, in playVideo
(video, status) = self.buildVideoObject(params)
File "C:\Users\kuroukage\AppData\Roaming\XBMC\addons\plugin.video.youtube\YouTubePlayer.py", line 284, in buildVideoObject
(links, video) = self.extractVideoLinksFromYoutube(video, params)
File "C:\Users\kuroukage\AppData\Roaming\XBMC\addons\plugin.video.youtube\YouTubePlayer.py", line 377, in extractVideoLinksFromYoutube
result = self.getVideoPageFromYoutube(get)
File "C:\Users\kuroukage\AppData\Roaming\XBMC\addons\plugin.video.youtube\YouTubePlayer.py", line 361, in getVideoPageFromYoutube
page = self.core._fetchPage({u"link": self.urls[u"video_stream"] % get(u"videoid"), "login": login})
File "C:\Users\kuroukage\AppData\Roaming\XBMC\addons\plugin.video.youtube\YouTubeCore.py", line 451, in _fetchPage
tcookies = eval(self.settings.getSetting("login_cookies"))
File "<string>", line 1

Thanks,
kurou
天 黒影 天
_______________________________________________|_._._._._._._._._._
\______________________________________________|_#_#_#_#_#_#_|
------------------------------------------------------------------|---------------------
_______________________________________________|_._._._._._._._._._
\______________________________________________|_#_#_#_#_#_#_|
------------------------------------------------------------------|---------------------
Re: Jumpy Plugin (19 Nov 2012)
kurou, would you please attach a zip with your complete jumpy.log? The problem with posting snippets is that there's not necessarily enough context to reproduce the error.kuroukage wrote:If I use the fix without my account it will work, but when I use a l/p this will happen with both Youtube and Vimeo.
Note that the updated version above attempts to hide any setting that looks like a login/pw as '####' in jumpy.log, but double check by searching for your actual l/p and overwrite if necessary.