Flickr: exception raised in slideshow
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Moovida |
Fix Released
|
Medium
|
Olivier Tilloy |
Bug Description
Steps to reproduce it:
1. Start Elisa
2. Go to Pictures -> Internet -> Flickr -> Any subsection
3. Start a slideshow
4. Randomly click around and move the progress bar.
Actual results:
I get an exception. Here it is the traceback:
<type 'exceptions.
Python 2.5.2: C:\OABuild\
Mon Jul 28 12:40:35 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.
C:\src\
145
146 def on_selected_
147 index = self.background
148 self._set_
149
index undefined
self = <Slideshow object at 0x49e9e90 (elisa+
self.background = <ListFading object at 0x49e9ee0 (elisa+
self.background
self.background
item = None
<type 'exceptions.
__class__ = <type 'exceptions.
__delattr__ = <method-wrapper '__delattr__' of exceptions.
__dict__ = {}
__doc__ = 'Inappropriate argument value (of correct type).'
__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 0x10232E10>
__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 = ('list.index(x): x not in list',)
message = 'list.index(x): x not in list'
The above is a description of an error in a Python program. Here is
the original traceback:
Traceback (most recent call last):
File "C:\src\
index = self.background
ValueError: list.index(x): x not in list
Expected results:
No exception
Changed in elisa: | |
assignee: | nobody → osomon |
milestone: | none → 0.5.4 |
description: | updated |
Changed in elisa: | |
status: | Fix Committed → Fix Released |
Fixed by the refactoring of the list controllers in poblesec.