Bug 429411

Summary: crash at start
Product: [Fedora] Fedora Reporter: Jakub 'Livio' Rusinek <kontakt>
Component: gajimAssignee: Dawid Gajownik <gajownik>
Status: CLOSED ERRATA QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: urgent Docs Contact:
Priority: urgent    
Version: 8   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2008-01-19 14:36:42 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:

Description Jakub 'Livio' Rusinek 2008-01-19 14:28:44 UTC
Description of problem:
when trying to run gajim, it crashes.

livio@geeko, ~ $ gajim
Traceback (most recent call last):
  File "gajim.py", line 2266, in <module>
    Interface()
  File "gajim.py", line 2062, in __init__
    parser.read()
  File "/usr/share/gajim/src/common/optparser.py", line 71, in read
    self.update_config(old_version, new_version)
  File "/usr/share/gajim/src/common/optparser.py", line 126, in update_config
    old.append(int(old_version_list.pop(0)))
ValueError: invalid literal for int() with base 10: '1-svn'
livio@geeko, ~ $ 

Version-Release number of selected component (if applicable):


How reproducible:
always
  
Actual results:
crashes/doesn't show itself

Expected results:
everything ok

Comment 1 Jakub 'Livio' Rusinek 2008-01-19 14:36:42 UTC
It was problem with configuration.
Sorry for messing up.