-
Notifications
You must be signed in to change notification settings - Fork 212
Getting started code throws error in notebook #467
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
Comments
It seems that the Getting Started code is expecting a specific kind of object, but when I run it, I get list. After printing all of the projects in my org I get this error:
To resolve this error, I removed the outer while loop and the if/else statement that was checking for the continuation_token resulting in this code:
Whereas before it was:
|
I'm also looking for a way to get the continuation_token as this is required when you have a big list (like when you are going to get the list of builds). |
Thanks @uncheckederror I was wondering why example was not working I created a PR to change the README to help others #474 |
Running this code from the Getting Started section of the readme.md:
Produces this error:
In this environment:
To solve this error you have to remove the ".value" on get_projects_response on line 20.
rather than the current:
Would be cool if the readme.md could get updated to improve the onboarding experience for this package.
The text was updated successfully, but these errors were encountered: