Closed leothomas closed 4 years ago
@leothomas is this off of current develop? I see a returned image
Yeah I'm getting this with the develop branch of the API and the dashboard both running locally - could it be that the image is cached and returned from the API running in AWS but the logic to fetch the image if the cache is empty (as is the case locally) is failing?
I see the image returned against the API running locally only (no cache). Just hitting http://localhost:8000/v1/planet/13/7276/3229?date=2020_05_17&site=tk
in the browser, running the api with docker-compose up --build
(can compare .env
if you ping me directly)
I'm running the API with: uvicorn covid_api.main:app --reload
, is that the problem?
Issue was resolved by updating Planet API Key
GET http://localhost:8000/v1/planet/13/7276/3229?date=2020_05_17&site=tk
fails with:in the API.