We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I got a bunch of errors after trying to test OpenGPTs. Note I'm on Windows 10 Langchain: 0.0.335 Langserve: 0.0.26
The error I got:
VITE v4.5.0 ready in 674 ms ➜ Local: http://localhost:5173/ ➜ Network: use --host to expose ➜ press h to show help 18:07:22 [vite] http proxy error at /config_schema: Error: connect ECONNREFUSED 127.0.0.1:8100 at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1494:16) 18:07:22 [vite] http proxy error at /input_schema: Error: connect ECONNREFUSED 127.0.0.1:8100 at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1494:16) 18:07:22 [vite] http proxy error at /threads/: Error: connect ECONNREFUSED 127.0.0.1:8100 at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1494:16) 18:07:22 [vite] http proxy error at /assistants/: Error: connect ECONNREFUSED 127.0.0.1:8100 at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1494:16) 18:07:22 [vite] http proxy error at /assistants/public/: Error: connect ECONNREFUSED 127.0.0.1:8100 at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1494:16) 18:08:08 [vite] http proxy error at /config_schema: Error: connect ECONNREFUSED 127.0.0.1:8100 at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1494:16) 18:08:08 [vite] http proxy error at /input_schema: Error: connect ECONNREFUSED 127.0.0.1:8100 at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1494:16) 18:08:08 [vite] http proxy error at /threads/: Error: connect ECONNREFUSED 127.0.0.1:8100 at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1494:16) 18:08:08 [vite] http proxy error at /assistants/: Error: connect ECONNREFUSED 127.0.0.1:8100 at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1494:16) 18:08:08 [vite] http proxy error at /assistants/public/: Error: connect ECONNREFUSED 127.0.0.1:8100 at TCPConnectWrap.afterConnect [as oncomplete] (node:net:1494:16)
Frontend exists but doesn't work, having a bunch of 500s and others in Dev Tools of Chrome.
The text was updated successfully, but these errors were encountered:
Redis URL was not added, that was the problem.
Sorry, something went wrong.
我添加了redis之后还是这个错误,我是在另一个机器上下载的redis
No branches or pull requests
I got a bunch of errors after trying to test OpenGPTs.
Note I'm on Windows 10
Langchain: 0.0.335
Langserve: 0.0.26
The error I got:
Frontend exists but doesn't work, having a bunch of 500s and others in Dev Tools of Chrome.
The text was updated successfully, but these errors were encountered: