1
Programmer Mode / Re: DuckDice stops after 50 bets
« on: August 03, 2022, 05:34:59 pm »
I found the error.
The script was sending the resetseed() command too frequently. Not sure if the site restriction is time-based or based on # of bets, but every 25 bets was too frequent.
That caused the 2nd attempt, at bet 50 to throw the error.
The script was sending the resetseed() command too frequently. Not sure if the site restriction is time-based or based on # of bets, but every 25 bets was too frequent.
That caused the 2nd attempt, at bet 50 to throw the error.