turhancan97/Intelligent-Face-Recognition-Attendance-System

File not found error for service account key json file

Closed this issue · 2 comments

I have configured the database.yaml with all the firebase info, and gave the path of my service account key file on it as well.
But upon running the program I am getting the following file not found error, although I have verified the path is correct and file exist on it.
Please find the error below

I have downloaded the file and renamed it as serviceAccountKey.json

Screenshot 2024-03-31 at 12 56 42

My database.yaml file is configured as below,
Screenshot 2024-03-31 at 12 58 06

I think your problem is that you are not deleting the '<>' characters from the default configuration file. You should define it as follows for it to work properly:

image

How silly of me, corrected this and the application now works perfect, looking forward to testing this and learning so much from your repo.
You are doing great work, huge thanks to you for everything.