Skip to content
This repository was archived by the owner on Feb 13, 2018. It is now read-only.
This repository was archived by the owner on Feb 13, 2018. It is now read-only.

Debug output flooded with AttributeError: 'gi._gobject.GProps' object has no attribute 'has_next' #3

@realflash

Description

@realflash
  1. Open rhythymbox in debug mode
  2. Connect to the web interface
  3. This error message is output every second:

vaio.local - - [06/Feb/2013 13:42:42] "GET /playerinfo HTTP/1.1" 500 755
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/bottle.py", line 737, in _handle
return route.call(*_args)
File "/usr/lib/python2.7/dist-packages/bottle.py", line 1454, in wrapper
rv = callback(_a, **ka)
File "/home/igibbs/.local/share/rhythmbox/plugins/rhythmremote/src/Views.py", line 155, in get_player_info
"has_next" : player.has_next(),
File "/home/igibbs/.local/share/rhythmbox/plugins/rhythmremote/src/WebPlayer.py", line 137, in has_next
return self.__player.props.has_next
AttributeError: 'gi._gobject.GProps' object has no attribute 'has_next'

This makes it hard for me to debug my other problem. The web page loads OK, showing correct library data which can be browsed. Playlists are not loaded, neither is the queue.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions