dbus_service uri bug
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Moovida |
Fix Released
|
Medium
|
Alessandro Decina |
Bug Description
Here is the traceback!
<type 'exceptions.
Python 2.5.2: /usr/bin/python
Thu Sep 4 12:07:04 2008
A problem occurred in a Python script. Here is the sequence of
function calls leading up to the error, in the order they occurred.
/home/
396 return defer.succeed(None)
397
398 current_track_path = player.
399 if self._last_
400 current_track_path != self._last_
current_track_path undefined
player = <Player object at 0x9a81644 (elisa+
player.playlist = [<elisa.
player.
].uri undefined
<type 'exceptions.
__class__ = <type 'exceptions.
__delattr__ = <method-wrapper '__delattr__' of exceptions.
__dict__ = {}
__doc__ = 'Attribute not found.'
__getattrib
__getitem__ = <method-wrapper '__getitem__' of exceptions.
__getslice__ = <method-wrapper '__getslice__' of exceptions.
__hash__ = <method-wrapper '__hash__' of exceptions.
__init__ = <method-wrapper '__init__' of exceptions.
__new__ = <built-in method __new__ of type object at 0x81425c0>
__reduce__ = <built-in method __reduce__ of exceptions.
__reduce_ex__ = <built-in method __reduce_ex__ of exceptions.
__repr__ = <method-wrapper '__repr__' of exceptions.
__setattr__ = <method-wrapper '__setattr__' of exceptions.
__setstate__ = <built-in method __setstate__ of exceptions.
__str__ = <method-wrapper '__str__' of exceptions.
args = ("'MusicTrack' object has no attribute 'uri'",)
message = "'MusicTrack' object has no attribute 'uri'"
The above is a description of an error in a Python program. Here is
the original traceback:
Traceback (most recent call last):
File "/home/
current_
AttributeError: 'MusicTrack' object has no attribute 'uri'
Changed in elisa: | |
assignee: | nobody → alessandro.decina |
Changed in elisa: | |
milestone: | none → 0.5.x |
Changed in elisa: | |
status: | New → In Progress |
Changed in elisa: | |
milestone: | 0.5.x → 0.5.9 |
Changed in elisa: | |
milestone: | 0.5.9 → 0.5.10 |
Changed in elisa: | |
importance: | Undecided → Medium |
status: | In Progress → Fix Committed |
Changed in elisa: | |
status: | Fix Committed → Fix Released |