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

NDS crashes on certain words #38

Open
7 of 8 tasks
trondtynnol opened this issue Jun 8, 2024 · 5 comments
Open
7 of 8 tasks

NDS crashes on certain words #38

trondtynnol opened this issue Jun 8, 2024 · 5 comments
Labels
bug Something isn't working

Comments

@trondtynnol
Copy link
Contributor

trondtynnol commented Jun 8, 2024

I have searched through the access logs to find words that return a 500 when searched for, these should be looked into

saan.oahpa.no/sms/fin

  • teâđsted
  • iisâs

sanit.oahpa.no/nob/sme

  • frivillig

muter.oahpa.no/mrj/fin

  • шӱдӓш
  • шуды
  • кол
  • and many others

valks.oahpa.no/mdf/rus/

  • ава
@trondtynnol trondtynnol added the bug Something isn't working label Jun 8, 2024
@Phaqui
Copy link
Contributor

Phaqui commented Jun 10, 2024

Great methodology, and great finds!

@Phaqui
Copy link
Contributor

Phaqui commented Jun 10, 2024

nobsme "frivillig" was caused by an an xml file not validating with the dtd. It has been fixed.

@trondtynnol
Copy link
Contributor Author

XML errors seem like a common source of crashes. I have made the list into check boxes and cross out the ones which have been fixed.

@trondtynnol
Copy link
Contributor Author

trondtynnol commented Jun 12, 2024

errors in mrj on muter seem to be fixed as of e3bce55

@trondtynnol
Copy link
Contributor Author

The lang-mdf-rus errors in valks seem to be caused by some strange example sentence syntax:
<xg><x1>кашан алашась ажиясовок аф кирдеви<x2 /> норовистую лошадь и в оглоблях не удержишь</x1> </xg>

This correcsponds to NDS-style <xg><x>кашан алашась ажиясовок аф кирдеви</x> <xt xml:lang="rus"> норовистую лошадь и в оглоблях не удержишь</xt> </xg>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants