After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 636354 - Can't configure grabber
Can't configure grabber
Status: RESOLVED FIXED
Product: OnTV
Classification: Other
Component: general
CVS HEAD
Other Linux
: Normal critical
: 3.3.x
Assigned To: OnTV Maintainer(s)
OnTV Maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2010-12-03 09:39 UTC by Elad Alfassa
Modified: 2011-02-02 22:08 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Elad Alfassa 2010-12-03 09:39:57 UTC
When i try to configure the grabber, i see blinking terminal-like "cursor", instead of questions. 
 
in the terminal, i see this error:

Traceback (most recent call last):
  • File "/usr/lib/python2.7/site-packages/ontv/assistant.py", line 352 in do_prepare
    reaper = vte.reaper_get()
AttributeError: 'module' object has no attribute 'reaper_get'

Comment 1 Olof Kindgren 2010-12-03 16:17:36 UTC
Hi,

Would like som more info so I can debug this.
Which grabber are you using?
Which version of OnTV are you using? Released version or GIT snapshot (if it's a git version, please specify which commit you checked out)
Do you have python VTE bindings installed?

Thanks for the report
Comment 2 Elad Alfassa 2010-12-03 16:33:11 UTC
the grabber is tv_grab_il, OnTV from the latest git (cloned today), and yes, i have the python VTE bindings installed.

[elad@E-Desktop ~]$ python
Python 2.7 (r27:82500, Sep 16 2010, 18:02:00) 
[GCC 4.5.1 20100907 (Red Hat 4.5.1-3)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> import vte
>>> vte
<module 'vte' from '/usr/lib64/python2.7/site-packages/gtk-2.0/vtemodule.so'>
Comment 3 Jeremy Guitton 2011-01-28 20:12:32 UTC
I think you should look at Bug #320127
Debian has removed the patch that provided the API
You can look also here on Gentoo bugzilla : https://bugs.gentoo.org/show_bug.cgi?id=255043

++'ll
Comment 4 Olof Kindgren 2011-01-31 20:16:00 UTC
I just tried installing OnTV on a Gentoo machine, and found that I have the same problem there. At least this spares me the trouble of installing a Debian VM. I will look into a workaround
Comment 5 Emilio Pozuelo Monfort 2011-02-02 13:15:26 UTC
Vte.Reaper is not an upstream API, so ontv should not use it.

A workaround would be much appreciated.
Comment 6 Olof Kindgren 2011-02-02 22:08:21 UTC
This problem has been fixed in the development version. The fix will be available in the next major software release. Thank you for your bug report.