Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
https://wiki.archlinux.org/title/Bug_reporting_guidelines
Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.
REPEAT: Do NOT report bugs for outdated packages!
FS#36371 - [miro] crashes with IndexError
Attached to Project:
Arch Linux
Opened by Adoa Coturnix (adoa) - Thursday, 01 August 2013, 22:17 GMT
Last edited by Laurent Carlier (lordheavy) - Sunday, 04 August 2013, 07:26 GMT
Opened by Adoa Coturnix (adoa) - Thursday, 01 August 2013, 22:17 GMT
Last edited by Laurent Carlier (lordheavy) - Sunday, 04 August 2013, 07:26 GMT
|
DetailsDescription:
When trying to start miro (version 5.0.4-4), it crashes. Before 5.0.4-4 I did not have that problem. Before this error occurred first, miro crashed while running. Trying to start miro now looks like this: $ miro Traceback (most recent call last): File "/usr/bin/miro.real", line 183, in <module> from miro import startfrontend File "/usr/lib/python2.7/site-packages/miro/startfrontend.py", line 52, in <module> from miro import startup File "/usr/lib/python2.7/site-packages/miro/startup.py", line 53, in <module> from miro import controller File "/usr/lib/python2.7/site-packages/miro/controller.py", line 50, in <module> from miro import conversions File "/usr/lib/python2.7/site-packages/miro/conversions.py", line 1166, in <module> utils.setup_ffmpeg_presets() File "/usr/lib/python2.7/site-packages/miro/plat/utils.py", line 387, in setup_ffmpeg_presets version = lines[0].rsplit(' ', 1)[1].split('.') IndexError: list index out of range |
This task depends upon
Comment by Adoa Coturnix (adoa) -
Friday, 02 August 2013, 12:58 GMT
With todays update of ffmpeg the Error is gone. So most likely it was caused by ffmpeg.