Application fails to start when HTTP_PROXY is set - “unexpected argument ‘–proxy’ found” #38

Closed
opened 2026-02-16 00:19:17 -05:00 by yindo · 2 comments
Owner

Originally created by @varluffy on GitHub (Mar 12, 2025).

Steps to Reproduce:

  1. Set the HTTP_PROXY environment variable
  2. Start the application.
  3. The application attempts to install dependencies and fails with the above error.
runtime_lifetime.go:76: [ERROR]init environment failed: failed to install dependencies: exit status 2, output: error: unexpected argument '--proxy' found
Originally created by @varluffy on GitHub (Mar 12, 2025). Steps to Reproduce: 1. Set the HTTP_PROXY environment variable 2. Start the application. 3. The application attempts to install dependencies and fails with the above error. ```shell runtime_lifetime.go:76: [ERROR]init environment failed: failed to install dependencies: exit status 2, output: error: unexpected argument '--proxy' found ```
yindo closed this issue 2026-02-16 00:19:17 -05:00
Author
Owner

@kurokobo commented on GitHub (Mar 12, 2025):

Not tested on my side, but it might have been fixed in #99.

@kurokobo commented on GitHub (Mar 12, 2025): Not tested on my side, but it might have been fixed in #99.
Author
Owner

@kurokobo commented on GitHub (Mar 18, 2025):

@Yeuoly
I've just sent follow-up PR for your #99: https://github.com/langgenius/dify-plugin-daemon/pull/119

@kurokobo commented on GitHub (Mar 18, 2025): @Yeuoly I've just sent follow-up PR for your #99: https://github.com/langgenius/dify-plugin-daemon/pull/119
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify-plugin-daemon#38