Error: connect ECONNREFUSED ::1:3013
TeuMasaki opened this issue · 2 comments
TeuMasaki commented
When I created a .env file with:
RIFFUSION_FLASK_URL=http://localhost:3013/run_inference/
I've got a error ECONNREFUSED ::1:3013,
which was solvable by changing that line to:
RIFFUSION_FLASK_URL=http://127.0.0.1:3013/run_inference/
hdelattre commented
Thanks for this, definitely should update the readme
hmartiro commented
Thanks! just updated this.