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
The word 'hot' has a trailing newline, causing the Android app to fail to parse that line, since it reads line-by-line and splits on tab. It expects to see a line with 7 fields, and instead sees a line with 1 field, followed by a line with 6 fields.
We should make sure we strip surrounding whitespace, ideally from all fields.
The text was updated successfully, but these errors were encountered:
The word 'hot' has a trailing newline, causing the Android app to fail to parse that line, since it reads line-by-line and splits on tab. It expects to see a line with 7 fields, and instead sees a line with 1 field, followed by a line with 6 fields.
We should make sure we strip surrounding whitespace, ideally from all fields.
The text was updated successfully, but these errors were encountered: