audioread icon indicating copy to clipboard operation
audioread copied to clipboard

gstdec 'StructureWrapper' object has no attribute 'get_int'

Open wargreen opened this issue 5 months ago • 0 comments

Hi, and thanks for your tools !

When trying to import a flac files via beets, i got

beet import -m ./Estradasphere/
Traceback (most recent call last):
  File "/usr/lib/python3/dist-packages/audioread/gstdec.py", line 262, in _notify_caps
    self.channels = info.get_int('channels')[1]
                    ^^^^^^^^^^^^
AttributeError: 'StructureWrapper' object has no attribute 'get_int'

I can search for more information if needed.

wargreen avatar Jul 24 '25 18:07 wargreen