Unable to query with mac address

Hi,

I tried this URL using the API:
http:///api/v0/devices?type=mac&query=00b0a0ff0b01

it returns :
{
“status”: “ok”,
“devices”: [],
“count”: 0
}

The device exist in the database.

if I use:
http:///api/v0/devices?type=ipv4&query=192.168.200.1

it returns the system information including the MAC address
{
“status”: “ok”,
“devices”: […],
“count”: 1
}

Do you have an idea about the issue ?

Environment:
LibreNMS in a docker container :
1.40 - Wed May 30 2018 15:34:50 GMT-0400
Container provided by :
jarischaefer/docker-librenms latest 3f5dcf09c994 9 months ago 850MB

Thank you.

From the looks of it you are on 1.40. I suggest you update we are 1.49 and fixing to release 1.50.