game /POST error urn:blackbaud:unexpected

When trying to post an event, I get this error

https://api.sky.blackbaud.com/school/v1/athletics/teams/24551809/schedule

"{
""title"":"""",
""opponents"":[
""33919""
],
""location_id"":""58237"",
""location_ind"":1,
""cancel_type"":0,
""game_date"":""2021-09-17T17:30:00-04:00"",
""home_away_type"":0,
""league_ind"":1,
""scrimmage_ind"":false,
""tournament_ind"":false,
""invitational_ind"":false,
""playoff_ind"":false,
""send_notifications"":0,
""additional_notes"":null
}"

"{
""type"":""urn:blackbaud:unexpected"",
""title"":""An error has occurred."",
""status"":500,
""trace_id"":""72653072903bf86d044db80e301f25d0"",
""span_id"":""786ff0b195985f42""
}"

Comments

  • Another similar error

    "endpoint":"school\\/v1\\/athletics\\/teams\\/111528592\\/schedule",
    "request_method":"POST",
    "data":{
    "title":"",
    "opponents":[

    ],
    "location_id":"50539",
    "location_ind":1,
    "cancel_type":0,
    "game_date":"2021-08-24T10:00:00-04:00",
    "home_away_type":1,
    "departure_time":"09:10:00",
    "league_ind":0,
    "scrimmage_ind":true,
    "tournament_ind":false,
    "invitational_ind":false,
    "playoff_ind":false,
    "send_notifications":0,
    "additional_notes":null
    }
    }
    Got response from https://api.rschooltoday.com/client/blackbaud-sky on 07/15/2021 10:14:44 AM
    HTTP Status : 200

    exec time : 1.8284511566162 seconds
    {
    "status":"failed",
    "response":{
    "type":"urn:blackbaud:unexpected",
    "title":"An error has occurred.",
    "status":500,
    "trace_id":"d37d84e43b349555ba62a07344d8af1d",
    "span_id":"647f8bc6e2f76047"
    }
    }

    ************************************************************************************************************************

    ************************************************************************************************************************

Categories