-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Description

报错如下:
goroutine 1 [running]:
main.main()
/app/main.go:60 +0x99
2025/09/09 08:03:53.479317 main.go:117: [Info] load env file: .env
2025/09/09 08:03:53.479955 main.go:138: [Info] log level: debug
panic: InitializeInfra failed, err=init imagex client failed, err=tos: request error: Message=tos: unexpected status code error: StatusCode=403, ExpectedCodes=[200], RequestID=98ed01bfdf69d79468bfdf69-ba9c733-1uvtKT-HB-cb-tos-1az-front-aza-1, RequestID=98ed01bfdf69d79468bfdf69-ba9c733-1uvtKT-HB-cb-tos-1az-front-aza-1, EC=0003-00000015
goroutine 1 [running]:
main.main()
/app/main.go:60 +0x99
2025/09/09 08:04:54.437242 main.go:117: [Info] load env file: .env
2025/09/09 08:04:54.437941 main.go:138: [Info] log level: debug
panic: InitializeInfra failed, err=init imagex client failed, err=tos: request error: Message=tos: unexpected status code error: StatusCode=403, ExpectedCodes=[200], RequestID=e38001bfdfa6fe0668bfdfa6-b21de05-1uvtLS-HB-cb-tos-1az-front-azc-2, RequestID=e38001bfdfa6fe0668bfdfa6-b21de05-1uvtLS-HB-cb-tos-1az-front-azc-2, EC=0003-00000015
goroutine 1 [running]:
main.main()
/app/main.go:60 +0x99
2025/09/09 08:05:55.374891 main.go:117: [Info] load env file: .env
2025/09/09 08:05:55.375491 main.go:138: [Info] log level: debug
panic: InitializeInfra failed, err=init imagex client failed, err=tos: request error: Message=tos: unexpected status code error: StatusCode=403, ExpectedCodes=[200], RequestID=e38001bfdfe307f568bfdfe3-b21de05-1uvtMR-HB-cb-tos-1az-front-azc-2, RequestID=e38001bfdfe307f568bfdfe3-b21de05-1uvtMR-HB-cb-tos-1az-front-azc-2, EC=0003-00000015
goroutine 1 [running]:
main.main()
/app/main.go:60 +0x99
tos是开了公网的访问权限的,服务器上能ping通。
