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

More sentences crash processors #816

Open
kwalcock opened this issue Oct 11, 2024 · 3 comments
Open

More sentences crash processors #816

kwalcock opened this issue Oct 11, 2024 · 3 comments
Assignees

Comments

@kwalcock
Copy link
Member

This seems to have problems unrelated to the other ones:

<img data-cke-saved-src=”https://ichef-1.bbci.co.uk/news/624/cpsprodpb/A28E/production/_96741614_f2f1e164-0deb-4b81-a586-66ac3804fe66.jpg” src=”https://ichef-1.bbci.co.uk/news/624/cpsprodpb/A28E/production/_96741614_f2f1e164-0deb-4b81-a586-66ac3804fe66.jpg” datasrc=”https://ichef-1.bbci.co.uk/news/320/cpsprodpb/A28E/production/_96741614_f2f1e164-0deb-4b81-a586-66ac3804fe66.jpg” class=”responsive-image__img js-image-replace” alt=”MSNBC Public Relations tweets: ” it’s=”” a=”” sad=”” day=”” for=”” america=”” when=”” the=”” president=”” spends=”” his=”” time=”” bullying,=”” lying=”” and=”” spewing=”” petty=”” personal=”” attacks=”” instead=”” of=”” doing=”” job.
@kwalcock kwalcock self-assigned this Oct 11, 2024
@kwalcock
Copy link
Member Author

False alarm. It was failing the numbers check and was thrown out.

@kwalcock kwalcock reopened this Oct 11, 2024
@kwalcock
Copy link
Member Author

However, it crashes the present webapp, so there must be something more that is problematic about it.

@kwalcock
Copy link
Member Author

The problem is that it fails in HexaDecoder.decode(...). For each loop it throws the exception that is ignored (

case e: Throwable => // try again with a different set of paths
) and so the dependencies don't get filled in. The webapp and other applications should be prepared for this, but perhaps it also shouldn't be happening.

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

No branches or pull requests

1 participant