ES /docs

CupixAuth::handleError - unknown error: "{\"statusCode\":404,\"headers\":{\"x-amz-request-id\":\"308

Service
cupixworks-capture-singleshot-agent
Occurrences
8
Status
Reported
Confidence
85%
Actionability
28%
Cluster ID
951a0357-1b74-4c11-9499-b767d9756320
First Seen
2026-04-09 21:20 UTC
Last Seen
2026-04-24 06:40 UTC
Actions

CupixAuth::handleError - unknown error: "{"statusCode":404,"headers":{"x-amz-request-id":"308

RCA Summary#

Singleshot agent가 capture 678511의 pano 80668710 원본 이미지를 다운로드하기 위해 GET /api/v1/panos/80668710/download?original=true를 호출했다. Tesla API는 get_revision_by_download_option에서 initial_revision(0) + 1 = 1로 revision을 계산하고, S3 presigned URL(resources/oty8x8/usea1/v1)로 302 redirect를 반환했다. 그러나 해당 S3 경로에 실제 오브젝트가 존재하지 않아 S3가 404를 반환했다. API는 presigned URL 생성 시 S3 오브젝트 존재 여부를 검증하지 않으며, pano resource의 revision 상태(v1에 실제 업로드되었는지)도 확인하지 않는다. Agent는 5회 재시도 후 최종 실패했고, CupixAuth::handleError에서 S3 응답을 "unknown error"로 로깅했다.

Scoring#

Confidence 85% · Actionability 28%

Confidence#

Dimension Score Detail
Evidence completeness 5/5 11 code refs, 4 log queries
Code path explicitness 3/3 11 file:line refs
Log evidence 3/3 section, query, pattern
RCA structure 3/3 3/3 sections
Revision history 0/3 0 revision(s)
Agent execution 3/3 success

Actionability#

Dimension Score Detail
Fix complexity 1/5 critical
Affected files 1/5 11 file(s)
Single repo 1/3 6 service(s)
Immediate actions 0/3 absent
Testability 0/3 no test info
External dependency 1/3 external deps found
Data migration 3/3 no migration