mirror of
https://github.com/vxcontrol/pentagi.git
synced 2026-07-21 08:15:23 -04:00
[GH-ISSUE #80] [Bug]: browser tool always fails with unsupported protocol scheme #48
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 @schniggie on GitHub (Nov 2, 2025).
Original GitHub issue: https://github.com/vxcontrol/pentagi/issues/80
Originally assigned to: @asdek on GitHub.
Affected Component
Security Tools Integration
Describe the bug
Everytime the browser tool is used, I see the following kind of errors. Using OpenAI with default mode config.
Steps to Reproduce
Start any task where web browsing in involved.
System Configuration
Docker Image: vxcontrol/pentagi,latest,007492e4c5bf
Logs and Artifacts
No response
Screenshots or Recordings
No response
Verification
@asdek commented on GitHub (Nov 2, 2025):
hello @schniggie
I checked this payload on my side and it works, please, check these env vars in your
.envfileSCRAPER_PUBLIC_URLandSCRAPER_PRIVATE_URL, at leastSCRAPER_PRIVATE_URLshould be valid URL to your scraper instance like from.env.exampleSCRAPER_PRIVATE_URL=https://someuser:somepass@scraper/Have you been using installer tool or did you configure
.envfile manually?@schniggie commented on GitHub (Nov 3, 2025):
@asdek again kudos to your fast response :)
For installation I just followed: https://pentagi.com/get-started and did the Quick Installation.
.env is as example with my
OPEN_AI_KEYandPENTAGI_LISTEN_IP=0.0.0.0, scraper config in unchanged:All containers are fine:
In regards to the scraper service, I see regularly in the log:
Never seen the scraper doing anything, alwasys stays at 0 for all values.