Bug 1573280

Summary: [abrt] pitivi: _seek(): timeline.py:776:_seek:AttributeError: 'NoneType' object has no attribute 'translate_coordinates'
Product: [Fedora] Fedora Reporter: skyb0rg007
Component: pitiviAssignee: Gwyn Ciesla <gwync>
Status: CLOSED CANTFIX QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 27CC: elad, gwync, igor.raits, otte, wtaymans
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Unspecified   
URL: https://retrace.fedoraproject.org/faf/reports/bthash/69f50564ee5a39fa4cd6f85366bdcc63a28d3ba0
Whiteboard: abrt_hash:1c33144de0c345cdd30177015310a1926b833815;VARIANT_ID=workstation;
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2018-08-02 15:34:43 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
File: backtrace
none
File: cgroup
none
File: cpuinfo
none
File: environ
none
File: mountinfo
none
File: namespaces
none
File: open_fds none

Description skyb0rg007 2018-04-30 18:03:20 UTC
Version-Release number of selected component:
pitivi-0.99-1.fc27

Additional info:
reporter:       libreport-2.9.3
cmdline:        python3 /usr/bin/pitivi
crash_function: _seek
exception_type: AttributeError
executable:     /usr/bin/pitivi
kernel:         4.16.3-200.fc27.x86_64
runlevel:       N 5
type:           Python3
uid:            1000

Truncated backtrace:
timeline.py:776:_seek:AttributeError: 'NoneType' object has no attribute 'translate_coordinates'

Traceback (most recent call last):
  File "/usr/lib64/python3.6/site-packages/pitivi/timeline/timeline.py", line 730, in _button_release_event_cb
    self._seek(event)
  File "/usr/lib64/python3.6/site-packages/pitivi/timeline/timeline.py", line 776, in _seek
    x, unused_y = event_widget.translate_coordinates(self.layout.layers_vbox, event.x, event.y)
AttributeError: 'NoneType' object has no attribute 'translate_coordinates'

Local variables in innermost frame:
event_widget: None
event: <Gdk.EventButton object at 0x7f0c415800e8 (void at 0x7f0c08004bf0)>
self: <timeline.Timeline object at 0x7f0c42340ea0 (PitiviTimeline at 0x557e1a441410)>

Comment 1 skyb0rg007 2018-04-30 18:03:25 UTC
Created attachment 1428907 [details]
File: backtrace

Comment 2 skyb0rg007 2018-04-30 18:03:26 UTC
Created attachment 1428908 [details]
File: cgroup

Comment 3 skyb0rg007 2018-04-30 18:03:27 UTC
Created attachment 1428909 [details]
File: cpuinfo

Comment 4 skyb0rg007 2018-04-30 18:03:28 UTC
Created attachment 1428910 [details]
File: environ

Comment 5 skyb0rg007 2018-04-30 18:03:29 UTC
Created attachment 1428911 [details]
File: mountinfo

Comment 6 skyb0rg007 2018-04-30 18:03:30 UTC
Created attachment 1428912 [details]
File: namespaces

Comment 7 skyb0rg007 2018-04-30 18:03:32 UTC
Created attachment 1428913 [details]
File: open_fds

Comment 8 Igor Raits 2018-08-02 15:34:43 UTC
Please test with latest updates and reopen if still reproducible.