Skip to content
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

Attachments are not present in response #17

Open
tobiasdiez opened this issue Dec 5, 2015 · 2 comments
Open

Attachments are not present in response #17

tobiasdiez opened this issue Dec 5, 2015 · 2 comments

Comments

@tobiasdiez
Copy link

If I query the server for an url (e.g. http://arxiv.org/abs/1508.01114), then the response contains the bibliographic information (authors, abstract, etc) but no attachments. I would have expected that the url of the fulltext pdf is also returned.

If this is currently not possible, I would appreciate some helping comments where to start with the implementation.

@aurimasv
Copy link

aurimasv commented Jan 3, 2016

A more elaborate description of how you're performing this query would be helpful (i.e. is this your local translation server instance? What's the curl request/response for the query?)

I can confirm that the arXiv translator picks up the PDF for that page.

@tobiasdiez
Copy link
Author

It was a remote translation server and the query was
$ curl -d '{"url":"http://arxiv.org/abs/1508.01114","sessionid":"abc123"}' \ --header "Content-Type: application/json" \ http://adress:1969/web
so exactly the same curl as in the readme just with the changed url. I would post the server response here but the translation server is no longer operating (was just for testing purpose) and I have trouble installing the server locally.
By the way, is there a central translation server?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants