A tool to enhance the karaoke software Ultrastar Deluxe by adding a UI for downloading and viewing songs from any phone on the network as well as adding things like statistics
GNU General Public License v3.0
14
stars
3
forks
source link
Only some songs appear, downloads dont work and no scores in portal #15
[2024-02-16 11:39:28,722] INFO werkzeug Press CTRL+C to quit
[2024-02-16 11:39:28,783] WARNING eyed3.core GEOB frame does not contain a mime type
[2024-02-16 11:39:28,783] WARNING eyed3.core GEOB frame does not contain a valid mime type
[2024-02-16 11:39:28,904] WARNING eyed3.mp3.headers Lame tag CRC check failed
[2024-02-16 11:39:29,046] WARNING eyed3.mp3.headers Lame tag CRC check failed
Traceback (most recent call last):
File "main.py", line 261, in
File "main.py", line 242, in main
File "song.py", line 88, in load_songs
File "song.py", line 245, in init
File "song.py", line 226, in get_mp3_length
AttributeError: 'NoneType' object has no attribute 'info'
Also getting this when I load,
[2024-02-16 11:39:28,722] INFO werkzeug Press CTRL+C to quit [2024-02-16 11:39:28,783] WARNING eyed3.core GEOB frame does not contain a mime type [2024-02-16 11:39:28,783] WARNING eyed3.core GEOB frame does not contain a valid mime type [2024-02-16 11:39:28,904] WARNING eyed3.mp3.headers Lame tag CRC check failed [2024-02-16 11:39:29,046] WARNING eyed3.mp3.headers Lame tag CRC check failed Traceback (most recent call last): File "main.py", line 261, in
File "main.py", line 242, in main
File "song.py", line 88, in load_songs
File "song.py", line 245, in init
File "song.py", line 226, in get_mp3_length
AttributeError: 'NoneType' object has no attribute 'info'