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
e.error_message is hardcoded but error_message isn't always available.
File "/usr/local/lib/python3.9/site-packages/open_feature/open_feature_client.py", line 78, in get_string_value
return self.evaluate_flag_details(
File "/usr/local/lib/python3.9/site-packages/open_feature/open_feature_client.py", line 228, in evaluate_flag_details
error_code=e.error_message,
AttributeError: 'ConnectTimeout' object has no attribute 'error_message'
python-sdk/open_feature/open_feature_client.py
Line 228 in f3dcad2
e.error_message
is hardcoded buterror_message
isn't always available.To Recreate
Add a provider with this signature
The text was updated successfully, but these errors were encountered: