-
Notifications
You must be signed in to change notification settings - Fork 400
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
"Failed to create copilot" after tutorial walk through - 502 Bad Gateway #735
Comments
I have that same behaviour:
|
Tried restarting nginx:
Still the same error ( |
Updated to the latest code and tried again today, same issue:
|
Here is how to replicate it. git clone https://github.com/openchatai/OpenCopilot.git
cd OpenCopilot Config: vi llm-server/.env Paste in the following (note the
Make and run: cd ../../OpenCopilot
make install |
cc: @codebanesr @ah7255703 @gharbat ⬆️ |
Hi @mr-sk @JuergenCornely
At this point I also like to go in and update the number of pages that the data source is allowed to index by updating the value of
At this point it should work. I am not sure what part of that did the trick - but that is precisely what I did and it works! |
@tpmccallum probably some environment variable was messing it up! Thanks for the answer |
Thanks @codebanesr $ docker compose up -d --build --no-deps worker
WARN[0000] The "TARGET" variable is not set. Defaulting to a blank string.
no such service: worker Is this what you mean by some environmental variable not being set? |
Türe is a missing. Try workers inständig of Wirkerei
Von meinem iPad gesendet
Am 31.05.2024 um 03:09 schrieb Timothy McCallum ***@***.***>:
Caution: External email. Do not open attachments or click links, unless this email comes from a known sender and you know the content is safe.
Thanks @codebanesr<https://github.com/codebanesr>
I wonder if you can help me understand this related error:
$ docker compose up -d --build --no-deps worker
WARN[0000] The "TARGET" variable is not set. Defaulting to a blank string.
no such service: worker
Is this what you mean by some environmental variable not being set?
—
Reply to this email directly, view it on GitHub<#735 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/A4BVVZPRO4KVVRYADBMEK53ZE7EUPAVCNFSM6AAAAABF4VUGWSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCNBRGA3DSOJRGI>.
You are receiving this because you were mentioned.Message ID: ***@***.***>
IMPORTANT NOTE: Since 30 September 2023, the Unify business has joined the Mitel Group and hence is no longer part of Atos Group. For a limited period, the Unify companies will continue to use the @atos.net domain. Atos Group is not liable for any content in this email. This e-mail (including any attachments) is for the sole use of the intended recipient(s) and may contain information that is confidential and/or protected by legal privilege. Any unauthorized review, use, copy, disclosure, or distribution of this e-mail is strictly prohibited. If you are not the intended recipient, please notify Mitel immediately and destroy all copies of this e-mail. Mitel does not accept any liability for breach of security, error or virus that may result from the transmission of this message.
|
Describe the bug
Hello, I walked through the tutorial and setup the docker containers w/out any issues. I have the nginx server running and I am able to resolve http://localhost:8888/create/copilot. However, when asked for my copilot name and I hit "lets do this" it errors out with "Failed to create copilot".
To Reproduce
Steps to reproduce the behavior:
http://localhost:8888/backend/copilot/
[HTTP/1.1 502 Bad Gateway 7ms]
Expected behavior
It creates a copilot and progresses through the wizard.
Screenshots
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: