-
Notifications
You must be signed in to change notification settings - Fork 200
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Version bypass #306
Comments
I have been using popen calls to ipfs command line for well over a year waiting for this to resolve. Although the readme on this api claims it's tested against v0.8.0 it does not work from a pip3 install:
Notice the last message indicates allowable version must be less than 0.8.0 !!! The issue is line 68 of client/init : I am using ipfshttpclient v0.7.0 on Debian 11 bullseye, pip version 22.0.2 |
When an ipfs version changes, some things don't change.
For example, the
ipfs add
command may not change at all. So it doesn't make sense to brake that functionality.I understand tracking the compatible version of each command may be too much, but I think it makes sense to let people bypass the version checks.
There should be a flag like
unsafe_bypass_version_check
on the connect function.The text was updated successfully, but these errors were encountered: