Icefilms script failed

Requests, suggestions, support, and everything else python / plugin related.
Post Reply
trustiesthuan
Posts: 3
Joined: Wed Aug 07, 2013 11:19 pm
Been thanked: 1 time

Icefilms script failed

Post 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?
skatulskijean
Posts: 1028
Joined: Wed Jul 04, 2012 8:01 am
Has thanked: 1 time
Been thanked: 148 times

Re: Icefilms script failed

Post 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
User avatar
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

Post 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? :)
skatulskijean
Posts: 1028
Joined: Wed Jul 04, 2012 8:01 am
Has thanked: 1 time
Been thanked: 148 times

Re: Icefilms script failed

Post 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
User avatar
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

Post by BuZz »

cool. thanks :)
trustiesthuan
Posts: 3
Joined: Wed Aug 07, 2013 11:19 pm
Been thanked: 1 time

Re: Icefilms script failed

Post 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?
skatulskijean
Posts: 1028
Joined: Wed Jul 04, 2012 8:01 am
Has thanked: 1 time
Been thanked: 148 times

Re: Icefilms script failed

Post 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
Post Reply