Skip to content
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

[changelist]Invalid value for data_pool, must be a value greater than or equal to 0 #34

Open
nehatomar12 opened this issue Aug 18, 2020 · 0 comments
Labels
Bug_Product Bugs related to the OneFS product.

Comments

@nehatomar12
Copy link

Hello
I am trying changelist API with oneFs simulator ,
while getting diff data i am facing below error
File "/usr/local/lib/python3.6/site-packages/isi_sdk_9_0_0/api/snapshot_changelists_api.py", line 58, in get_changelist_entries
(data) = self.get_changelist_entries_with_http_info(changelist, **kwargs) # noqa: E501
File "/usr/local/lib/python3.6/site-packages/isi_sdk_9_0_0/api/snapshot_changelists_api.py", line 155, in get_changelist_entries_with_http_info
collection_formats=collection_formats)
File "/usr/local/lib/python3.6/site-packages/isi_sdk_9_0_0/api_client.py", line 346, in call_api
_preload_content, _request_timeout)
File "/usr/local/lib/python3.6/site-packages/isi_sdk_9_0_0/api_client.py", line 185, in __call_api
return_data = self.deserialize(response_data, response_type)
File "/usr/local/lib/python3.6/site-packages/isi_sdk_9_0_0/api_client.py", line 257, in deserialize
return self.__deserialize(data, response_type)
File "/usr/local/lib/python3.6/site-packages/isi_sdk_9_0_0/api_client.py", line 296, in __deserialize
return self.__deserialize_model(data, klass)
File "/usr/local/lib/python3.6/site-packages/isi_sdk_9_0_0/api_client.py", line 671, in __deserialize_model
kwargs[attr] = self.__deserialize(value, attr_type)
File "/usr/local/lib/python3.6/site-packages/isi_sdk_9_0_0/api_client.py", line 274, in __deserialize
for sub_data in data]
File "/usr/local/lib/python3.6/site-packages/isi_sdk_9_0_0/api_client.py", line 274, in
for sub_data in data]
File "/usr/local/lib/python3.6/site-packages/isi_sdk_9_0_0/api_client.py", line 296, in __deserialize
return self.__deserialize_model(data, klass)
File "/usr/local/lib/python3.6/site-packages/isi_sdk_9_0_0/api_client.py", line 673, in __deserialize_model
instance = klass(**kwargs)
File "/usr/local/lib/python3.6/site-packages/isi_sdk_9_0_0/models/changelist_entry.py", line 112, in init
self.data_pool = data_pool
File "/usr/local/lib/python3.6/site-packages/isi_sdk_9_0_0/models/changelist_entry.py", line 256, in data_pool
raise ValueError("Invalid value for data_pool, must be a value greater than or equal to 0") # noqa: E501
ValueError: Invalid value for data_pool, must be a value greater than or equal to 0

@shilpiarya shilpiarya added the Bug_Product Bugs related to the OneFS product. label Dec 17, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug_Product Bugs related to the OneFS product.
Projects
None yet
Development

No branches or pull requests

2 participants