There is not a great way to generate an agora partial as close as possible to (but below) a given price. So, in Cashtab, we iteratively generate offers until we get "just below" the this threshhold.
In initial testing, usually it took 2 or 3 attempts. But getting lots of reports about hitting max attempts, and I am able to repeat. It depends on the bid price and the quantity.
Bump the max attempts to 25. I have not seen more than 10. But as long as we are preventing an infinite loop, it is better to try 25 times than to have an inexplicable error at 5 times.
We also need to clear the error so the button is not disabled, requiring a refresh when this happens.