-
Notifications
You must be signed in to change notification settings - Fork 2
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
Strange response for /getDetails Query #17
Comments
Thomas, were there changes in the PP? (otherwise pls reassign to FR) |
Nothing has changed recently on the PP, so I guess it comes from the FR. I think some changes have been made last week... I hand over to Hermann. |
fixed it in a way that even on partner failure documentbadges should be returned |
I'm currently facing a same problem and did some investigations. I found that there are three types of items:
Interestingly enough, I couldn't find a correlation regarding the data providers. Initially I assumed that there are some providers that respond faster than others and therefore their item are mostly type 3 items. But there are items of type 1 and 3 from the same provider in the same query. What I also found is, that the problem can not be mitigated by reducing the number of item per query. Even queries with only one item show the same characteristics. Type 1 example:
Type 2 example:
Type 3 example:
|
Is the version with the bugfix already online? |
not yet, will be deployed later on today |
Reopen because
|
The issue 22 in the recommender repo seems to be related, just mentioning it here to have a crossreference. |
Works for us now! |
The response for this
{
"loggingLevel": 0,
"queryID": "1174118456",
"documentBadge": [
{
"id": "24792b49-6db6-3af1-957d-3bcaf1003ff1",
"uri": "http://www.mendeley.com/research/saint-peter-1",
"provider": "Mendeley"
}
],
"origin": {
"clientType": "Swift-Test-Client",
"clientVersion": "0.21",
"module": "OS X Prototype",
"userID": "PDPS-WS2015"
}
}
/getDetails query
is this more or less empty json object:
{"documentBadge":[],"queryID":"1174118456"}
Why is the original information about id, uri, and provider removed? This happened never before and we thought that /getDetails function call adds something to the documentBadge-Information provided by the /recommend function call.
Endpoint for the /recommend and /getDetails-call:
https://eexcess-dev.joanneum.at/eexcess-privacy-proxy-issuer-1.0-SNAPSHOT/issuer/.
The text was updated successfully, but these errors were encountered: