Comment 1 for bug 1421884

Revision history for this message
Brian Murray (brian-murray) wrote :

Here's the Traceback:

Traceback (most recent call last):
  File "/usr/bin/oneconf-query", line 245, in <module>
    oneconf.async_update()
  File "/usr/lib/python3/dist-packages/oneconf/directconnect.py", line 80, in async_update
    self.update()
  File "/usr/lib/python3/dist-packages/oneconf/directconnect.py", line 73, in update
    self.PackageSetHandler().update()
  File "/usr/lib/python3/dist-packages/oneconf/packagesethandler.py", line 63, in update
    newpkg_list = self.distro.compute_local_packagelist()
  File "/usr/lib/python3/dist-packages/oneconf/distributor/Ubuntu.py", line 42, in compute_local_packagelist
    with apt.Cache() as apt_cache:
  File "/usr/lib/python3/dist-packages/apt/cache.py", line 107, in __init__
    self.open(progress)
  File "/usr/lib/python3/dist-packages/apt/cache.py", line 153, in open
    self._records = apt_pkg.PackageRecords(self._cache)
SystemError: E:Could not open file /var/lib/apt/lists/ve.archive.ubuntu.com_ubuntu_dists_trusty_restricted_i18n_Translation-es - open (2: No such file or directory)

It seems like it could a bug in oneconf or python-apt.