giellatekno / neahttadigisanit

Saami dictionary webapp
Other
2 stars 2 forks source link

NDS crashes on certain words #38

Open trondtynnol opened 3 months ago

trondtynnol commented 3 months ago

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

sanit.oahpa.no/nob/sme

muter.oahpa.no/mrj/fin

valks.oahpa.no/mdf/rus/

Phaqui commented 3 months ago

Great methodology, and great finds!

Phaqui commented 3 months ago

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

trondtynnol commented 3 months ago

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 commented 3 months ago

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

trondtynnol commented 3 months ago

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>