-
Notifications
You must be signed in to change notification settings - Fork 32
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
Search translation issues #740
Comments
@dstillman I checked the EIDR translator, added some logs and the whole
I'm slightly confused by this too, but let me explain briefly how lookup works on iOS and you'll probably have better idea what's wrong since you now the internals of translation too:
So for some reason
I'm not sure I can improve this on my side. The |
Looking at D1129911041, for an Add by Identifier attempt, I'm seeing some odd things.
First, probably no actual problem, but the output is a bit alarming:
Instead of a TypeError and stack trace, it would be better to just gracefully handle an id of the expected type not being found.
I'm also confused by the EIDR one, though, since
item.DOI
should exist. Something with EIDR taking an object and DOI Content Negotiation and others taking an array (which I'm actually confused by to begin with).And I guess I'm generally confused by the output for this operation. It seems to be doing the above process and then saying
translate called without specifying a translator. Running detection first.
and running detection again.And then, the reason I was looking at this to begin with,
10.1007/s11704-017-6132-7
is failing on iOS, whereas it works on desktop.(Perhaps related, there's a problem with the Airiti translator in that output — marked as a search translator but no
doSearch
. I've fixed that but wasn't getting the updated translator, so can't test.)The text was updated successfully, but these errors were encountered: