I tried integrating my project with Git and now it returns this error whenever I try building the project (this is during the content pipeline phase, assume it's trying to build "audio/music.ogg")
Failed to open file music. Ensure the file is a valid audio file and is not DRM protected.
I checked the path (it exists), the permissions on the file (chmod 777 does nothing), and the permissions on ffmpeg (chmod 777 still does nothing)