Video gets played twice

Bug #329276 reported by Guillaume Emont
2
Affects Status Importance Assigned to Milestone
Moovida
Fix Released
Medium
Philippe Normand

Bug Description

This bug can always be reproduced with revision 1084 of lp:elisa.

Steps to reproduce:
1/ Go to Video Library->TVShows->[some series]->[some episode]
2/ Chose Play Episode
3/ Play Next in the OSD

Expected result:
 the interface gets out of the player and back to the previous menu since there is nothing to play afterwards
Current result:
 the same video gets played again, from the beginning. Clicking next again makes the playing end.

This is as if the video gets added twice to the current playlist.

Changed in elisa:
importance: Undecided → Medium
milestone: none → 0.5.29
assignee: nobody → philn
status: New → Confirmed
Philippe Normand (philn)
Changed in elisa:
status: Confirmed → In Progress
Revision history for this message
Philippe Normand (philn) wrote :

FWIW I sent a simple merge request, fixing this bug: https://elisa.fluendo.com/quality/review/request/%<email address hidden>%3E

Philippe Normand (philn)
Changed in elisa:
status: In Progress → Fix Committed
Changed in elisa:
status: Fix Committed → Fix Released
Revision history for this message
Sudesh (sudeshc-deactivatedaccount) wrote :
Download full text (10.0 KiB)

Video doesn't play twice anymore , but it does produce this stack trace upon pressing skip next:
(On ubuntu 8.04,installed through tar balls,Elisa 0.5.29)

sudeshc@Elisa-iMac:~$ elisa
Launcher core version: 0.5.29
Current core version: 0.5.29
/usr/lib/python2.5/site-packages/elisa-0.5.29-py2.5.egg/elisa/core/utils/classinit.py:34: UserWarning: ClassInitMeta class is deprecated
  warn("ClassInitMeta class is deprecated")
WARN coherence Feb 25 10:59:05 Coherence UPnP framework version 0.6.2 starting... (coherence/base.py:275)
WARN webserver Feb 25 10:59:05 WebServer on port 50092 ready (coherence/base.py:110)
/usr/lib/python2.5/site-packages/elisa-0.5.29-py2.5.egg/elisa/core/service_manager.py:27: DeprecationWarning: ServiceProvider.start is deprecated.
  warn("ServiceProvider.%s is deprecated." % attr, DeprecationWarning)
Traceback (most recent call last):
Failure: elisa.plugins.lirc.lirc_input.NoMappingsFound: Given InputMap 'streamzap.map' not found

WARN MainThread input_manager Feb 25 10:59:05 Creating elisa.plugins.lirc.lirc_input:LircInput failed. A full traceback can be found at /tmp/elisa_5r2nzB.txt (elisa/core/manager.py:97)
WARN MainThread gst_metadata_slave_process_protocol Feb 25 10:59:06 Starting Slave-2 on unix:/tmp/elisa-metadata-l9Jdfi.socket launching elisa.plugins.gstreamer.amp_slave.run_slave
(Slave-2 stdout) (elisa/plugins/amp/master.py:54)
WARN MainThread gst_metadata_slave_process_protocol Feb 25 10:59:06 /usr/lib/python2.5/site-packages/elisa-0.5.29-py2.5.egg/elisa/core/utils/classinit.py:34: UserWarning: ClassInitMeta class is deprecated
  warn("ClassInitMeta class is deprecated")
(Slave-2 stderr) (elisa/plugins/amp/master.py:57)
Traceback (most recent call last):
Failure: exceptions.RuntimeError: hildon not running

WARN MainThread service_manager Feb 25 10:59:06 Creating elisa.plugins.osso.osso_service:OssoService failed. A full traceback can be found at /tmp/elisa_6L7rVz.txt (elisa/core/manager.py:97)
WARN MainThread gst_metadata_slave_process_protocol Feb 25 10:59:11 Starting Slave-5 on unix:/tmp/elisa-metadata-5r3k06.socket launching elisa.plugins.gstreamer.amp_slave.run_slave
(Slave-5 stdout) (elisa/plugins/amp/master.py:54)
WARN MainThread gst_metadata_slave_process_protocol Feb 25 10:59:11 /usr/lib/python2.5/site-packages/elisa-0.5.29-py2.5.egg/elisa/core/utils/classinit.py:34: UserWarning: ClassInitMeta class is deprecated
  warn("ClassInitMeta class is deprecated")
(Slave-5 stderr) (elisa/plugins/amp/master.py:57)
==> at https://login.yahoo.com/config/login?.src=flickr&.pc=5134&.scrumb=0&.pd=c%3DE0.GahOp2e4MjkX.5l2HgAoLkpmyPvccpVM-&.intl=us&.done=https%3A%2F%2Flogin.yahoo.com%2Fconfig%2Fvalidate%3F.src%3Dflickr%26.pc%3D5134%26.scrumb%3D0%26.pd%3Dc%253DE0.GahOp2e4MjkX.5l2HgAoLkpmyPvccpVM-%26.intl%3Dus%26.done%3Dhttp%253A%252F%252Fwww.flickr.com%252Fsignin%252Fyahoo%252F%253Fredir%253D%25252Fservices%25252Fauth%25252F%25253Fperms%25253Ddelete%252526api_key%25253Def2cc311ac8916c794b436bf482c5de5%252526frob%25253D72157614406453372-69b96f49171d426b-933456%252526api_sig%25253Dbb3ea17b534c5ee195bbff1fccffb99e
N...

Revision history for this message
Philippe Normand (philn) wrote : Re: [Bug 329276] Re: Video gets played twice
Download full text (10.4 KiB)

That's https://bugs.edge.launchpad.net/elisa/+bug/322719

Le mercredi 25 février 2009 à 05:36 +0000, sudesh.chalke a écrit :
> Video doesn't play twice anymore , but it does produce this stack trace upon pressing skip next:
> (On ubuntu 8.04,installed through tar balls,Elisa 0.5.29)
>
> sudeshc@Elisa-iMac:~$ elisa
> Launcher core version: 0.5.29
> Current core version: 0.5.29
> /usr/lib/python2.5/site-packages/elisa-0.5.29-py2.5.egg/elisa/core/utils/classinit.py:34: UserWarning: ClassInitMeta class is deprecated
> warn("ClassInitMeta class is deprecated")
> WARN coherence Feb 25 10:59:05 Coherence UPnP framework version 0.6.2 starting... (coherence/base.py:275)
> WARN webserver Feb 25 10:59:05 WebServer on port 50092 ready (coherence/base.py:110)
> /usr/lib/python2.5/site-packages/elisa-0.5.29-py2.5.egg/elisa/core/service_manager.py:27: DeprecationWarning: ServiceProvider.start is deprecated.
> warn("ServiceProvider.%s is deprecated." % attr, DeprecationWarning)
> Traceback (most recent call last):
> Failure: elisa.plugins.lirc.lirc_input.NoMappingsFound: Given InputMap 'streamzap.map' not found
>
> WARN MainThread input_manager Feb 25 10:59:05 Creating elisa.plugins.lirc.lirc_input:LircInput failed. A full traceback can be found at /tmp/elisa_5r2nzB.txt (elisa/core/manager.py:97)
> WARN MainThread gst_metadata_slave_process_protocol Feb 25 10:59:06 Starting Slave-2 on unix:/tmp/elisa-metadata-l9Jdfi.socket launching elisa.plugins.gstreamer.amp_slave.run_slave
> (Slave-2 stdout) (elisa/plugins/amp/master.py:54)
> WARN MainThread gst_metadata_slave_process_protocol Feb 25 10:59:06 /usr/lib/python2.5/site-packages/elisa-0.5.29-py2.5.egg/elisa/core/utils/classinit.py:34: UserWarning: ClassInitMeta class is deprecated
> warn("ClassInitMeta class is deprecated")
> (Slave-2 stderr) (elisa/plugins/amp/master.py:57)
> Traceback (most recent call last):
> Failure: exceptions.RuntimeError: hildon not running
>
> WARN MainThread service_manager Feb 25 10:59:06 Creating elisa.plugins.osso.osso_service:OssoService failed. A full traceback can be found at /tmp/elisa_6L7rVz.txt (elisa/core/manager.py:97)
> WARN MainThread gst_metadata_slave_process_protocol Feb 25 10:59:11 Starting Slave-5 on unix:/tmp/elisa-metadata-5r3k06.socket launching elisa.plugins.gstreamer.amp_slave.run_slave
> (Slave-5 stdout) (elisa/plugins/amp/master.py:54)
> WARN MainThread gst_metadata_slave_process_protocol Feb 25 10:59:11 /usr/lib/python2.5/site-packages/elisa-0.5.29-py2.5.egg/elisa/core/utils/classinit.py:34: UserWarning: ClassInitMeta class is deprecated
> warn("ClassInitMeta class is deprecated")
> (Slave-5 stderr) (elisa/plugins/amp/master.py:57)
> ==> at https://login.yahoo.com/config/login?.src=flickr&.pc=5134&.scrumb=0&.pd=c%3DE0.GahOp2e4MjkX.5l2HgAoLkpmyPvccpVM-&.intl=us&.done=https%3A%2F%2Flogin.yahoo.com%2Fconfig%2Fvalidate%3F.src%3Dflickr%26.pc%3D5134%26.scrumb%3D0%26.pd%3Dc%253DE0.GahOp2e4MjkX.5l2HgAoLkpmyPvccpVM-%26.intl%3Dus%26.done%3Dhttp%253A%252F%252Fwww.flickr.com%252Fsignin%252Fyahoo%252F%253Fredir%253D%25252Fservices%25252Fauth%25252F%2525...

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.