I am getting this error Error: connect ECONNREFUSED when I send a post request o the rasa server
this is the request http://ipadd:5005/model/parse
this happens perfectly fine when I use localhost instead of ip
please help
I am getting this error Error: connect ECONNREFUSED when I send a post request o the rasa server
this is the request http://ipadd:5005/model/parse
this happens perfectly fine when I use localhost instead of ip
please help
Hi @Meet, so it works if you send a request to http://localhost:5005/model/parse
, but it fails if you send a request to http://127.0.0.1:5005/model/parse
? When you google users are pointing out that your proxy settings need to be updated. Did you already checked that?
no not http://127.0.0.1:5005/model/parse is am using my server ip 192.x.x.x:5005/model/parse and there is an error