Jump to content

PIVOSC XIOS Script error on XBMB3C


Recommended Posts

Posted

Please try this.

 

Go to ~line 1445 in default.py and find this line:

        item_type = str(item.get("Type")).encode('utf-8')

Replace with this:

        item_type = str(item.get("Type")).encode('utf-8')
        if item_type == None:
            item_type = ''

xnappo

boywhosetsfire
Posted

Oops, I was looking into this issue at the same time. Just pushed this update to Github:

    if extraData.get('itemtype') != None:
        list.setProperty('ItemType', extraData.get('itemtype'))

But I guess setting the the type additionally to an empty string also isn't a bad idea.

Posted

Whatever fixes it :D

boywhosetsfire
Posted

I hope it does :)

Posted

bo

 

Oops, I was looking into this issue at the same time. Just pushed this update to Github:

    if extraData.get('itemtype') != None:
        list.setProperty('ItemType', extraData.get('itemtype'))

But I guess setting the the type additionally to an empty string also isn't a bad idea.

You have link for Github so I can update to latest version as too many XBMB3C around on different servers

Posted

Please try this.

 

Go to ~line 1445 in default.py and find this line:

        item_type = str(item.get("Type")).encode('utf-8')

Replace with this:

        item_type = str(item.get("Type")).encode('utf-8')
        if item_type == None:
            item_type = ''

xnappo

tried above change but goes straight into script error

 

http://xbmclogs.com/show.php?id=306306

Posted

Somehow you are not running the updated code.  It is still erroring at line 550, which should no longer be:

 

list.setProperty('ItemType', extraData.get('itemtype'))

 

This is now at line 554.

 

xnappo

Posted

I am having issues with v0.9.553 throwing up script errors when loading xbmc on android gotham and windows helix....could this be related ..or should I start a new thread with logs etc? 

Posted

New thread.

easystreams
Posted

Somehow you are not running the updated code. It is still erroring at line 550, which should no longer be:

 

list.setProperty('ItemType', extraData.get('itemtype'))

 

This is now at line 554.

 

xnappo

easystreams
Posted

Somehow you are not running the updated code. It is still erroring at line 550, which should no longer be:

PLEASE GIVE A LINK TO YOUR NEW CIDE SND THAT WAY ITS GUARANTEED TI BE CORRECT

 

I did however use new code from github but still errors as lusted.

list.setProperty('ItemType', extraData.get('itemtype'))

 

This is now at line 554.

 

xnappo

boywhosetsfire
Posted

Please provide a new logfile, then we can also see the script version you are running

Posted

I don't understand why, but you are not getting the new code.  

21:42:34 T:1400112224  NOTICE: XBMB3C -> running XBMB3C: 0.9.546

But the version in the Git is 0.9.554.

 

Also - please do not turn on the XBMC debug logging - we don't need it.

 

xnappo

easystreams
Posted

I don't understand why, but you are not getting the new code.  

21:42:34 T:1400112224  NOTICE: XBMB3C -> running XBMB3C: 0.9.546

But the version in the Git is 0.9.554.

 

Also - please do not turn on the XBMC debug logging - we don't need it.

 

xnappo

I used new link from github. If you can give me alternative link I will use it

Posted

It is in the repo now, so just switch bacj to it.

 

xnappo

Guest
This topic is now closed to further replies.
×
×
  • Create New...