Demand 5 UK plugin error following eden 11 update

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
Steverae Offline
Member
Posts: 61
Joined: Feb 2012
Reputation: 0
Post: #1
Hi

I use the Demand 5 plugin from http://nibor-xbmc-repo.googlecode.com/fi....nibor.zip (nibor's repo) to watch various austrailian soaps via xbmc, hic Smile

But since xbmc updated to 11.00 final, this plugin has stopped working and gives a script error.


Anyone know if this can be resolved quickly and easily ?
find quote
Saudistu Offline
Junior Member
Posts: 6
Joined: Mar 2012
Reputation: 0
Post: #2
Same problem as you. Also 4od and BBC iPlayer are giving script error since the update.
find quote
Steverae Offline
Member
Posts: 61
Joined: Feb 2012
Reputation: 0
Post: #3
Damn, was hoping it was just me Sad

I'm having to resort to using Demand 5 via the web which forces you to watch ad's Sad

I hope they get this fixed soon, may have to remove and re-install the rc-2 build of xbmc..

I've pm'ed Nibor, hopefully he'll respond soon
find quote
Saudistu Offline
Junior Member
Posts: 6
Joined: Mar 2012
Reputation: 0
Post: #4
At least ITV Player is still OK though !
find quote
tricky2lu Offline
Junior Member
Posts: 36
Joined: Sep 2011
Reputation: 0
Post: #5
I have same problem too running Windows 7

Both Demand 5 & 4 oD give Script Error after update to EDEN final

For me ITV & iplayer work fine
find quote
alnicol Offline
Junior Member
Posts: 6
Joined: Mar 2012
Reputation: 0
Post: #6
(2012-03-26 11:10)tricky2lu Wrote:  Both Demand 5 & 4 oD give Script Error after update to EDEN final

I fixed the issue by modifying the 'default.py' file for both the plugins.
I changed this line:
Code:
geturllib.SetCacheDir( xbmc.translatePath(os.path.join( "T:"+os.sep,"addon_data", gPluginName,'cache' )) )
to
Code:
geturllib.SetCacheDir( xbmc.translatePath(os.path.join("special://home","addon_data", gPluginName,'cache' )) )

It seems to work for me though I'm new to xbmc so don't really know what I'm doing Smile
(This post was last modified: 2012-03-26 12:20 by alnicol.)
find quote
Saudistu Offline
Junior Member
Posts: 6
Joined: Mar 2012
Reputation: 0
Post: #7
Actually, BBC iPlayer is working OK. I don't know why I thought it wasn't ! I am going to try the potential fixes above and see what gives.
find quote
tricky2lu Offline
Junior Member
Posts: 36
Joined: Sep 2011
Reputation: 0
Post: #8
(2012-03-26 12:20)alnicol Wrote:  
(2012-03-26 11:10)tricky2lu Wrote:  Both Demand 5 & 4 oD give Script Error after update to EDEN final

I fixed the issue by modifying the 'default.py' file for both the plugins.
I changed this line:
Code:
geturllib.SetCacheDir( xbmc.translatePath(os.path.join( "T:"+os.sep,"addon_data", gPluginName,'cache' )) )
to
Code:
geturllib.SetCacheDir( xbmc.translatePath(os.path.join("special://home","addon_data", gPluginName,'cache' )) )

It seems to work for me though I'm new to xbmc so don't really know what I'm doing Smile

Brilliant Stuff ....well done this Works !!

Thanks so much
find quote
stammie Offline
Senior Member
Posts: 111
Joined: Oct 2011
Reputation: 4
Post: #9
(2012-03-26 12:20)alnicol Wrote:  
(2012-03-26 11:10)tricky2lu Wrote:  Both Demand 5 & 4 oD give Script Error after update to EDEN final

I fixed the issue by modifying the 'default.py' file for both the plugins.
I changed this line:
Code:
geturllib.SetCacheDir( xbmc.translatePath(os.path.join( "T:"+os.sep,"addon_data", gPluginName,'cache' )) )
to
Code:
geturllib.SetCacheDir( xbmc.translatePath(os.path.join("special://home","addon_data", gPluginName,'cache' )) )

It seems to work for me though I'm new to xbmc so don't really know what I'm doing Smile

Thanks, this worked for me for Denand 5 but I'm still getting a script error on 4od
find quote
mikey1234 Offline
Fan
Posts: 456
Joined: Nov 2011
Reputation: 18
Post: #10
stammie i fixed 4od for you lol

ignore that its was itv wasnt it
(This post was last modified: 2012-03-26 17:17 by mikey1234.)
find quote
Post Reply