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
Hi, when executing the code, it fails on every track with an Overflowerror
/home/xxx/Music/03 Can't Stop Playing (Amsterdam Funk Remix).mp3
Usage:
$ python main.py learn <path to audio file>
$ python main.py learn <directory containing audio files>
$ python main.py listen <time in seconds> <sound device index>
$ python main.py search <path to clip>
Traceback (most recent call last):
File "main.py", line 8, in <module>
su.learn_songs(sys.argv[2])
File "/home/xxx/audiophile/src/sound_util.py", line 53, in learn_songs
learn_song(filename)
File "/home/xxx/audiophile/src/sound_util.py", line 46, in learn_song
db.store(addresses, times, hash_metadata(filename, tags), name)
File "/home/xxx/audiophile/src/db.py", line 21, in store
(addresses[i], (song_hash << 13) + times[i]))
OverflowError: Python int too large to convert to SQLite INTEGER
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "main.py", line 22, in <module>
raise Exception
Exception
Would you be so kind to help me out?!
Thx in advance
The text was updated successfully, but these errors were encountered:
Hi, when executing the code, it fails on every track with an Overflowerror
Would you be so kind to help me out?!
Thx in advance
The text was updated successfully, but these errors were encountered: