AlreadySubscribed error message

I am having issues with AlreadySubscribed error message:

{"echo_req":{"amount":"0.5","basis":"stake","contract_type":"CALL","currency":"USD","duration":"10","duration_unit":"t","proposal":1,"symbol":"frxEURUSD"},"error":{"code":"AlreadySubscribed","message":"You are already subscribed to proposal."},"msg_type":"proposal"}

I have code that forgets proposals and yet it does not resolve the issue.

It only started occurring today.

I have not changed the code on my end regarding purchasing so I am thinking it could be binary.com.

Comments

  • @account101 can you check your forget response and paste it here

  • edited September 2016

    Empty response, i was getting one that essentually took ages to come back then said that it was an incorrect request. Then ever since that it has been returning what I pasted above.

    Forget All "proposal":

    {
      "echo_req": {
        "forget_all": "proposal"
      },
      "forget_all": [
    
      ],
      "msg_type": "forget_all"
    }`
    
    Forget All "proposal_open_contract":
    `{
      "echo_req": {
        "forget_all": "proposal_open_contract"
      },
      "forget_all": [
    
      ],
      "msg_type": "forget_all"
    }
    
  • It seems to be working now if I don't login to my binary.com account.

    So I will update once I check the app.

  • Never mind, still an issue :S

  • @account101 as per forget response its empty so something strange is happening, I tested the same thing it works fine for me. Please see the sequence of calls you are making. Please note new proposal request should be made when you have received forget all response

Sign In or Register to comment.