chaos-mesh / chaos-mesh

A Chaos Engineering Platform for Kubernetes.
https://chaos-mesh.org
Apache License 2.0
6.78k stars 838 forks source link

load archives details failed #4095

Open lhh-yeah opened 1 year ago

lhh-yeah commented 1 year ago

Bug Report

What version of Kubernetes are you using?

1.24.4

What version of Chaos Mesh are you using?

2.6.0

What did you do? / Minimal Reproducible Example

click on any archive and it fails,I found that the API path called is wrong image image

What did you expect to see?

What did you see instead?

Output of chaosctl

STRRL commented 1 year ago

Hi @lhh-yeah , could you provide the log of chaos-dashboard to us?

songkang7 commented 1 year ago

@STRRL Hi, I have the same problem, here is the log from chaos-dashboard [GIN] 2023/08/18 - 09:19:15 | 200 | 9.113422ms | 8.222.143.21 | GET "/api/archives/workflows" [GIN] 2023/08/18 - 09:19:15 | 200 | 7.26454ms | 8.222.143.21 | GET "/api/archives/workflows" [GIN] 2023/08/18 - 09:19:16 | 200 | 10.989398ms | 8.222.143.21 | GET "/api/schedules" [GIN] 2023/08/18 - 09:19:18 | 200 | 101.973049ms | 8.222.143.21 | GET "/api/experiments" [GIN] 2023/08/18 - 09:19:22 | 200 | 27.65379ms | 8.222.143.21 | DELETE "/api/experiments/e18bde1a-362e-4679-b874-c59148b2944d" [GIN] 2023/08/18 - 09:19:22 | 200 | 99.882739ms | 8.222.143.21 | GET "/api/experiments" [GIN] 2023/08/18 - 09:19:25 | 200 | 114.659825ms | 8.222.143.21 | GET "/api/experiments" [GIN] 2023/08/18 - 09:19:25 | 200 | 102.083798ms | 8.222.143.21 | GET "/api/experiments" [GIN] 2023/08/18 - 09:19:27 | 200 | 7.086506ms | 8.222.143.21 | GET "/api/archives" [GIN] 2023/08/18 - 09:19:30 | 200 | 6.410724ms | 8.222.143.21 | GET "/api/archives/workflows" [GIN] 2023/08/18 - 09:19:30 | 200 | 8.472682ms | 8.222.143.21 | GET "/api/archives/schedules" [GIN] 2023/08/18 - 09:19:31 | 200 | 8.994387ms | 8.222.143.21 | GET "/api/archives/workflows" [GIN] 2023/08/18 - 09:19:33 | 200 | 7.063321ms | 8.222.143.21 | GET "/api/archives" [GIN] 2023/08/18 - 09:19:34 | 200 | 7.933412ms | 8.222.143.21 | GET "/api/archives" [GIN] 2023/08/18 - 09:19:35 | 200 | 7.880513ms | 8.222.143.21 | GET "/api/archives" [GIN] 2023/08/18 - 09:19:35 | 500 | 7.014813ms | 8.222.143.21 | GET "/api/archives/schedules/e18bde1a-362e-4679-b874-c59148b2944d" Error #01: error.api.bad_request: the archive schedule is not found [GIN] 2023/08/18 - 09:19:35 | 500 | 9.082034ms | 8.222.143.21 | GET "/api/archives/workflows/e18bde1a-362e-4679-b874-c59148b2944d" Error #01: error.api.bad_request: the archive schedule is not found [GIN] 2023/08/18 - 09:19:36 | 200 | 7.221091ms | 8.222.143.21 | GET "/api/events?object_id=e18bde1a-362e-4679-b874-c59148b2944d&limit=999" image image

mrgaozy commented 1 year ago

k8s v1.26.3 chaos v2.6.2 same question [GIN] 2023/09/07 - 06:24:36 | 500 | 2.753163ms | 210.13.84.194 | GET "/api/archives/schedules/4876e03a-eb53-4a1d-876f-2dccafdaedb9?namespace=XX" Error #01: error.api.bad_request: the archive schedule is not found [GIN] 2023/09/07 - 06:24:36 | 200 | 2.646171ms | 210.13.84.194 | GET "/api/events?object_id=4876e03a-eb53-4a1d-876f-2dccafdaedb9&limit=999&namespace=XX" [GIN] 2023/09/07 - 06:24:39 | 500 | 2.846734ms | 210.13.84.194 | GET "/api/archives/workflows/4876e03a-eb53-4a1d-876f-2dccafdaedb9?namespace=XX" Error #01: error.api.bad_request: the archive schedule is not found [GIN] 2023/09/07 - 06:24:39 | 500 | 2.587418ms | 210.13.84.194 | GET "/api/archives/schedules/4876e03a-eb53-4a1d-876f-2dccafdaedb9?namespace=XX" Error #01: error.api.bad_request: the archive schedule is not found

sherifkayad commented 10 months ago

Same problem and logs here

StyleTang commented 8 months ago

+1 Same issue.

image