I can't seem to get Icefilms working on my xbox running xbmc. Here is the log.
http://pastebin.com/dmhrbGmP
It appears to be installing just fine, but I get script failure messages every time I try to run it. I've made sure metadata is not enabled. I've also tried using it on older versions of xbmc.
Can anyone help me?
Icefilms script failed
-
- Posts: 3
- Joined: Wed Aug 07, 2013 11:19 pm
- Been thanked: 1 time
-
- Posts: 1028
- Joined: Wed Jul 04, 2012 8:01 am
- Has thanked: 1 time
- Been thanked: 148 times
Re: Icefilms script failed
Yes i can Help !
As i initial adapted Icefilms for xbmc4xbox i added a spezial storageserverdummy for icefilms with simpler filecache!
That scriptmodule.commonplugincache what give the Storageserver works not on xbmc4xbox with python 2.4!
Simple delet the import from StorageServer on the default.py and it its working!
Change Line 61-64 to this on the default.py and it its working!
Regards Jan
As i initial adapted Icefilms for xbmc4xbox i added a spezial storageserverdummy for icefilms with simpler filecache!
That scriptmodule.commonplugincache what give the Storageserver works not on xbmc4xbox with python 2.4!
Simple delet the import from StorageServer on the default.py and it its working!
Change Line 61-64 to this on the default.py and it its working!
Code: Select all
#Common Cache
import storageserverdummy as StorageServer
cache = StorageServer.StorageServer(addon_id)
- BuZz
- Site Admin
- Posts: 1891
- Joined: Wed Jul 04, 2012 12:50 am
- Location: UK
- Has thanked: 66 times
- Been thanked: 423 times
- Contact:
Re: Icefilms script failed
are you planning to fix this on the repo Jan. Not seen any changes from you there for a while, and I see now this manual change and another post with manual download of a newer version. Makes sense to put this up on the repo if the repo version is broken no? 

-
- Posts: 1028
- Joined: Wed Jul 04, 2012 8:01 am
- Has thanked: 1 time
- Been thanked: 148 times
Re: Icefilms script failed
Yes planning to fix this on the repo tomorrow!BuZz wrote:are you planning to fix this on the repo Jan. Not seen any changes from you there for a while, and I see now this manual change and another post with manual download of a newer version. Makes sense to put this up on the repo if the repo version is broken no?
Regards Jan
-
- Posts: 3
- Joined: Wed Aug 07, 2013 11:19 pm
- Been thanked: 1 time
Re: Icefilms script failed
Thanks for the responses!
I might just wait for your update on the repo. Do you just open default.py in a text editor to change it?
I might just wait for your update on the repo. Do you just open default.py in a text editor to change it?
-
- Posts: 1028
- Joined: Wed Jul 04, 2012 8:01 am
- Has thanked: 1 time
- Been thanked: 148 times
Re: Icefilms script failed
yes like edtor+ on windows or gedit on linux!trustiesthuan wrote:Thanks for the responses!
I might just wait for your update on the repo. Do you just open default.py in a text editor to change it?
Regards Jan