swupd-client icon indicating copy to clipboard operation
swupd-client copied to clipboard

swupd search fails for the transcoding-support bundle

Open lsandov1 opened this issue 5 years ago • 0 comments

Describe the bug

swupd search transcoding-support should match the indicated bundle but instead if fails.

To Reproduce Just run the following

$ swupd search transcoding-support
Traceback (most recent call last):
  File "/usr/bin/swupd-search", line 626, in <module>
    main()
  File "/usr/bin/swupd-search", line 599, in main
    do_search(term)
  File "/usr/bin/swupd-search", line 297, in do_search
    if bundle_status[term] == "Deprecated":
KeyError: 'transcoding-support'

Expected behavior it should match and provide info about it.

Environment (please complete the following information):

swupd info
Distribution:      Clear Linux OS
Installed version: 32330
Version URL:       https://cdn.download.clearlinux.org/update
Content URL:       https://cdn.download.clearlinux.org/update

Issue is HW agnostic.

lsandov1 avatar Feb 14 '20 22:02 lsandov1