Hacktoberfest 2026: những issue maintainer đã đánh dấu cho tháng Mười, đang mở và phù hợp người mới. Xem issue Hacktoberfest

[BUG][Go Service][S3]Return 400 when requesting a product/version without component info on component list api.

Đang mở
#2,178 0 bình luận 0 reaction 1 người được giao Xem trên GitHub

@Xiaochao8 đang làm issue này rồi.

Từ ngày 22/3/2023.

Đánh giá

Issue này chưa được đánh giá.

Mô tả

area/go-service kind/bug priority/low

Describe the bug
commit: ef33139a4aaf16c0e90fcec00bfb305a3439b73e
[S3]Return 400 when requesting a product/version without component info on component list api.

Effected api:
component api, supported language list api, supported locale list api.

To Reproduce
Steps to reproduce the behavior:

  1. Here is a product/version in S3, but there is no component data under product/version directory.
  2. Request this product/version's component name list info with below api:
    GET [/translation/products/{productName}/versions/{version}/componentlist] API
  3. See the response:
{
  "response": {
    "code": 400,
    "message": "Product 'SingleVersionNoData' doesn't exist"
  }
}

Expected behavior
Return to 200 and empty list for components item.

Additional context
Not reproducible on bundle mode.

Ngôn ngữ chính
Java
Star
72
Fork
69
Merge trung bình
23 giờ 32 phút
Pull request đã merge (30 ngày)
4

Hướng dẫn đóng góp

Mở hướng dẫn đóng góp

Bắt đầu từ đâu

  1. Đọc hết issue, rồi đọc hướng dẫn đóng góp của dự án.
  2. Bình luận trên issue rằng bạn sẽ nhận — tránh hai người làm cùng một việc.
  3. Fork repository và làm thay đổi trên một nhánh.
  4. Mở pull request có tham chiếu số hiệu của issue.

Issue khác của vmware/singleton

Tất cả issue của vmware/singleton

Issue tương tự

Thêm issue về Java

Nhận issue mới trong hộp thư của bạn

Bản tóm tắt ngắn những issue GitHub phù hợp với người mới.