Post
Topic
Board Gambling
Re: ★MyDiceBot★ - Ultimate Bitcoin Dice Bot. Bet More, Earn More!
by
zghenzi
on 01/05/2021, 00:00:50 UTC
Hey I was using your dicebot browser version when I noticed I was receiving the following error:

"TyperError: Cannot read property "iid" of null
isloop is false"

Then I switched to your console version and run it on linux (using version mydicebot-console-js-210415-linux-x64) and still the error persisted:
https://i.imgur.com/wKjaDMU.png

It seems the error happens from time to time and completely stops the autobet script.

I'm logging in into PrimeDice and using this simple script:

chance = 49.50;
multiplier = 2.0;
baseBet = 0.00001000;
betHigh = false;

  function dobet() {
      if (win) {
          nextBet = basebet;
      } else {
          nextBet = previousbet * multiplier;
      }
  }

Any ideas on what is causing it? Or maybe something to make start() if the bot stops? (although it's not very advisable)

Thanks.