Sorry, an error occurred while processing your request.

Hello. I send a lot of requests for the purchase of contracts. Some of them are accepted, but the answer is such an error. Why can this happen?

Array
(
[echo_req] => Array
(
[buy_contract_for_multiple_accounts] => 1
[parameters] => Array
(
[amount] => 97.52
[app_markup_percentage] => 0
[basis] => stake
[contract_type] => PUT
[currency] => USD
[duration] => 300
[duration_unit] => s
[passthrough] => 7389148
[symbol] => frxEURGBP
)

        [price] => 97.52
        [tokens] => Array
            (
                [0] => XXXXXXXXXXXXXXXX
            )

    )

[error] => Array
    (
        [code] => WrongResponse
        [message] => Sorry, an error occurred while processing your request.
    )

[msg_type] => buy_contract_for_multiple_accounts

)

Comments

  • WrongResponse happens when there is network issue or server issue, specifying that service was not able to reply in proper time

  • What can we do to exclude these errors? We are send lots of bets to many users from one server (one IP). Several servers (with different IP) can solve this problem?

Sign In or Register to comment.