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 594311 - Clicking the timeline leads to a TypeError
Clicking the timeline leads to a TypeError
Status: RESOLVED FIXED
Product: pitivi
Classification: Other
Component: User interface
Git
Other Linux
: Normal normal
: 0.13.3
Assigned To: Pitivi maintainers
Pitivi maintainers
Depends on:
Blocks:
 
 
Reported: 2009-09-06 14:43 UTC by Simon Wenner
Modified: 2009-09-07 09:53 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Simon Wenner 2009-09-06 14:43:46 UTC
1. start pitivi
2. left or right click the timeline widget

$ bin/pitivi 
Traceback (most recent call last):
  • File "pitivi/ui/ruler.py", line 140 in do_button_press_event
    self._doSeek(cur)
  • File "pitivi/ui/ruler.py", line 184 in _doSeek
    self.seeker.seek(value, format, on_idle)
  • File "pitivi/utils.py", line 291 in seek
    self._seekTimeoutCb()
  • File "pitivi/utils.py", line 306 in _seekTimeoutCb
    self.emit('seek', position, format)
  • File "pitivi/signalinterface.py", line 145 in emit
    *args, **kwargs)
  • File "pitivi/signalinterface.py", line 119 in emit
    res = cb(*ar, **kw)
  • File "pitivi/ui/ruler.py", line 179 in _seekerSeekCb
    self.emit('seek', position)
TypeError: could not convert type int to guint64 required for parameter 0

Comment 1 Edward Hervey 2009-09-07 06:08:16 UTC
What version of pitivi are you using ? IF it's git, which commit ?
Comment 2 Simon Wenner 2009-09-07 09:37:19 UTC
git, pulled today, e76168b590de40ccc8b6cc29d9fee727fe1f2b80
The bug is still reproducible.

System: Debian Testing/Unstable (Arch: amd64)
Comment 3 Alessandro Decina 2009-09-07 09:53:18 UTC
commit 832ca6470f1a8fbf31e875b78f470335449a5c9b
Author: Alessandro Decina <alessandro.d@gmail.com>
Date:   Mon Sep 7 11:51:51 2009 +0200

    Fix a traceback seeking in an empty timeline. Fixes #594311.