akukic1 / bluecop-xbmc-repo

Automatically exported from code.google.com/p/bluecop-xbmc-repo
0 stars 0 forks source link

Resource missing - crypto.cipher.cbc #101

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Plug in error thrown when trying to play any Hulu video.

Apple TV 4.4.4
bluecop 1.0.1
XBMC 2.0.1
Hulu 3.0.1

Tried with lots of different Hulu plugin settings, including Hulu Plus off and 
on, with correct credentials for the Plus account.

start of HULU plugin
14:32:07 T:143212544 NOTICE: HULU--> common.args.mode -- > TV_play
14:32:07 T:143212544 ERROR: Error Type: <type 'exceptions.ImportError'>
14:32:07 T:143212544 ERROR: Error Contents: No module named crypto.cipher.cbc
14:32:07 T:143212544 ERROR: Traceback (most recent call last):
File 
"/var/mobile/Library/Preferences/XBMC/addons/plugin.video.hulu/default.py", 
line 56, in <module>
modes ( )
File 
"/var/mobile/Library/Preferences/XBMC/addons/plugin.video.hulu/default.py", 
line 35, in modes
import resources.lib.stream_hulu as stream_media
File 
"/var/mobile/Library/Preferences/XBMC/addons/plugin.video.hulu/resources/lib/str
eam_hulu.py", line 19, in <module>
from crypto.cipher.cbc import CBC
ImportError: No module named crypto.cipher.cbc
14:32:07 T:106807296 ERROR: Playlist Player: skipping unplayable item: 0, path 
[plugin://plugin.video.hulu/?url="1769737"&mode="TV_play"&videoid="7161"]

Original issue reported on code.google.com by jeffspit...@gmail.com on 7 Jan 2012 at 11:31

GoogleCodeExporter commented 8 years ago
Resolved, so never mind... bad install.

Please close as Not a bug.

Original comment by jeffspit...@gmail.com on 7 Jan 2012 at 11:52

GoogleCodeExporter commented 8 years ago
I am getting this error (new install) on macosx - what was the resolution?  
what about the install was bad?

Original comment by philip.r...@gmail.com on 11 Jan 2012 at 10:43

GoogleCodeExporter commented 8 years ago
philip, i ran into the same issue. It seems like the hulu plugin was not 
installing dependencies (for me, crypto.cipher.cbc and also beautifulsoup 
modules)
i installed espn3 on a guess and hulu stopped giving me the beautifulsoup 
modules loading error and reinstalling hulu may have installed the 
crypto.cipher.cbc module and thus I was able to play hulu (just finished 
watching a whole epi of colbert without issue)

Original comment by m.cannon9802 on 13 Jan 2012 at 2:49

GoogleCodeExporter commented 8 years ago
I had a deeper look and my install just seemed to be missing chunks of stuff. I 
guess the packages never completely downloaded or something, but I don't know 
what caused the failure. I used the Uninstall button, rebooted, and then the 
Install button and everything is now working.

Original comment by jeffspit...@gmail.com on 13 Jan 2012 at 3:18

GoogleCodeExporter commented 8 years ago
i was getting this too.  Key is to disable, uninstall, THEN REBOOT, then 
reinstall.

Original comment by morris....@gmail.com on 8 Dec 2012 at 3:55