You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
According to the readme here, strings are supported, but when I try to use music_title: str = None in my dataclass, I get an exception when trying to initialize the reader. Am I just doing this wrong or is this unexpected behavior? Exception: unsupported data type (<class 'str'>) on field music_title
The text was updated successfully, but these errors were encountered:
According to the readme here, strings are supported, but when I try to use
music_title: str = None
in my dataclass, I get an exception when trying to initialize the reader. Am I just doing this wrong or is this unexpected behavior?Exception: unsupported data type (<class 'str'>) on field music_title
The text was updated successfully, but these errors were encountered: