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
Traceback (most recent call last):
File "pyglet\media\codecs\wave.py", line 58, in init
File "wave.py", line 510, in open
File "wave.py", line 164, in init
File "wave.py", line 131, in initfp
wave.Error: file does not start with RIFF id
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "app\sound.py", line 136, in ticker
File "pyglet\media_init_.py", line 140, in load
File "pyglet\media_init_.py", line 130, in load
File "pyglet\media\codecs\wave.py", line 109, in decode
File "pyglet\media\codecs\wave.py", line 60, in init
pyglet.media.codecs.wave.WAVEDecodeException: file does not start with RIFF id
The text was updated successfully, but these errors were encountered:
and this happens if i make it not respond and force close it:
Traceback (most recent call last):
File "tkinter_init_.py", line 804, in callit
File "loadScreen_daemon.py", line 589, in check_queue
File "multiprocessing\connection.py", line 257, in poll
File "multiprocessing\connection.py", line 328, in _poll
BrokenPipeError: [WinError 109] The pipe has been ended
tried it
Traceback (most recent call last):
File "pyglet\media\codecs\wave.py", line 58, in init
File "wave.py", line 510, in open
File "wave.py", line 164, in init
File "wave.py", line 131, in initfp
wave.Error: file does not start with RIFF id
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "app\sound.py", line 136, in ticker
File "pyglet\media_init_.py", line 140, in load
File "pyglet\media_init_.py", line 130, in load
File "pyglet\media\codecs\wave.py", line 109, in decode
File "pyglet\media\codecs\wave.py", line 60, in init
pyglet.media.codecs.wave.WAVEDecodeException: file does not start with RIFF id
The text was updated successfully, but these errors were encountered: