You have specified an array range that would select more than the maximum allowable array elements. You may only look at a maximum of 1000 elements at a time even if the array is larger than that.
Either enter values for minimum and maximum that define a smaller range of elements, or use a larger value for stride to select fewer array elements within the sub-range.