developmentseed / chip-n-scale-queue-arranger

Chip 'n scale: Queue Arranger helps you run machine learning models over satellite imagery at scale
MIT License
37 stars 7 forks source link

Yarn verify error #26

Open Rub21 opened 4 years ago

Rub21 commented 4 years ago
➜  chip-n-scale-queue-arranger git:(master) yarn verify
yarn run v1.22.4
$ AWS_SDK_LOAD_CONFIG=true node scripts/verify.js
Verifying stack xxx
Database has the correct columns
TF Serving returns a 200 status from the internal load balancer endpoint
TypeError: Cannot read property 'replace' of undefined
    at verify (/Users/ruben/apps/chip-n-scale-queue-arranger/scripts/verify.js:51:6)
    at processTicksAndRejections (internal/process/task_queues.js:97:5)
✨  Done in 2.95s.
➜  chip-n-scale-queue-arranger git:(master)