Skip to content
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

Error when processing #470

Open
chong206 opened this issue Oct 27, 2024 · 7 comments
Open

Error when processing #470

chong206 opened this issue Oct 27, 2024 · 7 comments
Assignees
Labels
help wanted Extra attention is needed

Comments

@chong206
Copy link

chong206 commented Oct 27, 2024

report errors
Redeploy, still reporting an error
getwud/wud:latest
2024 — WUD (version latest)

Error when processing (Error: Client network socket disconnected before secure TLS connection was established
Error when processing some containers (Cannot read properties of undefined (reading 'tag'))

截图_20241028190350

log
WUD (2).txt
WUD (3).txt

@chong206 chong206 reopened this Oct 28, 2024
@fmartinou
Copy link
Collaborator

Weird.

Where are your images from? Docker Hub?

Do you have any networking stuff that could prevent wud from performing Https requests to public registries?

@fmartinou fmartinou self-assigned this Nov 7, 2024
@fmartinou fmartinou added the help wanted Extra attention is needed label Nov 7, 2024
@chong206
Copy link
Author

chong206 commented Nov 18, 2024

@fmartinou
Yes, it is.
It's all pulled from Docker Hub.
It still fails after the update, I'm connecting through a proxy. The network should be fine. Other containers also access through this proxy without any problems, access is fine.
01
02
03

WUD.txt

docker create
--name WUD
--privileged
-v "/var/run/docker.sock:/var/run/docker.sock"
-v "/volume1/docker/WUD/":/store
-p 3000:3000
-e TZ="Asia/Shanghai"
-e WUD_AUTH_BASIC_c_USER=""
-e WUD_AUTH_BASIC_c_HASH="
"
-e WUD_TRIGGER_SMTP_QQ_HOST=""
-e WUD_TRIGGER_SMTP_QQ_PORT="
"
-e WUD_TRIGGER_SMTP_QQ_USER=""
-e WUD_TRIGGER_SMTP_QQ_PASS="
"
-e WUD_TRIGGER_SMTP_QQ_FROM=""
-e WUD_TRIGGER_SMTP_QQ_TO="
"
-e WUD_TRIGGER_SMTP_QQ_ONCE="false"
-e WUD_WATCHER_LOCAL_CRON="0 10 * * "
-e WUD_TRIGGER_SMTP_QQ_SIMPLETITLE="容器《${name}》有新版本${semver},请更新。"
-e WUD_TRIGGER_SMTP_QQ_SIMPLEBODY="容器《${name}》有新版本${semver},请更新。可以从版本:${local} 。更新到版本:${remote}"
-e WUD_REGISTRY_HUB_LOGIN="
"
-e WUD_REGISTRY_HUB_PASSWORD="
"
--restart unless-stopped
-e HTTP_PROXY=http://
...:**
-e HTTPS_PROXY=http://...:***
getwud/wud:latest

@fmartinou
Copy link
Collaborator

I'm not sure that the http client configured to query the registry automatically handles the HTTP_PROXY HTTPS_PROXY env vars 🤔 ; I need to check.

@fmartinou
Copy link
Collaborator

I checked; the HTTPS_PROXY env var is taken account.

What kind of proxy is it?

A Squid?

Or a proxy performing some kind of SSL Man In The Middle?

@chong206
Copy link
Author

I'm using a plugin in the OpenWrt router system with the name: OpenClash
Don't know much about the specifics

@fmartinou
Copy link
Collaborator

I didn't know it 🤷‍♂️
Did you try to temporary disable it or to temporary configure it as fully opened to confirm that the issue is related to proxy stuff?

@chong206
Copy link
Author

chong206 commented Jan 6, 2025

Global mode has been used. After a period of test use, I found that of the 20+ containers used, the containers would randomly report errors, sometimes normal, sometimes wrong.
I can't access the dockers normally because of the region, so I have to access them via proxy.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants