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

Bulk download: bulkDownload url params error #4

Closed
fangfenghuang opened this issue May 18, 2022 · 0 comments · Fixed by #5
Closed

Bulk download: bulkDownload url params error #4

fangfenghuang opened this issue May 18, 2022 · 0 comments · Fixed by #5

Comments

@fangfenghuang
Copy link
Contributor

backend:

E0518 09:06:21.850000       1 v2.go:105] EOF
E0518 09:31:27.503751       1 v2.go:105] EOF
E0518 09:31:42.500769       1 v2.go:105] use of closed network connection
E0518 09:32:05.285475       1 v2.go:105] EOF
E0518 09:38:39.170910       1 v2.go:105] EOF
E0518 09:39:53.137142       1 v2.go:105] EOF
2022/05/18 09:40:23 ERROR download.go:65 command terminated with exit code 1%!(EXTRA bytes.Buffer={[116 97 114 58 32 38 100 101 115 116 95 112 97 116 104 115 61 47 49 47 49 38 100 101 115 116 95 112 97 116 104 115 61 47 49 47 49 49 49 46 116 120 116 58 32 78 111 32 115 117 99 104 32 102 105 108 101 32 111 114 32 100 105 114 101 99 116 111 114 121 10 116 97 114 58 32 101 114 114 111 114 32 101 120 105 116 32 100 101 108 97 121 101 100 32 102 114 111 109 32 112 114 101 118 105 111 117 115 32 101 114 114 111 114 115 10] 0 0})

The error url is:

/api/kubeapiproxy/download?namespace=hff&pod=web-demo-5db56457d5-z7v28&container=app1&dest_paths=%26dest_paths%3D%2F1%2F111.txt%26dest_paths%3D%2F1%2F222.txt&style=zip&_t=1652876440725

dest_paths is error

The correct URL should be

/api/kubeapiproxy/download?namespace=hff&pod=web-demo-5db56457d5-z7v28&container=app1&dest_paths=%2F1%2F111.txt&dest_paths=%2F1%2F222.txt&style=zip&_t=1652876440725
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant