sjwar455 / bgg-collections

app to view collections of board games through board game geek
0 stars 0 forks source link

In big collections, some rows in the BoardgameList view are empty #1

Closed sjwar455 closed 4 years ago

sjwar455 commented 4 years ago

This is due to the collections variable of userData having some boardgame structs with init data only (i.e. were never filled with data parsed from url). Looking at the output log, it looks like some elements are getting parsing errors when pulling the collection data.

sjwar455 commented 4 years ago

UNADJUSTEDNONRAW_thumb_2

sjwar455 commented 4 years ago

See behavior of bug here: https://youtu.be/WGNCi9PWh8Y

sjwar455 commented 4 years ago

Upon further investigation, it turns out it was when the app was parsing for the individual boardgame data that the Parser error was encountered. It also appears that this bug does not always manifest. Upon several reruns without major changes to code, the app works fine. This makes me suspect it is a connection issue when connecting to the url to parse data from for each individual baordgame.