unfoldingWord / gateway-edit

Book Package harmonized view.
https://gatewayedit.com
MIT License
1 stars 4 forks source link

Crash Navigating to tit on test_org/en #577

Closed PhotoNomad0 closed 8 months ago

PhotoNomad0 commented 9 months ago

using GWE v2.1.0 build f845565 QA - When I set organization to test_org and language to en, it opens to Matthew. But when I change the book to tit, I see this crash:

Private Zenhub Image

PhotoNomad0 commented 9 months ago

It seems quite reproducible.

PhotoNomad0 commented 9 months ago

@kintsoogi This is the problem we saw before:

Screenshot 2023-11-14 at 1 51 50 PM

It looks like there is a problem that someone did a hand edit on one of the lines:

Screenshot 2023-11-14 at 1 59 37 PM

Should probably make the code more rugged so we don't crash on invalid tsv lines.

Another issue seems to be that this function is being called repeatedly even when we are not adding a row. In this case, if we do a refresh we hit this error before rendering even begins.

kintsoogi commented 9 months ago

@PhotoNomad0 Going to be working on this today!

kintsoogi commented 9 months ago

@danielklapp @elsylambert

This fix is ready in develop now!

Describe what your pull request addresses (Please include relevant issue numbers):

Please include detailed Test instructions for your pull request:

danielklapp commented 9 months ago

Not seeing this issue of crashing. Looks good with v2.1.0 build 65fd995 QA.