I built an array of arrays. I pushed new arrays into the array in several spots. In one of them, I pushed the values of an array into the array, and not the array itself. I am not 100% sure how that happened, especially with it working occasionally. But that’s solved. I don’t forsee any other places for this to go wrong. Some more error handling is in place too, which should make future troubleshooting easier.