Skip to content
New issue

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

When starting the application, there is an error related to connecting to the localhost on port 8002. The specific error is a ConnectionRefusedError with the message [Errno 10061] Connect call failed ('127.0.0.1', 8002). #19

Closed
luolin-ai opened this issue Jan 30, 2024 · 4 comments
Labels
question Further information is requested

Comments

@luolin-ai
Copy link

Describe the bug
When starting the application, there is an error related to connecting to the localhost on port 8002. The specific error is a ConnectionRefusedError with the message [Errno 10061] Connect call failed ('127.0.0.1', 8002).

To Reproduce
Steps to reproduce the behavior:

Start the application.
Observe the error related to connecting to localhost on port 8002.
Expected behavior
The application should start without any connection errors and be able to connect to the specified localhost on port 8002.

Screenshots
111111111306
22222220318

N/A

Desktop (please complete the following information):

OS: Windows (based on the paths in the error log)
Browser: N/A
Version: N/A
Additional context
This error seems to be related to a connection issue with the localhost on port 8002. Further investigation is needed to determine the root cause of the connection problem and resolve it.

@jameszyao
Copy link
Contributor

@luolin-ai
Could you please provide a screenshot of the Docker container status? This can be checked by docker ps. Also, could you confirm if you followed the setup instructions below to start the project?

Installation

@jameszyao jameszyao added the question Further information is requested label Jan 31, 2024
@luolin-ai
Copy link
Author

It is not run directly by Docker code.

@jameszyao
Copy link
Contributor

jameszyao commented Jan 31, 2024

@luolin-ai another service called taskingai-inference is required. We'll soon make it open-sourced in GitHub. You can run it with docker for now.
docker pull taskingai/taskingai-inference:latest

@luolin-ai
Copy link
Author

OK Thanks. I want to deploy directly through code and make secondary development changes. Looking forward to adding more features

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants