Announcement

Collapse
No announcement yet.

List Events - Type 7

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • List Events - Type 7

    Hi,
    I can run this post:

    {"jsonrpc":"2.0","method":"SportsAPING/v1.0/listEvents","params":{"filter":{"eventTypeIds":["4339"],"marketCountries":["GB"]},"locale":null},"id":1}

    And it returns dog racing.

    However if i try this:
    {"jsonrpc":"2.0","method":"SportsAPING/v1.0/listEvents","params":{"filter":{"eventTypeIds":["7"],"marketCountries":["GB"]},"locale":null},"id":1}

    It is returning:
    "{\"jsonrpc\":\"2.0\",\"result\":[],\"id\":1}"

    Can someone help me?
    I've been running the list Events with type 7 for months and its been working fine.

  • #2
    No problems running it here - horse racing events being returned as normal.

    Comment


    • #3
      I have the same problem, so I think this issue should not be neglected.
      When I do a listEventTypes I get the following in return, notice that there are no eventType=7
      EventType: 468328 / EventName: Handball
      EventType: 1 / EventName: Soccer
      EventType: 2 / EventName: Tennis
      EventType: 3 / EventName: Golf
      EventType: 4 / EventName: Cricket
      EventType: 5 / EventName: Rugby Union
      EventType: 6 / EventName: Boxing
      EventType: 8 / EventName: Motor Sport
      EventType: 7524 / EventName: Ice Hockey
      EventType: 10 / EventName: Special Bets
      EventType: 451485 / EventName: Winter Sports
      EventType: 11 / EventName: Cycling
      EventType: 136332 / EventName: Chess
      EventType: 7522 / EventName: Basketball
      EventType: 1477 / EventName: Rugby League
      EventType: 4339 / EventName: Greyhound Racing
      EventType: 6231 / EventName: Financial Bets
      EventType: 2378961 / EventName: Politics
      EventType: 998917 / EventName: Volleyball
      EventType: 998918 / EventName: Bowls
      EventType: 26420387 / EventName: Mixed Martial Arts
      EventType: 3503 / EventName: Darts
      EventType: 72382 / EventName: Pool
      EventType: 2152880 / EventName: Gaelic Games
      EventType: 6422 / EventName: Snooker
      EventType: 6423 / EventName: American Football
      EventType: 315220 / EventName: Poker
      EventType: 7511 / EventName: Baseball

      Comment


      • #4
        Silly question - but are you logging in from a country that allows betting on horse races (some do not)?

        Comment


        • #5
          For me it has been working for quite a long time, and I can see the greyhound races, and there is no trouble betting on horse races using the normal site.

          Comment


          • #6
            i just noticed the same behavior here
            No Returns for EventType 7

            Comment


            • #7
              woks fine for me.

              e.g with the query: listEventTypes/{"filter":{"eventTypeIds":[]}}

              i get a List containing:

              {"marketCount":89,"eventType":{"id":"468328","name ":"Handball"}}
              {"marketCount":15962,"eventType":{"id":"1","name": "Soccer"}}
              {"marketCount":738,"eventType":{"id":"2","name":"T ennis"}}
              {"marketCount":25,"eventType":{"id":"3","name":"Go lf"}}
              {"marketCount":156,"eventType":{"id":"4","name":"C ricket"}}
              {"marketCount":66,"eventType":{"id":"5","name":"Ru gby Union"}}
              {"marketCount":37,"eventType":{"id":"6","name":"Bo xing"}}
              {"marketCount":342,"eventType":{"id":"7","name":"H orse Racing"}}
              {"marketCount":47,"eventType":{"id":"8","name":"Mo tor Sport"}}
              {"marketCount":362,"eventType":{"id":"7524","name" :"Ice Hockey"}}
              {"marketCount":21,"eventType":{"id":"10","name":"S pecial Bets"}}
              {"marketCount":3,"eventType":{"id":"11","name":"Cy cling"}}
              {"marketCount":7,"eventType":{"id":"451485","name" :"Winter Sports"}}
              {"marketCount":2,"eventType":{"id":"136332","name" :"Chess"}}
              {"marketCount":350,"eventType":{"id":"7522","name" :"Basketball"}}
              {"marketCount":27,"eventType":{"id":"1477","name": "Rugby League"}}
              {"marketCount":179,"eventType":{"id":"4339","name" :"Greyhound Racing"}}
              {"marketCount":65,"eventType":{"id":"6231","name": "Financial Bets"}}
              {"marketCount":78,"eventType":{"id":"2378961","nam e":"Politics"}}
              {"marketCount":52,"eventType":{"id":"998917","name ":"Volleyball"}}
              {"marketCount":30,"eventType":{"id":"998918","name ":"Bowls"}}
              {"marketCount":66,"eventType":{"id":"26420387","na me":"Mixed Martial Arts"}}
              {"marketCount":98,"eventType":{"id":"3503","name": "Darts"}}
              {"marketCount":1,"eventType":{"id":"72382","name": "Pool"}}
              {"marketCount":2,"eventType":{"id":"2152880","name ":"Gaelic Games"}}
              {"marketCount":5,"eventType":{"id":"6422","name":" Snooker"}}
              {"marketCount":379,"eventType":{"id":"6423","name" :"American Football"}}
              {"marketCount":7,"eventType":{"id":"315220","name" :"Poker"}}
              {"marketCount":28,"eventType":{"id":"7511","name": "Baseball"}}
              Last edited by gus; 04-10-2014, 07:55 PM. Reason: spelling!

              Comment


              • #8
                Seems requests from Germany cannot access horse racing for legal reasons (no matter if the account is registered in another country).

                Comment


                • #9
                  List Events - Type 7

                  That does seem to be the problem. I just tried 'listEventTypes' on a virtual server rented from a UK firm under a UK contract that just happens to be physically located in Germany, and it's not listing event type 7. The v6 SOAP interface will happily get markets and place bets running on the same machine using the same IP address.

                  Comment


                  • #10
                    Every now and again we also get the same thing using both Event Types "7" and "4339", a listEvents response with no Events. It happens very randomly and for no apparent reason as another request using the same data will return Events fine. It doesn't appear to be linked with any time of day either. Seems like it is another weird bug like the duplicate runner issue.

                    Comment

                    Working...
                    X