looker-open-source / sdk-codegen

One SDK to rule them all, and in the codegen bind them
MIT License
228 stars 192 forks source link

Looker SDK error with python/ubuntu #1221

Open andrew-NMDP opened 1 year ago

andrew-NMDP commented 1 year ago

We are experiencing a LookerSDK error today when trying to compare LookML between two instances of Looker. We ran this successfully two weeks ago using python 3.11.0 and ubuntu 22.04.5 but now receive this error and we haven't changed anything about our script:

File "/opt/hostedtoolcache/Python/3.11.0/x64/lib/python3.11/site-packages/looker_sdk/rtl/api_methods.py", line 93, in _return raise sdk_error looker_sdk.error.SDKError Error: Process completed with exit code 1.

we are running it hosted and not locally so can't look at line 93 in that file to understand any greater detail. We are using Looker's 4.0 api and we've tried multiple versions of python/ubuntu now.

FilipeOliveira92 commented 7 months ago

Did you manage to find how to fix this error?I'm getting this error, but I didn't find anything wrong, it was working normally and then it started giving this error.