fossfreedom/coverart-search-providers

embedded art fetch error

fossfreedom opened this issue · 0 comments

have seen the following error:

Traceback (most recent call last):
  File "/home/dad/.local/share/rhythmbox/plugins/coverart_search_providers/coverart_album_search.py", line 125, in _enum_dir_cb
    self.finished(results)
  File "/home/dad/.local/share/rhythmbox/plugins/coverart_search_providers/coverart_album_search.py", line 112, in finished
    found = self.get_embedded_image(uri)
  File "/home/dad/.local/share/rhythmbox/plugins/coverart_search_providers/coverart_album_search.py", line 194, in get_embedded_image
    key = RB.ExtDBKey.create_storage("album", self.album)
TypeError: Argument 1 does not allow None as a value
Traceback (most recent call last):
  File "/home/dad/.local/share/rhythmbox/plugins/coverart_search_providers/coverart_album_search.py", line 125, in _enum_dir_cb
    self.finished(results)
  File "/home/dad/.local/share/rhythmbox/plugins/coverart_search_providers/coverart_album_search.py", line 112, in finished
    found = self.get_embedded_image(uri)
  File "/home/dad/.local/share/rhythmbox/plugins/coverart_search_providers/coverart_album_search.py", line 194, in get_embedded_image
    key = RB.ExtDBKey.create_storage("album", self.album)
TypeError: Argument 1 does not allow None as a value

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/dad/.local/share/rhythmbox/plugins/coverart_search_providers/coverart_album_search.py", line 144, in _enum_dir_cb
    self.finished(results)
  File "/home/dad/.local/share/rhythmbox/plugins/coverart_search_providers/coverart_album_search.py", line 112, in finished
    found = self.get_embedded_image(uri)
  File "/home/dad/.local/share/rhythmbox/plugins/coverart_search_providers/coverart_album_search.py", line 194, in get_embedded_image
    key = RB.ExtDBKey.create_storage("album", self.album)
TypeError: Argument 1 does not allow None as a value

more tracing:

(14:33:06) [0x841bb60] [CoverSearch.next_search] /home/dad/.local/share/rhythmbox/plugins/coverart_search_providers/coverart_album_search.py:144: next search
(14:33:06) [0x841bb60] [CoverSearch.next_search] /home/dad/.local/share/rhythmbox/plugins/coverart_search_providers/coverart_album_search.py:145: True
(14:33:06) [0x841bb60] [CoverSearch.next_search] /home/dad/.local/share/rhythmbox/plugins/coverart_search_providers/coverart_album_search.py:156: calling search
(14:33:06) [0x841bb60] [CoverSearch.next_search] /home/dad/.local/share/rhythmbox/plugins/coverart_search_providers/coverart_album_search.py:157: 
(14:33:07) [0x841bb60] [CoverAlbumSearch.search] /home/dad/.local/share/rhythmbox/plugins/coverart_search_providers/coverart_album_search.py:324: calling search
(14:33:07) [0x841bb60] [CoverAlbumSearch.search] /home/dad/.local/share/rhythmbox/plugins/coverart_search_providers/coverart_album_search.py:342: searching for local art for file:///home/dad/Music/ACDC_-_Back_In_Black-sample.ogg
(14:33:07) [0x841bb60] [CoverSearch.next_search] /home/dad/.local/share/rhythmbox/plugins/coverart_search_providers/coverart_album_search.py:159: end of next_search TRUE
(14:33:08) [0x841bb60] [CoverAlbumSearch.get_embedded_image] /home/dad/.local/share/rhythmbox/plugins/coverart_search_providers/coverart_album_search.py:379: get_embedded_image
(14:33:08) [0x841bb60] [CoverAlbumSearch._enum_dir_cb] /home/dad/.local/share/rhythmbox/plugins/coverart_search_providers/coverart_album_search.py:261: okay, probably done: Argument 1 does not allow None as a value
Traceback (most recent call last):
  File "/home/dad/.local/share/rhythmbox/plugins/coverart_search_providers/coverart_album_search.py", line 125, in _enum_dir_cb
    self.finished(results)
  File "/home/dad/.local/share/rhythmbox/plugins/coverart_search_providers/coverart_album_search.py", line 112, in finished
    found = self.get_embedded_image(uri)
  File "/home/dad/.local/share/rhythmbox/plugins/coverart_search_providers/coverart_album_search.py", line 194, in get_embedded_image
    key = RB.ExtDBKey.create_storage("album", self.album)
TypeError: Argument 1 does not allow None as a value
(14:33:09) [0x841bb60] [CoverAlbumSearch.get_embedded_image] /home/dad/.local/share/rhythmbox/plugins/coverart_search_providers/coverart_album_search.py:379: get_embedded_image
Traceback (most recent call last):
  File "/home/dad/.local/share/rhythmbox/plugins/coverart_search_providers/coverart_album_search.py", line 125, in _enum_dir_cb
    self.finished(results)
  File "/home/dad/.local/share/rhythmbox/plugins/coverart_search_providers/coverart_album_search.py", line 112, in finished
    found = self.get_embedded_image(uri)
  File "/home/dad/.local/share/rhythmbox/plugins/coverart_search_providers/coverart_album_search.py", line 194, in get_embedded_image
    key = RB.ExtDBKey.create_storage("album", self.album)
TypeError: Argument 1 does not allow None as a value

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/home/dad/.local/share/rhythmbox/plugins/coverart_search_providers/coverart_album_search.py", line 144, in _enum_dir_cb
    self.finished(results)
  File "/home/dad/.local/share/rhythmbox/plugins/coverart_search_providers/coverart_album_search.py", line 112, in finished
    found = self.get_embedded_image(uri)
  File "/home/dad/.local/share/rhythmbox/plugins/coverart_search_providers/coverart_album_search.py", line 194, in get_embedded_image
    key = RB.ExtDBKey.create_storage("album", self.album)
TypeError: Argument 1 does not allow None as a value