You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 11, 2022. It is now read-only.
When I submit a GET method request to Rangemap API, it show the following error message.
{
"error": {
"code": 500,
"description": "(SmartPhoneUtil-A-101) Mandatory parameter(s) missed or blank: Cannot calculate remaining range circle, deviceTime is missing!"
}
}
After I added the (deviceTime=1) queryString it show other error message
{
"error": {
"code": 500,
"description": "(SmartPhoneUtil-A-2012) Ressource not found. Cannot calculate remaining range circle!"
}
}
What should I input at deviceTime queryString?
Thanks.
When I submit a GET method request to Rangemap API, it show the following error message.
{
"error": {
"code": 500,
"description": "(SmartPhoneUtil-A-101) Mandatory parameter(s) missed or blank: Cannot calculate remaining range circle, deviceTime is missing!"
}
}
After I added the (deviceTime=1) queryString it show other error message
{
"error": {
"code": 500,
"description": "(SmartPhoneUtil-A-2012) Ressource not found. Cannot calculate remaining range circle!"
}
}
What should I input at deviceTime queryString?
Thanks.