Comment 3 for bug 1065155

Revision history for this message
Jonathan Thomas (echidnaman) wrote : Re: Flash doesn't work after upgrading it with Muon

With some added debug statements to confirm...

flashplugin-installer: downloading http://archive.canonical.com/pool/partner/a/adobe-flas$
full url: http://archive.canonical.com/pool/partner/a/adobe-flashplugin/adobe-flashplugin$
url type: http
proxies:
[('http', '')]
Traceback (most recent call last):
  File "/usr/lib/update-notifier/package-data-downloader", line 234, in process_download_$
    dest_file = urllib.urlretrieve(files[i])[0]
  File "/usr/lib/python2.7/urllib.py", line 93, in urlretrieve
    return _urlopener.retrieve(url, filename, reporthook, data)
  File "/usr/lib/python2.7/urllib.py", line 243, in retrieve
    fp = self.open(url, data)
  File "/usr/lib/python2.7/urllib.py", line 201, in open
    name = 'open_' + urltype
TypeError: cannot concatenate 'str' and 'NoneType' object

Compared to when http_proxy is undefined:
flashplugin-installer: downloading http://archive.canonical.com/pool/partner/a/adobe-flas$
full url: http://archive.canonical.com/pool/partner/a/adobe-flashplugin/adobe-flashplugin$
url type: http
proxies:
[]