I went to update today and entropy spit out a nice bit of debugging info..
it worked again when I retried. Error message is a bit cumbersome but the
meat is there all the same
Traceback (most recent call last):
File "/usr/lib/entropy/libraries/entropy/fetchers.py", line 527, in
_urllib_download
>> ## Aggregated download: 5 items
>> # [1] ftp.fsn.hu =>
media-fonts:liberation-fonts-1.06.0.20100721-r1~0.tbz2
self.__remotefile = urlmod.urlopen(req, None, self.__timeout)
>> # [2] ftp: => x11-drivers:xf86-video-dummy-0.3.4~2.tbz2
File "/usr/lib64/python2.7/urllib2.py", line 126, in urlopen
>> # [3] ftp.fsn.hu => dev-libs:libtasn1-2.9-r1~0.tbz2
>> # [4] ftp: => x11-apps:xhost-1.0.4~1.tbz2
>> # [5] ftp: => x11-drivers:xf86-video-nv-2.1.18~2.tbz2
return _opener.open(url, data, timeout)
AttributeError: 'NoneType' object has no attribute 'open'
Exception in thread Thread-269:
Traceback (most recent call last):
File "/usr/lib64/python2.7/threading.py", line 530, in __bootstrap_inner
self.run()
File "/usr/lib/entropy/libraries/entropy/misc.py", line 352, in run
self.__rc = self.__function(*self.__args, **self.__kwargs)
File "/usr/lib/entropy/libraries/entropy/fetchers.py", line 1000, in
do_download
ds[th_id] = downloader.download()
File "/usr/lib/entropy/libraries/entropy/fetchers.py", line 317, in
download
status = downloader()
File "/usr/lib/entropy/libraries/entropy/fetchers.py", line 527, in
_urllib_download
self.__remotefile = urlmod.urlopen(req, None, self.__timeout)
File "/usr/lib64/python2.7/urllib2.py", line 126, in urlopen
return _opener.open(url, data, timeout)
AttributeError: 'NoneType' object has no attribute 'open'