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

Error 10083 #20

Closed geekium closed 10 years ago

geekium commented 10 years ago

The cmd window always throw the 10083 error but the function seems working well nonetheless. Maybe this cause the auto-tip function not working?

On windows 7(Simplified Chinese Language edition) with firefox 22.0. 2013-08-04_092353

Traceback (most recent call last): File "just-dice-bot.py", line 478, in JustDiceBet() File "just-dice-bot.py", line 278, in init if sys.stdin in select.select([sys.stdin], [], [], s)[0]: select.error: (10038, '')

KgBC commented 10 years ago

seems this call isn't working on windows, wonder why it's not documented in the python docs :) I'll implement an alternative.

KgBC commented 10 years ago

btw: did you get this error earlier during betting too? I'm using this construct twice.

KgBC commented 10 years ago

done. New version up in 15 minutes.