-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Getting functional server error #1883
Comments
llmwesee
changed the title
Getting functional server error while running the following command.
Getting functional server error
Oct 22, 2024
That means the client side can't reach the function server. You can check the start-up shows the 5002 port started, and you can look at the openai_logs/* function server related files to see if present i.e. they may look like:
over multiple runs (new file each run). e.g. this would be a bad startup:
While a good output would be:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
Hi, I'm encountering an issue while attempting to use a functional server to upload files through an API. Specifically, when I run the server with the following command, I receive an error related to connection establishment. However, if I run the server without enabling the functional server, it works as expected.
Please help me to solve the issue.
Thank You
Command
Issue Details
The text was updated successfully, but these errors were encountered: