Currently setting this error when downloading some somgs.
=== Downloading track ID 141585291 ===
Codec: MQA (Master Quality Authenticated) in FLAC container
Track: 19
Title: Match My Fly
Artist: Moneybagg Yo
Album: Time Served (Deluxe)
----
100%|█████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████████| 35.0M/35.0M [00:03<00:00, 10.8MB/s]
Saving credits to file
Traceback (most recent call last):
File "/home/bubun/Documents/RedSea-master/redsea.py", line 560, in <module>
main()
File "/home/bubun/Documents/RedSea-master/redsea.py", line 486, in main
track_num=cur+1 if mt['type'] == 'p' else None)
File "/home/bubun/Documents/RedSea-master/redsea/mediadownloader.py", line 518, in download_media
f.write(lyrics_data['subtitles'].encode('utf-8'))
AttributeError: 'NoneType' object has no attribute 'encode'
Currently setting this error when downloading some somgs.