kismetwireless / kismet

Github mirror of official Kismet repository
Other
1.49k stars 292 forks source link

REST-API. "Devices by capture source" returns an error 404 #498

Open PavelBiz opened 6 months ago

PavelBiz commented 6 months ago

Hello. On version 2023-07 when requesting results by source "/devices/views/seenby-uuid/{UUID}/devices.json" In response, error 404 is returned. On version 2022-08, everything worked correctly.

hobobandy commented 6 months ago

In git-verison, this endpoint works: /devices/views/seenby-{UUID}/devices.json

Not sure if intended since documented otherwise.

Possible relevent code: devicetracker.cc - line 2018

PavelBiz commented 6 months ago

This endpoint works: /devices/views/seenby-{UUID}/devices.json in version 2023-07 and in version 2022-08,

But for some reason, the documented endpoint has a different type