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 629038 - Rhythmbox no longer showing UPnP - coherence issue
Rhythmbox no longer showing UPnP - coherence issue
Status: RESOLVED FIXED
Product: rhythmbox
Classification: Other
Component: UPNP/DLNA Music sharing
0.13.x
Other Linux
: Normal normal
: ---
Assigned To: RhythmBox Maintainers
RhythmBox Maintainers
Depends on:
Blocks:
 
 
Reported: 2010-09-08 09:07 UTC by Didier Roche
Modified: 2010-09-08 09:53 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Didier Roche 2010-09-08 09:07:27 UTC
Rhythmbox is no longer showing UPnP on the local net on maverick beta (0.13.1-0ubuntu1)

rhythmbox-plugin-coherence (0.13.1-0ubuntu1) and python-coherence (0.6.6.2-5) are both installed. I can see the coherence plugin in rhythmbox and it's activated.

The UPnP server is working (seeing it on other devices)
Comment 1 Didier Roche 2010-09-08 09:26:28 UTC
when trying to activate the plugin:

WARN  coherence                   sept. 08 11:25:44  Coherence UPnP framework shutdown (coherence/base.py:559)
Traceback (most recent call last):
  • File "/usr/lib/rhythmbox/plugins/upnp_coherence/__init__.py", line 185 in deactivate
    except louie.error.DispatcherKeyError:
AttributeError: 'module' object has no attribute 'error'
Traceback (most recent call last):
  File "/usr/lib/rhythmbox/plugins/upnp_coherence/__init__.py", line 76, in activate
    if self.entry_type is None:
AttributeError: 'CoherencePlugin' object has no attribute 'entry_type'
Comment 2 Jonathan Matthew 2010-09-08 09:38:21 UTC
Oops, I guess I broke this as part of the entry type changes.. should be fixed by commit d7c99f8.
Comment 3 Didier Roche 2010-09-08 09:53:21 UTC
Thanks a lot Jonathan. I'll backport the fix to ubuntu :)