[GH-ISSUE #312] [Bug]: failed to get primary docker image: API returned unexpected status code: 404 #101

Closed
opened 2026-06-06 22:09:08 -04:00 by yindo · 4 comments
Owner

Originally created by @XenGi on GitHub (May 13, 2026).
Original GitHub issue: https://github.com/vxcontrol/pentagi/issues/312

Originally assigned to: @asdek on GitHub.

Affected Component

Core Services (Frontend UI/Backend API)

Describe the bug

After initial setup, no flow can be created. I tried setting it up myself and with the installer. Same result.

Steps to Reproduce

  1. Enter webui: https://my-pentagi:8443/flows/new
  2. Choose "Assistant"
  3. Check "Use Agents"
  4. Write prompt like: "Check google.com for SQL injections"

System Configuration

PentAGI Version: latest from Docker Hub (2.0.0)
Deployment Type: Docker Compose
Environment:

  • Docker version: Docker version 29.4.2, build 055a478
  • Docker compose version: Docker Compose version v5.1.3
  • Host OS: Ubuntu 26.04 LTS
  • Available Resources:
    • RAM: 4GB
    • CPU: 2 cores
    • Disk Space: 25GB free

Logs and Artifacts

pentagi   | time="2026-05-13T09:06:54Z" level=error msg="failed to get flow provider" error="failed to get primary docker image: API returned unexpected status code: 404"
pentagi   | time="2026-05-13T09:06:54Z" level=error msg="graphql request handled with errors" component=pentagi-gql duration=407.698471ms gql.errors="input: createAssistant failed to create flow worker: failed to get flow provider: failed to get primary docker image: API returned unexpected status code: 404\n" operation_name=createAssistant operation_type=mutation

Screenshots or Recordings

Image

Verification

  • I have checked that this issue hasn't been already reported
  • I have provided all relevant configuration files (with sensitive data removed)
  • I have included relevant logs and error messages
  • I am running the latest version of PentAGI
Originally created by @XenGi on GitHub (May 13, 2026). Original GitHub issue: https://github.com/vxcontrol/pentagi/issues/312 Originally assigned to: @asdek on GitHub. ### Affected Component Core Services (Frontend UI/Backend API) ### Describe the bug After initial setup, no flow can be created. I tried setting it up myself and with the installer. Same result. ### Steps to Reproduce 1. Enter webui: https://my-pentagi:8443/flows/new 2. Choose "Assistant" 3. Check "Use Agents" 4. Write prompt like: "Check google.com for SQL injections" ### System Configuration PentAGI Version: latest from Docker Hub (2.0.0) Deployment Type: Docker Compose Environment: - Docker version: Docker version 29.4.2, build 055a478 - Docker compose version: Docker Compose version v5.1.3 - Host OS: Ubuntu 26.04 LTS - Available Resources: - RAM: 4GB - CPU: 2 cores - Disk Space: 25GB free ### Logs and Artifacts ``` pentagi | time="2026-05-13T09:06:54Z" level=error msg="failed to get flow provider" error="failed to get primary docker image: API returned unexpected status code: 404" pentagi | time="2026-05-13T09:06:54Z" level=error msg="graphql request handled with errors" component=pentagi-gql duration=407.698471ms gql.errors="input: createAssistant failed to create flow worker: failed to get flow provider: failed to get primary docker image: API returned unexpected status code: 404\n" operation_name=createAssistant operation_type=mutation ``` ### Screenshots or Recordings <img width="597" height="297" alt="Image" src="https://github.com/user-attachments/assets/240082bc-2a3e-4e17-8ac2-732828ee2bc5" /> ### Verification - [x] I have checked that this issue hasn't been already reported - [x] I have provided all relevant configuration files (with sensitive data removed) - [x] I have included relevant logs and error messages - [x] I am running the latest version of PentAGI
yindo added the bug label 2026-06-06 22:09:08 -04:00
yindo closed this issue 2026-06-06 22:09:08 -04:00
Author
Owner

@XenGi commented on GitHub (May 27, 2026):

I now tried several times to setup pentagi (also with the installer) but always fail at this point. Does anyone have an idea?

<!-- gh-comment-id:4552425046 --> @XenGi commented on GitHub (May 27, 2026): I now tried several times to setup pentagi (also with the installer) but always fail at this point. Does anyone have an idea?
Author
Owner

@ganeshpalanisamynttr-cloud commented on GitHub (May 28, 2026):

@XenGi : I ran in to the exact same error and from one of the other issues i found that you got to have a key from one of openai or bedrock or i want to say claude, if not you are going to run in to the above error(atleast that's what I ran in to). i added openai at the top and now everything is working. I could be totally wrong here, but when i tried with my own custom endpoint, i ran in to the same error as you. Good luck.

Ref: https://github.com/vxcontrol/pentagi/issues/203

<!-- gh-comment-id:4564253720 --> @ganeshpalanisamynttr-cloud commented on GitHub (May 28, 2026): @XenGi : I ran in to the exact same error and from one of the other issues i found that you got to have a key from one of openai or bedrock or i want to say claude, if not you are going to run in to the above error(atleast that's what I ran in to). i added openai at the top and now everything is working. I could be totally wrong here, but when i tried with my own custom endpoint, i ran in to the same error as you. Good luck. Ref: https://github.com/vxcontrol/pentagi/issues/203
Author
Owner

@asdek commented on GitHub (May 29, 2026):

hey @XenGi

@ganeshpalanisamynttr-cloud totally right, it's an issue with LLM backend integration, 404 returns from provider side.
which LLM backend or cloud provider do you use?

<!-- gh-comment-id:4580525876 --> @asdek commented on GitHub (May 29, 2026): hey @XenGi @ganeshpalanisamynttr-cloud totally right, it's an issue with LLM backend integration, 404 returns from provider side. which LLM backend or cloud provider do you use?
Author
Owner

@XenGi commented on GitHub (Jun 5, 2026):

I try to connect to a openwebui. Still getting the same error in v2.1.0 but now as a 400 instead of a 404.

<!-- gh-comment-id:4631339458 --> @XenGi commented on GitHub (Jun 5, 2026): I try to connect to a openwebui. Still getting the same error in v2.1.0 but now as a 400 instead of a 404.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: vxcontrol/pentagi#101