VoiceSens
VoiceSens copied to clipboard
/verify
when signing in with an existing user, it brings me back to the enrollment page instead of the verify page, when trying to manually go to the verify page it produces this error. Does anyone know how to resolve this?
Traceback (most recent call last): File "/home/michael/.local/lib/python3.8/site-packages/flask/app.py", line 2091, in call return self.wsgi_app(environ, start_response) File "/home/michael/.local/lib/python3.8/site-packages/flask/app.py", line 2076, in wsgi_app response = self.handle_exception(e) File "/home/michael/.local/lib/python3.8/site-packages/flask/app.py", line 2073, in wsgi_app response = self.full_dispatch_request() File "/home/michael/.local/lib/python3.8/site-packages/flask/app.py", line 1518, in full_dispatch_request rv = self.handle_user_exception(e) File "/home/michael/.local/lib/python3.8/site-packages/flask/app.py", line 1516, in full_dispatch_request rv = self.dispatch_request() File "/home/michael/.local/lib/python3.8/site-packages/flask/app.py", line 1502, in dispatch_request return self.ensure_sync(self.view_functions[rule.endpoint])(**req.view_args) File "/home/michael/VoiceSens/voice.py", line 291, in verify (rate, signal) = scipy.io.wavfile.read(filename_wav) File "/home/michael/.local/lib/python3.8/site-packages/scipy/io/wavfile.py", line 647, in read fid = open(filename, 'rb') FileNotFoundError: [Errno 2] No such file or directory: ''