mirror of
https://github.com/vxcontrol/pentagi.git
synced 2026-07-20 23:57:11 -04:00
[GH-ISSUE #312] [Bug]: failed to get primary docker image: API returned unexpected status code: 404 #101
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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
System Configuration
PentAGI Version: latest from Docker Hub (2.0.0)
Deployment Type: Docker Compose
Environment:
Logs and Artifacts
Screenshots or Recordings
Verification
@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?
@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
@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?
@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.