OData / OData/odataorg.github.io

{"error":{"code":"","message":"Value cannot be null.\r\nParameter name: source"}}

Open
#369 2 comments 0 reactions 1 assignee View on GitHub

@marabooy is already working on this.

Since Jul 9, 2024.

bug
Dominant language
HTML
Stars
73
Forks
106
PR merge metrics
No merged PRs in 30d

Description

I am trying to use the reference service https://services.odata.org/TripPinRESTierService form Salesforce, and the Airlines and Airports works well. But when I try to access the Person Object, I get this error:

{"error":{"code":"","message":"Value cannot be null.\r\nParameter name: source"}}

This is the query that is being made.

https://services.odata.org/TripPinRESTierService/(S(y5p3g0acttyshhhmucgq5fvb))/People?$filter=UserName eq 'angelhuffman'&$count=true&$select=AddressInfo,Age,Emails,FavoriteFeature,Features,FirstName,Gender,HomeAddress,LastName,MiddleName,UserName

I am assuming the primary key of that object is the Username.

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.