CESSProject / DeOSS

Implementation of object storage service based on cess platform
Apache License 2.0
12 stars 15 forks source link

Block hash of putting bucket returns an empty string #33

Closed jimmychu0807 closed 1 year ago

jimmychu0807 commented 1 year ago

This morning I am trying out DeOSS PutBucket API, as shown here. The response returned is 200. But the block hash is an empty string. Screenshot below:

Screenshot 2023-05-24 at 07 11 09

If needed, you can contact me at https://t.me/jimmychu0807. I am also working with @swowk.

jimmychu0807 commented 1 year ago

I think the bucket creation failed on the server side. Screenshot below. Let me know if there is anything I missed on the above PUT request. Thanks.

Screenshot 2023-05-24 at 07 21 20
AstaFrode commented 1 year ago

Hello Mr. Jimmy, there was a problem with our internal service route parsing, it has been fixed now, you can try again.

jimmychu0807 commented 1 year ago

I tried it again this afternoon. I got back a 400 response, shown below:

Screenshot 2023-05-25 at 19 19 19
jimmychu0807 commented 1 year ago

The bucket is actually successfully created, but the response returned is 400 with "failed" message.

Screenshot 2023-05-30 at 17 40 14