Bug 232486

Summary: TB03120a34 yumexmain.py:1045:_runBackground:ValueError: Error parsing 'None': URL must be http, ftp, file or https not ""
Product: [Fedora] Fedora Reporter: Lewis Hill <lwshll_1>
Component: yumexAssignee: Tim Lauridsen <tim.lauridsen>
Status: CLOSED WORKSFORME QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: medium    
Version: 6   
Target Milestone: ---   
Target Release: ---   
Hardware: i686   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2007-06-12 06:59: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 Lewis Hill 2007-03-15 18:37:57 UTC
Description of problem:

Traceback (most recent call last):
  File "/usr/share/yumex/yumexmain.py", line 1108, in ?
    mainApp = YumexMainApplication()
  File "/usr/share/yumex/yumexmain.py", line 541, in __init__
    self.setup_yum()
  File "/usr/share/yumex/yumexmain.py", line 989, in setup_yum
    if self._runBackground( self.yumexbase.setup, rload ):
  File "/usr/share/yumex/yumexmain.py", line 1045, in _runBackground
    raise self.backgroundThread.exception
ValueError: Error parsing 'None': URL must be http, ftp, file or https not ""

Local variables in innermost frame:
runfunc: <bound method yumexBase.setup of <yumex.yumexBase.yumexBase object at
0x9a9b08c>>
args: (False,)
self: <__main__.YumexMainApplication instance at 0x9a8718c>

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

1.2.2
How reproducible:


Steps to Reproduce:
1.
2.
3.
  
Actual results:


Expected results:


Additional info:

Comment 1 Tim Lauridsen 2007-03-20 07:37:12 UTC
It look like there is some error in /etc/yum.conf.

Please attach it.

Run 'yumex -d' from a console and attach the output.