We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ValueError: unknown url type: '11'
When running apt-offline update I get the error message ValueError: unknown url type: '11'
apt-offline update
$ apt-offline -v 1.8.2
Verbose:
$ sudo apt-offline set set.uris --verbose VERBOSE: Namespace(apt_backend='apt-get', func=<function setter at 0x7f090f470670>, generate_changelog=False, set='set.uris', set_install_packages=None, set_install_release=None, set_install_src_packages=None, set_simulate=False, set_update=False, set_upgrade=False, src_build_dep=False, upgrade_type='upgrade', verbose=True) VERBOSE: APT Update Method is of type: apt-get Gathering details needed for 'update' operation VERBOSE: Command is: ['/usr/bin/apt-get', '-q', '--print-uris', 'update'] VERBOSE: Calling __FixAptSigs to fix the apt sig problemVERBOSE: APT Upgrade Method is of type: apt-get Gathering details needed for 'upgrade' operation VERBOSE: Command is: ['/usr/bin/apt-get', '-qq', '--print-uris', 'upgrade']
Check the set.uris file for stray text:
set.uris
$ grep -v ^\' set.uris 11 standard security updates
This is on:
$ lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 20.04.3 LTS Release: 20.04 Codename: focal
The text was updated successfully, but these errors were encountered:
This is already fixed in master. Will be part of next release.
Sorry, something went wrong.
No branches or pull requests
When running
apt-offline update
I get the error messageValueError: unknown url type: '11'
Verbose:
Check the
set.uris
file for stray text:This is on:
The text was updated successfully, but these errors were encountered: