You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
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.
The text was updated successfully, but these errors were encountered: