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

Add Troubleshooting guide #387

Open
3 tasks
6543 opened this issue Sep 30, 2021 · 1 comment
Open
3 tasks

Add Troubleshooting guide #387

6543 opened this issue Sep 30, 2021 · 1 comment
Assignees
Labels
documentation docu & docs
Milestone

Comments

@6543
Copy link
Member

6543 commented Sep 30, 2021

  • look at webhook delivery response & where to find ...
  • try to use proper (not self signed) ssl cert
  • ...
@6543 6543 added the documentation docu & docs label Sep 30, 2021
@6543 6543 added this to the 0.15.0 milestone Sep 30, 2021
@anbraten anbraten self-assigned this Dec 18, 2021
@anbraten anbraten changed the title [Docs] Add Trubleshouting guide Add Troubleshooting guide Dec 19, 2021
@6543 6543 modified the milestones: 0.15.0, 0.16.0 Dec 19, 2021
@6543
Copy link
Member Author

6543 commented Dec 19, 2021

on agent logs like:

{"level":"error","error":"Error response from daemon: client version 1.41 is too new. Maximum supported API version is 1.40","time":"2021-12-19T19:09:50Z","caller":"/woodpecker/src/github.com/woodpecker-ci/woodpecker/pipeline/backend/docker/docker.go:193","message":"could not kill container '0_5705324268471680695_clone'"}
{"level":"error","error":"Error response from daemon: client version 1.41 is too new. Maximum supported API version is 1.40","time":"2021-12-19T19:09:50Z","caller":"/woodpecker/src/github.com/woodpecker-ci/woodpecker/pipeline/backend/docker/docker.go:196","message":"could not remove container '0_5705324268471680695_clone'"}
{"level":"error","error":"Error response from daemon: client version 1.41 is too new. Maximum supported API version is 1.40","time":"2021-12-19T19:09:50Z","caller":"/woodpecker/src/github.com/woodpecker-ci/woodpecker/pipeline/backend/docker/docker.go:193","message":"could not kill container '0_5705324268471680695_stage_0'"}
{"level":"error","error":"Error response from daemon: client version 1.41 is too new. Maximum supported API version is 1.40","time":"2021-12-19T19:09:50Z","caller":"/woodpecker/src/github.com/woodpecker-ci/woodpecker/pipeline/backend/docker/docker.go:196","message":"could not remove container '0_5705324268471680695_stage_0'"}
{"level":"error","error":"Error response from daemon: client version 1.41 is too new. Maximum supported API version is 1.40","time":"2021-12-19T19:09:50Z","caller":"/woodpecker/src/github.com/woodpecker-ci/woodpecker/pipeline/backend/docker/docker.go:202","message":"could not remove volume '0_5705324268471680695_default'"}
{"level":"error","error":"Error response from daemon: client version 1.41 is too new. Maximum supported API version is 1.40","time":"2021-12-19T19:09:50Z","caller":"/woodpecker/src/github.com/woodpecker-ci/woodpecker/pipeline/backend/docker/docker.go:207","message":"could not remove network '0_5705324268471680695_default'"}

you likely have a docker version <= 19.x installed. you need to upgrade to >= 20.x

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation docu & docs
Projects
Status: Backlog
Development

No branches or pull requests

3 participants