JulesGM / ParlAI_SearchEngine

A search engine for ParlAI's BlenderBot project (and probably other ones as well)
Creative Commons Attribution 4.0 International
132 stars 48 forks source link

Failed To Connect To Port #9

Closed Jawad1347 closed 3 years ago

Jawad1347 commented 3 years ago

While chatting with blenderbot with the $HOST search_server it stopped taking inputs after a while and when I checked with the command

!curl -X POST $HOST -d "q=biggest gpt model&n=1"

it threw the error

curl: (7) Failed to connect to 0.0.0.0 port 1111: Connection refused

JulesGM commented 3 years ago

Did you try resetting the server with a different port? it could be all kinds of stuff specific to your os, what is running on it, etc

Jawad1347 commented 3 years ago

Thank you I forgot to close it.