You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Caused by: darabonba.core.exception.TeaException: The value is not a map at darabonba.core.utils.CommonUtil.assertAsMap(CommonUtil.java:45) at com.aliyun.sdk.gateway.oss.internal.interceptor.TransformRequestBodyInterceptor.fromBody(TransformRequestBodyInterceptor.java:58) at com.aliyun.sdk.gateway.oss.internal.interceptor.TransformRequestBodyInterceptor.modifyRequest(TransformRequestBodyInterceptor.java:31) at darabonba.core.interceptor.InterceptorChain.modifyRequest(InterceptorChain.java:69) at darabonba.core.TeaAsyncHandler.execute(TeaAsyncHandler.java:155) at com.aliyun.sdk.service.oss20190517.DefaultAsyncClient.putObject(DefaultAsyncClient.java:1225) at com.example.service.AliyunOssService.putObject(AliyunOssService.java:54) at com.example.service.AliyunOssServiceTests.testGetObject1(AliyunOssServiceTests.java:73) ... 69 more Caused by: java.lang.RuntimeException: The value is not a object ... 77 more
The text was updated successfully, but these errors were encountered:
PutObjectRequest putObjectRequest = PutObjectRequest.builder() //
.bucket("bucket") //
.key(key) //
.body(body) //
.build();
CompletableFuture response = asyncClient.putObject(putObjectRequest);
Caused by: darabonba.core.exception.TeaException: The value is not a map at darabonba.core.utils.CommonUtil.assertAsMap(CommonUtil.java:45) at com.aliyun.sdk.gateway.oss.internal.interceptor.TransformRequestBodyInterceptor.fromBody(TransformRequestBodyInterceptor.java:58) at com.aliyun.sdk.gateway.oss.internal.interceptor.TransformRequestBodyInterceptor.modifyRequest(TransformRequestBodyInterceptor.java:31) at darabonba.core.interceptor.InterceptorChain.modifyRequest(InterceptorChain.java:69) at darabonba.core.TeaAsyncHandler.execute(TeaAsyncHandler.java:155) at com.aliyun.sdk.service.oss20190517.DefaultAsyncClient.putObject(DefaultAsyncClient.java:1225) at com.example.service.AliyunOssService.putObject(AliyunOssService.java:54) at com.example.service.AliyunOssServiceTests.testGetObject1(AliyunOssServiceTests.java:73) ... 69 more Caused by: java.lang.RuntimeException: The value is not a object ... 77 more
The text was updated successfully, but these errors were encountered: