I was checking out passport index website and came across this repo.
Amazing tool. I tried to run it locally but it is not working: I get json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0) error.
I tried to download the code locally and see exactly what is wrong. Seems like I am getting a 403 error on ly 83 of passport_data.py. I investigated a little bit more and it seems like passport index API is not accessible anymore. Keep getting forbidden.
I was wondering if this project requested API access before as per the following link: https://discover.passportindex.org/api-request/
I was checking out passport index website and came across this repo.
Amazing tool. I tried to run it locally but it is not working: I get
json.decoder.JSONDecodeError: Expecting value: line 1 column 1 (char 0)error.I tried to download the code locally and see exactly what is wrong. Seems like I am getting a 403 error on ly 83 of
passport_data.py. I investigated a little bit more and it seems like passport index API is not accessible anymore. Keep getting forbidden.I was wondering if this project requested API access before as per the following link: https://discover.passportindex.org/api-request/