It's a good idea, though I varied several in that way without it making any difference. I had the handicap as "0", 0, 0.0 and all were accepted in the end. Similar with the marketId, and the size and price of bets.
I wondered whether LAPSE was invalid in play, but it turned out to be okay.
The key error... is that a Python error? I don't know how Python deals with objects, but I assume
place_order_load['error']
is retrieving something from place_order_load and is unable to. Perhaps there is no 'error' to retrieve? Could place_order_load['error'] be nothing? Guessing though.
Hi, sorry - I re-read your post and changed mine when I realised you still have an error and before I noticed you'd replied to it. I don't know if anything in the changed version might help.
Comment