sloflin72 / mythbox

Automatically exported from code.google.com/p/mythbox
GNU General Public License v2.0
0 stars 1 forks source link

Problem with tv guide #65

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

1. When I push in tv guide it says me:
Error:Catchhall. Exception: 'textYOffset' is an invalid keyword argument fo..
Function <function loadGuide at 0xa81c724>

Then it shows me the guide but without information.

Please any help?

I use Kubuntu 9.04
MythBox Beta SVN 1260 and XBMC pre-9.10 r23196 

Original issue reported on code.google.com by mierdat...@gmail.com on 20 Oct 2009 at 10:46

GoogleCodeExporter commented 9 years ago

Original comment by semir.pa...@gmail.com on 21 Oct 2009 at 1:14

GoogleCodeExporter commented 9 years ago
Hi, The problem is not solved with the patch.

It says me in the mythbox.log

  File "/home/david/.xbmc/plugins/video/MythBox/resources/src/util.py", line 249, in
ui_locked
    result = func(*args, **kw)
  File "/home/david/.xbmc/scripts/MythBox/resources/src/tvguide.py", line 638, in _render
    self._renderPrograms()
  File "<string>", line 1, in <lambda>
  File "/home/david/.xbmc/plugins/video/MythBox/resources/src/util.py", line 227, in
timed
    result = func(*args, **kw)
  File "<string>", line 1, in <lambda>
  File "/home/david/.xbmc/plugins/video/MythBox/resources/src/injected.py", line 140,
in inject_db
    result = func(*args, **kwargs)
  File "/home/david/.xbmc/scripts/MythBox/resources/src/tvguide.py", line 762, in
_renderPrograms
    height=chanH)
  File "/home/david/.xbmc/scripts/MythBox/resources/src/tvguide.py", line 304, in
_addGridCell
    alignment=ui.ALIGN_CENTER_Y|ui.ALIGN_TRUNCATED)
TypeError: 'textYOffset' is an invalid keyword argument for this function

Any help?
Many thanks!

Original comment by mierdat...@gmail.com on 21 Oct 2009 at 5:11