-
Notifications
You must be signed in to change notification settings - Fork 95
JSONDecodeError: Expecting value #162
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
Comments
Thank you for taking the time to report this issue. |
Thanks for your kind help. The request is as below - DEBUG:pyodata.service:Send (execute) GET request to https://odata.restaurant365.net/api/v2/views/%24metadata#Company/Company And the response is as follows - DEBUG:pyodata.service:Received response |
Note, this is Odata v4 service. snippet from provided headers: At the moment pyodata supports only Odata v2, watch for issue #39 |
I can get entity set list. Then I try to get all entities by the following ---
company = clinet.entity_sets.Company.get_entities().select('companyId,name').execute()
the above piece of code fails with "JSONDecodeError: Expecting value" .
Is it not getting values in the source data? MS Excel Odata works fine with this set of source data, so I would not believe that source data has any issues. Any help is greatly appreciated.
The text was updated successfully, but these errors were encountered: