[RELEASE] SportsDevil - Watch Live Sports and Highlights

  Thread Rating:
  • 22 Votes - 4.36 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
jlt822 Offline
Junior Member
Posts: 5
Joined: Apr 2011
Reputation: 0
Post: #21
@Max I pasted the full log here: http://pastebin.com/Q4LPiNes

I think I did this right, but if not let me know. Just want to help get this going on ATV2!
find quote
MaxMustermann Online
Fan
Posts: 433
Joined: Sep 2009
Reputation: 29
Post: #22
jlt822 Wrote:@Max I pasted the full log here: http://pastebin.com/Q4LPiNes

I think I did this right, but if not let me know. Just want to help get this going on ATV2!

OK, thanks for the log. Can you open videodevil.py and replace

rootDir = os.getcwd()
by
rootDir = __settings__.getAddonInfo('path')

then save, delete videodevil.pyo and try again?
find quote
Icarus3000 Offline
Senior Member
Posts: 147
Joined: Nov 2009
Reputation: 0
Post: #23
MaxMustermann Wrote:Could you please try to:
  1. Close XBMC
  2. Delete 'videodevil.pyo'
  3. Insert this line at line 1 of videodevil.py: # -*- coding: latin-1 -*-
  4. Save 'videodevil.py'
  5. Start XBMC and try again

?

That did the trick, thanks!
find quote
MaxMustermann Online
Fan
Posts: 433
Joined: Sep 2009
Reputation: 29
Post: #24
Icarus3000 Wrote:That did the trick, thanks!
Yeah, I'm happy this addon does finally work for you. This fix will be in the next version.
(This post was last modified: 2011-04-25 23:13 by MaxMustermann.)
find quote
Jammer Offline
Junior Member
Posts: 28
Joined: Apr 2010
Reputation: 0
Post: #25
MaxMustermann Wrote:Unfortunately, I have no ATV to test. What does your log look like? Is it rather because of the filepaths or because of the encoding?
Did VideoDevil work for you? I took the whole VideoDevil 1.6.2 and just changed three small things in videodevil.py.

@addon-devs:
Does anyone have a clue what could be the reason for this?



I will try VideoDevil when i get home later and let you know. The plugin wont start on my windows setup either. Keep getting "Script Failed"

I dunno if it's because I'm using the latest SVN.
find quote
MaxMustermann Online
Fan
Posts: 433
Joined: Sep 2009
Reputation: 29
Post: #26
Jammer Wrote:I will try VideoDevil when i get home later and let you know. The plugin wont start on my windows setup either. Keep getting "Script Failed"

I dunno if it's because I'm using the latest SVN.

The latest SVN of what? VideoDevil? You can't use my config files with the original VideoDevil anymore.
I saw two errors in posted debug logs so far. At least the encoding bug is fixed by me (see previous post of Icarus3000).

EDIT: Sorry, I just noticed that I had still "VideoDevil Addon" in the list of needed software. Of course it is not needed anymore. Updated first post.
(This post was last modified: 2011-04-25 23:33 by MaxMustermann.)
find quote
jlt822 Offline
Junior Member
Posts: 5
Joined: Apr 2011
Reputation: 0
Post: #27
MaxMustermann Wrote:OK, thanks for the log. Can you open videodevil.py and replace

rootDir = os.getcwd()
by
rootDir = __settings__.getAddonInfo('path')

then save, delete videodevil.pyo and try again?

@Max, I opened videodevil.py, replaced that line and saved. I didn't see a videodevil.pyo to delete though.

Here is the log: http://pastebin.com/L61nF6JR
find quote
MaxMustermann Online
Fan
Posts: 433
Joined: Sep 2009
Reputation: 29
Post: #28
jlt822 Wrote:@Max, I opened videodevil.py, replaced that line and saved. I didn't see a videodevil.pyo to delete though.

Here is the log: http://pastebin.com/L61nF6JR

Maybe the file is hidden, but you need to find and delete it. Your new log is still showing the os.getcwd() bug, so XBMC hasn't used your modified videodevil.py but the cached videodevil.pyo.
find quote
jlt822 Offline
Junior Member
Posts: 5
Joined: Apr 2011
Reputation: 0
Post: #29
MaxMustermann Wrote:Maybe the file is hidden, but you need to find and delete it. Your new log is still showing the os.getcwd() bug, so XBMC hasn't used your modified videodevil.py but the cached videodevil.pyo.

I honestly can't find that file. I have hidden files on in Cyberduck, but no videodevil.pyo. Maybe someone else with and ATV2 can help me if they find it. I'm quite the noob, so it's not surprising. I looked in the videodevil folder and that has a videodevil.py and a videodevil.pyc file, but the sportsdevil folder only has the one videodevil.py file. I dunno.

Thanks for your quick replies btw.
find quote
MaxMustermann Online
Fan
Posts: 433
Joined: Sep 2009
Reputation: 29
Post: #30
jlt822 Wrote:I honestly can't find that file. I have hidden files on in Cyberduck, but no videodevil.pyo. Maybe someone else with and ATV2 can help me if they find it. I'm quite the noob, so it's not surprising. I looked in the videodevil folder and that has a videodevil.py and a videodevil.pyc file, but the sportsdevil folder only has the one videodevil.py file. I dunno.

Thanks for your quick replies btw.

Hm, strange. XBMC creates a cache file on the first access to the addon. So it has to be somewhere. But maybe this is really something ATV specific.
When you have found and deleted the file, please also mind my fix of the encoding error:

Insert
# -*- coding: latin-1 -*-
at line 1 of videodevil.py
find quote
Post Reply