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 636061 - Traceback trying to move clips
Traceback trying to move clips
Status: RESOLVED INCOMPLETE
Product: pitivi
Classification: Other
Component: Timeline
Git
Other Linux
: Normal normal
: Git
Assigned To: Pitivi maintainers
Pitivi maintainers
Depends on:
Blocks:
 
 
Reported: 2010-11-29 13:27 UTC by Brandon Lewis
Modified: 2011-08-25 04:42 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Brandon Lewis 2010-11-29 13:27:57 UTC
Was playing around with clips and effects. I did several operations: link, unlink, group, ungroup. I tried to undo an action. Added some keyframe points.

A couple of strange things happened.
1) at some point I could no longer manipulate the alpha channel of the top-most source
2) there were five copies of the clip in the timeline, but I'm pretty sure I only had added two.

When I quit the program, the following tracebacks filled my console. I am not sure at which point they began to appear.

Traceback (most recent call last):
  • File "pitivi/ui/controller.py", line 131 in motion_notify_event
    event)))
  • File "pitivi/ui/trackobject.py", line 128 in set_pos
    self._context.editTo(position, priority)
  • File "pitivi/timeline/timeline.py", line 1052 in editTo
    position, priority = self._defaultTo(position, priority)
  • File "pitivi/timeline/timeline.py", line 1271 in _defaultTo
    self.focus.setStart(position, snap = self._snap)
  • File "pitivi/timeline/track.py", line 445 in setStart
    self.timeline_object.setStart(position, snap)
  • File "pitivi/timeline/timeline.py", line 144 in setStart
    position = self.timeline.snapToEdge(position, position + self.duration)
AttributeError: 'NoneType' object has no attribute 'snapToEdge'

Not sure exactly how to reproduce this yet.
Comment 1 Jean-François Fortin Tam 2011-05-26 02:13:17 UTC
Brandon, can you reproduce this? I never encountered that one
Comment 2 Fabio Durán Verdugo 2011-07-12 04:02:08 UTC
any news for this report?
Comment 3 Akhil Laddha 2011-08-25 04:42:21 UTC
Closing this bug report as no further information has been provided. Please feel free to reopen this bug if you can provide the information asked for.
Thanks!