After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 586184 - formatter cant find all streams on project load
formatter cant find all streams on project load
Status: RESOLVED FIXED
Product: pitivi
Classification: Other
Component: General
Git
Other Linux
: Normal blocker
: 0.13.2
Assigned To: Pitivi maintainers
Pitivi maintainers
Depends on:
Blocks:
 
 
Reported: 2009-06-18 01:01 UTC by Jean-François Fortin Tam
Modified: 2009-07-24 15:38 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
debug log when trying to load the "Texture" project (195.74 KB, text/x-log)
2009-06-18 01:04 UTC, Jean-François Fortin Tam
Details
project file (79.51 KB, text/x-xptv)
2009-06-18 21:30 UTC, Jean-François Fortin Tam
Details

Description Jean-François Fortin Tam 2009-06-18 01:01:02 UTC
Traceback (most recent call last):
  • File "pitivi/discoverer.py", line 355 in _busMessageEosCb
    self._finishAnalysis()
  • File "pitivi/discoverer.py", line 228 in _finishAnalysis
    self.emit('discovery-done', self.current_uri, factory)
  • File "pitivi/signalinterface.py", line 145 in emit
    *args, **kwargs)
  • File "pitivi/signalinterface.py", line 119 in emit
    res = cb(*ar, **kw)
  • File "pitivi/formatters/etree.py", line 638 in _discovererDiscoveryDoneCb
    self._replaceMatchingOldFactory(factory, old_factories)
  • File "pitivi/formatters/etree.py", line 630 in _replaceMatchingOldFactory
    self._replaceOldFactoryStreams(factory, old_factory)
  • File "pitivi/formatters/etree.py", line 598 in _replaceOldFactoryStreams
    old_factory)
  • File "pitivi/formatters/etree.py", line 588 in _matchFactoryStreams
    raise FormatterError("cant find all streams")
pitivi.formatters.base.FormatterError: cant find all streams


Debug log coming.
Comment 1 Jean-François Fortin Tam 2009-06-18 01:04:04 UTC
Created attachment 136882 [details]
debug log when trying to load the "Texture" project
Comment 2 Alessandro Decina 2009-06-18 09:53:11 UTC
Can you attach the project file?
Comment 3 Jean-François Fortin Tam 2009-06-18 21:30:40 UTC
Created attachment 136955 [details]
project file
Comment 4 Alessandro Decina 2009-06-26 13:11:54 UTC
please generate a new debug file since I added some debugging
Comment 5 Jean-François Fortin Tam 2009-06-26 21:51:01 UTC
Well, it loads now (although it takes a long time scanning all the media files). So I can't provide a debug log, it actually seems to work o_O