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

LaTeXML service ends point does not work anymore #39

Open
AndreG-P opened this issue Dec 6, 2019 · 1 comment
Open

LaTeXML service ends point does not work anymore #39

AndreG-P opened this issue Dec 6, 2019 · 1 comment
Assignees
Labels

Comments

@AndreG-P
Copy link
Member

AndreG-P commented Dec 6, 2019

Calling LaTeXML server does not work anymore. Thus multiple tests fail due to 404 and other errors. Furthermore, a simple fix (changing URL) does not work, since it seems the new server endpoints are different.

Currently, I try to figure out why curl request work but RestTemplate calls does not work. One possible problem might be that RestTemplate is old and as of newer versions of org.springframework.web will become deprecated as well. A better alternative should be WebClient (introduced with 5.0, see here).

@AndreG-P AndreG-P added the bug label Dec 6, 2019
@AndreG-P AndreG-P self-assigned this Dec 6, 2019
@AndreG-P
Copy link
Member Author

AndreG-P commented Dec 6, 2019

@physikerwelt I fixed the problem and it works with the other endpoint now. However, as you pointed it out yesterday, the semantic files, such as wikidata.sty, DRMFfcns.sty, DLMFmath.sty, etc., are not on the new server https://drmf-latexml.wmflabs.org/convert. Since we used these semantic LaTeXML requests in several scenarios (vmext-demo and MathMLBen), I would suggest we either add these files to the LaTeXML server https://drmf-latexml.wmflabs.org/convert or we create a LaTeXML server that has the information.

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

No branches or pull requests

1 participant