-
Notifications
You must be signed in to change notification settings - Fork 22
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
Replace broken Travis CI by GitHub action #168
Conversation
Signed-off-by: Stefan Weil <sw@weilnetz.de>
It was replaced by a GitHub action, so replace the build status badge, too. Signed-off-by: Stefan Weil <sw@weilnetz.de>
Signed-off-by: Stefan Weil <sw@weilnetz.de>
The CI currently fails for no obvious reason when running PageConverter.jar to convert an ALTO file (which looks good) to PAGE XML, like it is done manually in this command:
|
I tried the call directly too but for me it fails because
because apparently the LoC is using Cloudflare which does not allow calling with the user agent of If you have an idea how to get past that, I can investigate further, for now I am stuck. One guess would be that |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Otherwise it looks fine, thanks @stweil.
Strange. Why do you see an IOException for an http URL, although the ALTO file uses an https URL? The error message which I get with "lineNumber: 1; columnNumber: 1" is misleading. The ALTO input is processed and converted to a PAGE XML file which looks correct. So the SAXParseException occurs after the conversion. Nothing changes if I remove line 1 from the ALTO file. |
I'll merge this pull request. The PageConverter issue will be handled separately. |
No description provided.