You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just tried version 1.13.0 (the travis build), but a created backup file is still corrupted and cannot be imported again via the GUI.
My resulting backup file has 125 lines and is ~3000 bytes now (before with 1.12.6 it was ~1500 bytes) and each line looks complete, so it seems as if it is not truncated somewhere in the middle. It ends like so:
I think the problem is mainly because of a missing closing bracket which violates JSON syntax rules. Maybe that was forgotten in the new output scheme invented to fix #896?
In reference to issue #896:
I just tried version 1.13.0 (the travis build), but a created backup file is still corrupted and cannot be imported again via the GUI.
My resulting backup file has 125 lines and is ~3000 bytes now (before with 1.12.6 it was ~1500 bytes) and each line looks complete, so it seems as if it is not truncated somewhere in the middle. It ends like so:
I think the problem is mainly because of a missing closing bracket which violates JSON syntax rules. Maybe that was forgotten in the new output scheme invented to fix #896?
BTW:
The text was updated successfully, but these errors were encountered: