KgBC / just-dice-bot

Hi, this is a flexible betting bot for just-dice.com. Feel free to use it under GPL. If you want to donate some Beer/Satoshis: 1CDjWb7zupTfQihc6sMeDvPmUHkfeMhC83 Thanks. The ACES branch is considered stable, use this if you don't want to develop and do not need latest features: https://github.com/KgBC/just-dice-bot/tree/aces
GNU General Public License v2.0
18 stars 6 forks source link

Bot stops at just-dice Welcome screen #8

Closed rydor85 closed 11 years ago

rydor85 commented 11 years ago

Popup that says we'll call you Stephanie and then nothing happens. login information is correct.

KgBC commented 11 years ago

The bot has a long wait time at the start - have you waited > 60 seconds?

rydor85 commented 11 years ago

That might explain it, I just removed the extra condition and loaded it straight into the class id click at welcome screen (as it doesnt seem to save a site cookie) no matter what the welcome screen always pops, so using that I was able to just assume so and call the click operation.

KgBC commented 11 years ago

It should work if you just wait. Well, it must, but you may want to run it with visible=0 later (which is faster and not showing anything but console output).

Does it work when you just wait after starting it?

rydor85 commented 11 years ago

I don't know tbh, I removed the wait code because of the fact it never saves my login info. starts up quicker this way too.

KgBC commented 11 years ago

Well, if you just removed the wait it should work without removing too. The wait code is needed for slow computers, As I run it on a busy machine that makes sense for me.

If you want me to review your changes feel free to submit a patch.

I'm closing here, I think this is solved.