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
Hi,
I see that Pyodata is compatible with OData V2. Just want to check if it compatible with OData V4. I am able to connect but not able to query.
I get the below error for the line execute():
Traceback (most recent call last):
File "c:\V\simple_OData_get_data.py", line 21, in for pending_hire in theservice.entity_sets.PENDING_HIRES.get_entities().execute():
File "C:\Users\v\AppData\Local\Programs\Python\Python310\lib\site-packages\pyodata\v2\service.py", line 332, in execute
return self._handler(response)
File "C:\Users\v\AppData\Local\Programs\Python\Python310\lib\site-packages\pyodata\v2\service.py", line 1438, in get_entities_handler
entities = content['d']
KeyError: 'd'
The text was updated successfully, but these errors were encountered:
Hi,
I see that Pyodata is compatible with OData V2. Just want to check if it compatible with OData V4. I am able to connect but not able to query.
I get the below error for the line execute():
Traceback (most recent call last):
File "c:\V\simple_OData_get_data.py", line 21, in
for pending_hire in theservice.entity_sets.PENDING_HIRES.get_entities().execute():
File "C:\Users\v\AppData\Local\Programs\Python\Python310\lib\site-packages\pyodata\v2\service.py", line 332, in execute
return self._handler(response)
File "C:\Users\v\AppData\Local\Programs\Python\Python310\lib\site-packages\pyodata\v2\service.py", line 1438, in get_entities_handler
entities = content['d']
KeyError: 'd'
The text was updated successfully, but these errors were encountered: