Bug 880708

Summary: [abrt] rednotebook-1.5.0-2.fc17: search.py:93:update_data:ValueError: need more than 1 value to unpack
Product: [Fedora] Fedora Reporter: Sten Turpin <sten>
Component: rednotebookAssignee: Fabian Affolter <mail>
Status: CLOSED WONTFIX QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 17CC: christoph.wickert, mail
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Unspecified   
Whiteboard: abrt_hash:4b0f6e868bbf1546c5112cade839ee6965063f4a
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2012-12-08 08:31:38 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: executable
none
File: environ
none
File: event_log
none
File: smolt_data
none
File: core_backtrace none

Description Sten Turpin 2012-11-27 16:15:13 UTC
Description of problem:
opened the application

Version-Release number of selected component:
rednotebook-1.5.0-2.fc17

Additional info:
libreport version: 2.0.18
abrt_version:   2.0.18
cmdline:        /usr/bin/python /usr/bin/rednotebook
kernel:         3.6.7-4.fc17.x86_64

backtrace:
:search.py:93:update_data:ValueError: need more than 1 value to unpack
:
:Traceback (most recent call last):
:  File "/usr/lib/python2.7/site-packages/rednotebook/gui/search.py", line 44, in on_entry_changed
:    self.search(self.get_active_text())
:  File "/usr/lib/python2.7/site-packages/rednotebook/gui/search.py", line 71, in search
:    self.main_window.search_tree_view.update_data(search_text, tags)
:  File "/usr/lib/python2.7/site-packages/rednotebook/gui/search.py", line 93, in update_data
:    for date_string, entries in self.journal.search(search_text, tags):
:ValueError: need more than 1 value to unpack
:
:Local variables in innermost frame:
:search_text: u'4'
:tags: []
:self: <SearchTreeView object at 0x2cb05f0 (GtkTreeView at 0x2feea00)>
:entries: [u'...  not be public,   rhSTARTBOLD4ENDBOLDSTARTBOLD4ENDBOLD2 - intro to ...']
:entry: u'...  not be public,   rh<b>4</b><b>4</b>2 - intro to ...'
:date_string: '2012-09-28'

Comment 1 Sten Turpin 2012-11-27 16:15:16 UTC
Created attachment 652848 [details]
File: executable

Comment 2 Sten Turpin 2012-11-27 16:15:18 UTC
Created attachment 652849 [details]
File: environ

Comment 3 Sten Turpin 2012-11-27 16:15:20 UTC
Created attachment 652850 [details]
File: event_log

Comment 4 Sten Turpin 2012-11-27 16:15:22 UTC
Created attachment 652851 [details]
File: smolt_data

Comment 5 Sten Turpin 2012-11-27 16:15:24 UTC
Created attachment 652852 [details]
File: core_backtrace

Comment 6 Fabian Affolter 2012-12-08 08:31:38 UTC
rednotebook-1.5.0 is heavily outdated. Please update to the latest release and report back if the error still occurs.