-
Notifications
You must be signed in to change notification settings - Fork 196
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
Unhandled SDKError looker_sdk.error.SDKError: <exception str() failed> #1454
Comments
I have got quite the same problem here when calling function sdk.create_group with Python sdk (but it works for other functions). In fact it creates the group as expected but still triggers this weird error |
I've fixed this issue, but I can't create a new branch in this repo. Can somebody please help me fix the permission issue and assist me in making my first contribution? Thank you. |
Error originates from the object
|
Thanks for reporting this! We welcome and encourage all contributions! However for testing/security reasons, we don't give write privileges to developers outside of google. @kiran2706 Can you setup a fork and a PR with your changes? We'll setup a PR in this repo with your commit (so you can have contribution). Thanks in advance! |
Fresh install including a downgraded cattrs per the known issue with it.
attrs==23.2.0
cattrs==23.1.2
certifi==2024.2.2
charset-normalizer==3.3.2
idna==3.7
looker-sdk==24.4.0
requests==2.31.0
typing_extensions==4.11.0
urllib3==2.2.1
Attempting to run example https://github.com/looker-open-source/sdk-codegen/blob/main/examples/python/simple_schedule_plan.py
Results in:
The text was updated successfully, but these errors were encountered: