Advertisement
Guest User

Untitled

a guest
Aug 21st, 2022
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.81 KB | None | 0 0
  1. generic@generic-computer:/media/generic/959F-4E27$ apt-offline get upgrade.sig --bundle upgrade.zip
  2.  
  3. Fetching APT Data
  4.  
  5. Downloading 1
  6. Exception in thread Thread-1:
  7. Traceback (most recent call last):
  8. File "/usr/lib/python3.8/threading.py", line 932, in _bootstrap_inner
  9. self.run()
  10. File "/usr/lib/python3.8/threading.py", line 870, in run
  11. self._target(*self._args, **self._kwargs)
  12. File "/usr/lib/python3/dist-packages/apt_offline_core/AptOfflineLib.py", line 696, in run
  13. self.responseQueue.put( self.WorkerFunction( item, thread_name ) )
  14. File "/usr/lib/python3/dist-packages/apt_offline_core/AptOfflineCoreLib.py", line 1335, in DataFetcher
  15. if DownloadPackages(PackageName, pkgFileWithType) is False and guiTerminateSignal is False:
  16. File "/usr/lib/python3/dist-packages/apt_offline_core/AptOfflineCoreLib.py", line 1304, in DownloadPackages
  17. if FetcherInstance.download_from_web(PackageName, PackageFile, Str_DownloadDir):
  18. File "/usr/lib/python3/dist-packages/apt_offline_core/AptOfflineCoreLib.py", line 709, in download_from_web
  19. temp = urllib.request.urlopen(url)
  20. File "/usr/lib/python3.8/urllib/request.py", line 222, in urlopen
  21. return opener.open(url, data, timeout)
  22. File "/usr/lib/python3.8/urllib/request.py", line 509, in open
  23. req = Request(fullurl, data)
  24. File "/usr/lib/python3.8/urllib/request.py", line 328, in __init__
  25. self.full_url = url
  26. File "/usr/lib/python3.8/urllib/request.py", line 354, in full_url
  27. self._parse()
  28. File "/usr/lib/python3.8/urllib/request.py", line 383, in _parse
  29. raise ValueError("unknown url type: %r" % self.full_url)
  30. ValueError: unknown url type: '1'
  31.  
  32. Downloaded data to /media/generic/959F-4E27/upgrade.zip
  33. generic@generic-computer:/media/generic/959F-4E27$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement