riffusion/riffusion-app-hobby

Error: connect ECONNREFUSED ::1:3013

TeuMasaki opened this issue · 2 comments

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/

Thanks for this, definitely should update the readme

Thanks! just updated this.