Bug 857715

Summary: [abrt] system-config-language-1.3.5-10.fc17: urllib.py:1204:unquote:AttributeError: 'NoneType' object has no attribute 'split'
Product: [Fedora] Fedora Reporter: sentike <rulezz-team>
Component: system-config-languageAssignee: Parag Nemade <pnemade>
Status: CLOSED INSUFFICIENT_DATA QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 17CC: i18n-bugs, nav007, psatpute, xtra.tox1m
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Unspecified   
Whiteboard: abrt_hash:e376ca2065f0d89b22cb1f208e20c5fced800de9
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2013-01-31 08:57:22 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: event_log none

Description sentike 2012-09-16 13:14:24 UTC
Version-Release number of selected component:
system-config-language-1.3.5-10.fc17

Additional info:
libreport version: 2.0.13
abrt_version:   2.0.10
cmdline:        /usr/bin/python /usr/share/system-config-language/system-config-language.py
kernel:         3.3.4-5.fc17.x86_64

backtrace:
:urllib.py:1204:unquote:AttributeError: 'NoneType' object has no attribute 'split'
:
:Traceback (most recent call last):
:  File "/usr/share/system-config-language/language_gui.py", line 179, in okClicked
:    self.apply()
:  File "/usr/share/system-config-language/language_gui.py", line 295, in apply
:    install.install_language (self.mainWindow, grpid)
:  File "/usr/share/system-config-language/gui_install.py", line 423, in install_language
:    dlpkgs = self.downloadPackages(mainWindow)
:  File "/usr/share/system-config-language/gui_install.py", line 290, in downloadPackages
:    probs = self.downloadPkgs(dlpkgs)
:  File "/usr/lib/python2.7/site-packages/yum/__init__.py", line 2180, in downloadPkgs
:    self.plugins.run('predownload', pkglist=pkglist)
:  File "/usr/lib/python2.7/site-packages/yum/plugins.py", line 187, in run
:    func(conduitcls(self, self.base, conf, **kwargs))
:  File "/usr/lib/yum-plugins/presto.py", line 633, in predownload_hook
:    (problems, more) = downloadPkgs(conduit, pinfo, download_pkgs)
:  File "/usr/lib/yum-plugins/presto.py", line 439, in downloadPkgs
:    cb.start(text=text, size=rebuild_size)
:  File "/usr/lib/python2.7/site-packages/urlgrabber/progress.py", line 127, in start
:    self._do_start(now)
:  File "/usr/share/system-config-language/gui_install.py", line 247, in _do_start
:    txt = _("Downloading %s") %(urllib2.unquote(self.basename),)
:  File "/usr/lib64/python2.7/urllib.py", line 1204, in unquote
:    res = s.split('%')
:AttributeError: 'NoneType' object has no attribute 'split'
:
:Local variables in innermost frame:
:s: None

Comment 1 sentike 2012-09-16 13:14:28 UTC
Created attachment 613409 [details]
File: event_log

Comment 2 Fedora Admin XMLRPC Client 2013-01-28 05:50:13 UTC
This package has changed ownership in the Fedora Package Database.  Reassigning to the new owner of this component.

Comment 3 Parag Nemade 2013-01-31 08:57:22 UTC
Looks to me issue was with python-urlgrabber packages. I tried with current F17 build and it worked fine for me. You can try new update available system-config-language-1.3.5-11.fc17 also.

If you will find again this or any other issue then report a new bugzilla with complete information like what steps you did to find this bug so that I can reproduce it.

Thanks.