itspoma / audio-fingerprint-identifying-python

The Shazam-similar app, that identify the song using audio fingerprints & spectrum analysis and Fast Fourier transform
MIT License
351 stars 164 forks source link

Sqlite3.InterfaceError: Error binding parameter 2 - probably unsupported type. #15

Closed hai19991331 closed 4 years ago

hai19991331 commented 4 years ago

Hi i got this issue and i don't know how to solve it i hope you can help me image

hai19991331 commented 4 years ago

is ok i solve it It it not a correct type the format of sql table are int,string,int but the hash are int,string,numpy int so i added a code at insert_many funtion in db_sqlite.py image