We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
MyImageHandler:DeleteMyImage() 수행 중에 다음 오류가 발생합니다.
panic: reflect: call of reflect.Value.IsNil on struct Value goroutine 13219 [running]: reflect.Value.IsNil(...) /snap/go/10743/src/reflect/value.go:1558 github.com/cloud-barista/cb-spider/cloud-control-manager/cloud-driver/drivers/alibaba/resources.AlibabaMyImageHandler.DeleteMyImage({{{0xc0014d29b0, 0xa}, {0xc0014d29c0, 0xc}, {0x0, 0x0}}, 0xc000220600}, {{0xc000cd22d0, 0x32}, {0xc001434f18, ...}}) /home/powerkim/cb-spider/cloud-control-manager/cloud-driver/drivers/alibaba/resources/MyImageHandler.go:243 +0xd92 github.com/cloud-barista/cb-spider/api-runtime/common-runtime.DeleteMyImage({0xc0014a37e8, 0x16}, {0xc001b18f98?, 0xc000516f60?}, {0xc00191ce00, 0x1d}, {0x63719f0, 0x5}) /home/powerkim/cb-spider/api-runtime/common-runtime/MyImageManager.go:441 +0x603 github.com/cloud-barista/cb-spider/api-runtime/common-runtime.deleteAllResourcesInResType.func1({0xc00191ce00, 0x1d}) /home/powerkim/cb-spider/api-runtime/common-runtime/CommonManager.go:1426 +0x30c created by github.com/cloud-barista/cb-spider/api-runtime/common-runtime.deleteAllResourcesInResType in goroutine 13207 /home/powerkim/cb-spider/api-runtime/common-runtime/CommonManager.go:1408 +0x15c
현재는 임시 방편으로 다음 commit으로 Patch해둔 상태입니다.
patch 버전으로 여러번 시험 해보지 않아서 다시 오류가 발생할 수도 있겠습니다.
삭제 로직에 문제는 없는지 등 점검 및 개선 부탁 드립니다.
The text was updated successfully, but these errors were encountered:
MZC-CSC
No branches or pull requests
MyImageHandler:DeleteMyImage() 수행 중에 다음 오류가 발생합니다.
현재는 임시 방편으로 다음 commit으로 Patch해둔 상태입니다.
patch 버전으로 여러번 시험 해보지 않아서 다시 오류가 발생할 수도 있겠습니다.
삭제 로직에 문제는 없는지 등 점검 및 개선 부탁 드립니다.
The text was updated successfully, but these errors were encountered: