>>> data = spp.get_data("Transcript", IdSession=5001) Traceback (most recent call last): File "/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/pyodata/v2/model.py", line 389, in parse_datetime_literal return datetime.datetime.strptime(value, '%Y-%m-%dT%H:%M:%S.%f') File "/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/_strptime.py", line 568, in _strptime_datetime tt, fraction, gmtoff_fraction = _strptime(data_string, format) File "/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/_strptime.py", line 349, in _strptime raise ValueError("time data %r does not match format %r" % ValueError: time data '0000-00-00T00:00:00' does not match format '%Y-%m-%dT%H:%M:%S.%f' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/pyodata/v2/model.py", line 392, in parse_datetime_literal return datetime.datetime.strptime(value, '%Y-%m-%dT%H:%M:%S') File "/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/_strptime.py", line 568, in _strptime_datetime tt, fraction, gmtoff_fraction = _strptime(data_string, format) File "/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/_strptime.py", line 349, in _strptime raise ValueError("time data %r does not match format %r" % ValueError: time data '0000-00-00T00:00:00' does not match format '%Y-%m-%dT%H:%M:%S' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/pyodata/v2/model.py", line 395, in parse_datetime_literal return datetime.datetime.strptime(value, '%Y-%m-%dT%H:%M') File "/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/_strptime.py", line 568, in _strptime_datetime tt, fraction, gmtoff_fraction = _strptime(data_string, format) File "/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/_strptime.py", line 349, in _strptime raise ValueError("time data %r does not match format %r" % ValueError: time data '0000-00-00T00:00:00' does not match format '%Y-%m-%dT%H:%M' During handling of the above exception, another exception occurred: Traceback (most recent call last): File "", line 1, in File "/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/swissparlpy/__init__.py", line 33, in get_data return client.get_data(table, filter, **kwargs) File "/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/swissparlpy/client.py", line 50, in get_data return SwissParlResponse( File "/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/swissparlpy/client.py", line 61, in __init__ self.entities = entity_request.execute() File "/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/pyodata/v2/service.py", line 328, in execute return self._handler(response) File "/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/pyodata/v2/service.py", line 1409, in get_entities_handler entity = EntityProxy(self._service, self._entity_set, self._entity_set.entity_type, props) File "/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/pyodata/v2/service.py", line 768, in __init__ self._cache[type_proprty.name] = type_proprty.from_literal(type_proprty.typ.null_value) File "/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/pyodata/v2/model.py", line 839, in from_literal return self.typ.traits.from_literal(value) File "/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/pyodata/v2/model.py", line 556, in from_literal return parse_datetime_literal(datetime_part).replace(tzinfo=tz_info) File "/Library/Frameworks/Python.framework/Versions/3.9/lib/python3.9/site-packages/pyodata/v2/model.py", line 397, in parse_datetime_literal raise PyODataModelError(f'Cannot decode datetime from value {value}.') pyodata.exceptions.PyODataModelError: Cannot decode datetime from value 0000-00-00T00:00:00.