You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.
Trying the current revision and it is failing trying to place a bet. I am definately logged in with the correct application string, certificates, username and password as I can interrogate the market catalogue.
The error I am getting is:
Error with code - Client and string - DSC-0018
Although I am trying to place a limit bet, changing my code to match the example in the order_test file (with suitable marketId and selection Id) also fails with the same error.
Any suggestions?
The text was updated successfully, but these errors were encountered:
This seemed to be caused by the inclusion of the unused 'empty' order types in the filterbody. Marshal isn't detecting the struct as empty and therefore ignores the omitempty flag. In addition due to precision issues sometimes float64s get Marshalled to x.yyyyyyyyyyy which BetFair reject.
I've submitted a PR which covers these issues #16
Trying the current revision and it is failing trying to place a bet. I am definately logged in with the correct application string, certificates, username and password as I can interrogate the market catalogue.
The error I am getting is:
Error with code - Client and string - DSC-0018
Although I am trying to place a limit bet, changing my code to match the example in the order_test file (with suitable marketId and selection Id) also fails with the same error.
Any suggestions?
The text was updated successfully, but these errors were encountered: