Can anyone help me with this kind of error? The serial number ,FCC id and the key are valid but the response returns error . When I set a random serial number and also set FCCid as "TEST" , it lists available spectrum for the device.
> "jsonrpc": "2.0",
> "method": "spectrum.paws.getSpectrum",
> "apiVersion": "v1explorer",
> "params": {
> "type": "AVAIL_SPECTRUM_REQ",
> "version": "1.0",
> "deviceDesc": { "serialNumber": "160PC13060007", "fccId": "QC8-RDL3000RMF", "fccTvbdDeviceType": "FIXED" },
> "location": { "point": { "center": {"latitude": 28.00000, "longitude": -81.00000} } },
> "antenna": { "height": 30.0, "heightType": "AGL" },
> "owner": { "owner": { } },
> "capabilities": { "frequencyRanges": { "startHz": 0, "stopHz": 80000000 } },
> "key": "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
> },
> "id": "121"
> }'
{
"error": {
"code": -32000,
"message": "The request failed due to an internal error in the database",
"data": [
{
"domain": "global",
"reason": "internalError",
"message": "The request failed due to an internal error in the database"
}
]
},
"jsonrpc": "2.0",
"id": "121"
}