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
As seen in the response, the response get from using ipfshttpclient has different CID from the one get using HTTP API or CLI. Also, the size should actually be 0, not 6.
If using a file with some content (not empty), the size difference could be observed as well.
The text was updated successfully, but these errors were encountered:
Problem
The CID v1 retrieved using the ipfshttpclient is different with the CID retrieved using IPFS HTTP API or CLI directly.
Environment
OS:
Ubuntu 20.04
Python version:
3.8.5
Package version:
ipfshttpclient==0.8.0a2
ipfs version:
0.8.0
Minimal code to reproduce the problem
Using an empty file to reproduce the problem. The problem is also reproducible using any file.
As seen in the response, the response get from using ipfshttpclient has different CID from the one get using HTTP API or CLI. Also, the size should actually be
0
, not6
.If using a file with some content (not empty), the size difference could be observed as well.
The text was updated successfully, but these errors were encountered: