ShazamAPI icon indicating copy to clipboard operation
ShazamAPI copied to clipboard

Response from server 400

Open percywilliams opened this issue 1 year ago • 0 comments

I have cloned the project and setup my environment to run the project but getting the following error on execution:

(venv) iMacPercy:ShazamAPI percy$ /Users/percy/git/ShazamAPI/venv/bin/python /Users/percy/git/ShazamAPI/execute.py Traceback (most recent call last): File "/Users/percy/git/ShazamAPI/execute.py", line 14, in print(next(recognize_generator)) # current offset & shazam response to recognize requests File "/Users/percy/git/ShazamAPI/ShazamAPI/api.py", line 83, in recognizeSong results = self.sendRecognizeRequest(signature) File "/Users/percy/git/ShazamAPI/ShazamAPI/api.py", line 113, in sendRecognizeRequest raise Exception(error_message) Exception: Request failed with status: 400, Response content:

percywilliams avatar Feb 25 '24 18:02 percywilliams