Page 1 of 1

Icefilms script failed

Posted: Wed Aug 07, 2013 11:22 pm
by trustiesthuan
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?

Re: Icefilms script failed

Posted: Thu Aug 08, 2013 8:37 am
by skatulskijean
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!


Code: Select all

#Common Cache

import storageserverdummy as StorageServer
cache = StorageServer.StorageServer(addon_id)
Regards Jan

Re: Icefilms script failed

Posted: Thu Aug 08, 2013 2:29 pm
by BuZz
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? :)

Re: Icefilms script failed

Posted: Thu Aug 08, 2013 2:43 pm
by skatulskijean
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? :)
Yes planning to fix this on the repo tomorrow!

Regards Jan

Re: Icefilms script failed

Posted: Thu Aug 08, 2013 2:46 pm
by BuZz
cool. thanks :)

Re: Icefilms script failed

Posted: Thu Aug 08, 2013 4:41 pm
by trustiesthuan
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?

Re: Icefilms script failed

Posted: Thu Aug 08, 2013 5:15 pm
by skatulskijean
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?
yes like edtor+ on windows or gedit on linux!

Regards Jan