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
Actual behavior:
I always got the following resopnse: {'checks': None, 'commit': None, 'message': 'Invalid value for name, must not be None', 'name': 'influxdb', 'status': 'fail', 'version': None}
I suspect that the response is not deserialised correctly.
The following inner exception happens: File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/influxdb_client/service/health_service.py", line 55, in get_health (data) = self.get_health_with_http_info(**kwargs) # noqa: E501 File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/influxdb_client/service/health_service.py", line 131, in get_health_with_http_info urlopen_kw=urlopen_kw) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/influxdb_client/api_client.py", line 345, in call_api _preload_content, _request_timeout, urlopen_kw) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/influxdb_client/api_client.py", line 182, in __call_api return_data = self.deserialize(response_data, response_type) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/influxdb_client/api_client.py", line 254, in deserialize return self.__deserialize(data, response_type) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/influxdb_client/api_client.py", line 293, in __deserialize return self.__deserialize_model(data, klass) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/influxdb_client/api_client.py", line 644, in __deserialize_model instance = klass(**kwargs) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/influxdb_client/domain/health_check.py", line 62, in __init__ self.name = name File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/influxdb_client/domain/health_check.py", line 90, in name raise ValueError("Invalid value forname, must not be None") # noqa: E501 ValueError: Invalid value for name, must not be None``
Specifications:
Client Version: InfluxDB Cloud 2.0
InfluxDB Version: 1.5.0
Platform: Mac & Linux
The text was updated successfully, but these errors were encountered:
Steps to reproduce:
Expected behavior:
A normal health check response
Actual behavior:
I always got the following resopnse:
{'checks': None, 'commit': None, 'message': 'Invalid value for
name, must not be
None', 'name': 'influxdb', 'status': 'fail', 'version': None}
I suspect that the response is not deserialised correctly.
The following inner exception happens:
File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/influxdb_client/service/health_service.py", line 55, in get_health (data) = self.get_health_with_http_info(**kwargs) # noqa: E501 File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/influxdb_client/service/health_service.py", line 131, in get_health_with_http_info urlopen_kw=urlopen_kw) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/influxdb_client/api_client.py", line 345, in call_api _preload_content, _request_timeout, urlopen_kw) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/influxdb_client/api_client.py", line 182, in __call_api return_data = self.deserialize(response_data, response_type) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/influxdb_client/api_client.py", line 254, in deserialize return self.__deserialize(data, response_type) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/influxdb_client/api_client.py", line 293, in __deserialize return self.__deserialize_model(data, klass) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/influxdb_client/api_client.py", line 644, in __deserialize_model instance = klass(**kwargs) File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/influxdb_client/domain/health_check.py", line 62, in __init__ self.name = name File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/influxdb_client/domain/health_check.py", line 90, in name raise ValueError("Invalid value for
name, must not be
None") # noqa: E501 ValueError: Invalid value for
name, must not be
None``Specifications:
The text was updated successfully, but these errors were encountered: