-
Notifications
You must be signed in to change notification settings - Fork 731
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
AttributeError: 'AuthenticatedClient' object has no attribute 'cancelAll' #15
Comments
Hey Reed, thank you for reaching out! I wish I had the answer, but I do not have enough information to be 100% confident. Did you install the package through PIP or a manual method? The cancelAll() method is quite recent and has not been added to the current version of PIP. I will update the PIP package shortly and post here when complete. If this does not resolve the issue, please provide more information regarding how you are including the GDAX wrapper in your project and I will do my best to help. |
PIP has been updated to version 0.2.2, please update your project and let us know if you keep experiencing issues.
|
I am sure that's what it is. Will reinstall next week and close issue when it works. Thanks for your help and quick response. |
@danpaquin This solved the problem. The version on pip was behind the github version. Updating the pip version to the current status fixed it. Thanks for your help on this. Love the library. |
authClient.cancelAll() doesn't seem to be working.
Any ideas?
Very willing to believe that this is something I am doing wrong but still can't figure out what it might be. I do see that
AuthenticatedClient.cancelAll()
exists in AuthenticatedClient.py.The text was updated successfully, but these errors were encountered: