ipfs-shipyard / ipfs-shipyard/py-ipfs-http-client
pin option for add doesn't appear to do any pinning
- Dominant language
- Python
- Stars
- 685
- Forks
- 200
- PR merge metrics
- No merged PRs in 30d
Description
I am using ipfshttpclient with python 3.12.
I am calling:
`results = client.add(*files , pin=True, cid_version=1, wrap_with_directory=True)`
which is hitting my kubo node and this is working, however it doesn't seem to actually pin the files.
I can see in the code its passed as an option and is added to the client request as kwargs but i'm not sure its working as intended.
If i go in to kubo i can't see them and i have to go to the files section and add the CID manually before they show up in the files section
Do i need to manually pin each file ?
Thanks
Amias
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.