Hello,
After 6 bets, the next one gets stuck. Below you have the log info.
{"error":"You can only play one bet per currency at a time"}
{"error":"You can only play one bet per currency at a time"}
System.InvalidOperationException: No row can be added to a DataGridView control that does not have columns. Columns must be added first.
at System.Windows.Forms.DataGridViewRowCollection.InsertInternal(Int32 rowIndex, DataGridViewRow dataGridViewRow)
at System.Windows.Forms.DataGridViewRowCollection.Insert(Int32 rowIndex, DataGridViewRow dataGridViewRow)
at System.Windows.Forms.DataGridViewRowCollection.Insert(Int32 rowIndex, Object[] values)
at DiceBot.cDiceBot.AddBet(Object Bet)
at DiceBot.DiceSite.FinishedBet(Bet newBet)
at DiceBot.WolfBet.placebetthread(Object obj)
{"bet":{"hash":"ad22f251-04d7-4859-b0fc-06576e803f71","nonce":111,"currency":"trx","amount":"0.00619009","profit":"0.0060662882","multiplier":"1.98","bet_value":"49.99","rule":"over","result_value":"54.35","state":"win","published_at":1606996437,"game":{"name":"dice"}},"userBalance":{"amount":1520.5397443532,"currency":"trx"}}
Can someone please help?
Thanks