shazamio / ShazamIO

🎵 Is a free asynchronous library from reverse engineered Shazam API written in Python 3.8+ with asyncio and aiohttp.
MIT License
519 stars 75 forks source link

FileNotFoundError #64

Closed elmoyeet closed 1 year ago

elmoyeet commented 1 year ago

FileNotFoundError: [WinError 2] The system cannot find the specified file I'm getting this error, is very strange because I have the file in the correct path. I'm getting this error with the recognize song example.

I have also tried different ways to specify the file path, and nothing works. Please help me :)

Python 3.10.10

elmoyeet commented 1 year ago

Ok, I had to have ffmpeg and ffprobe installed in my project path. SOLVED