jokob-sk / NetAlertX

🖧🔍 WIFI / LAN intruder detector. Scans for devices connected to your network and alerts you if new and unknown devices are found.
GNU General Public License v3.0
3.15k stars 186 forks source link

Copy details from device does not work #721

Closed vladaurosh closed 4 months ago

vladaurosh commented 5 months ago

Is there an existing issue for this?

Current Behavior

Using latest stable version (v24.6.8) and seems that 'Copy details from device' does not work. Initially nothing happens but after ~30 seconds I get notification: Error executing query (attempts: 10), query: DROP TABLE temp_devices

More details from app log provided.

Expected Behavior

Expecting to copy details from chosen device

Steps To Reproduce

No response

app.conf

No response

docker-compose.yml

No response

What branch are you running?

Production

app.log

PHP Warning: SQLite3::query(): Unable to prepare statement: no such table: temp_devices in /app/front/php/server/db.php on line 88 Attempting to write '1|2024-07-01 21:05:15|d6c0b8c52de62d2b132baf70c00f82eb|DROP TABLE temp_devices ' to execution log file after failed query: DROP TABLE temp_devices Execution log file content after failed query attempt: 1|2024-07-01 21:05:15|d6c0b8c52de62d2b132baf70c00f82eb|DROP TABLE temp_devices

Debug enabled

jokob-sk commented 5 months ago

Thank @vladaurosh for reporting this.

This should be available in the next release. Please have a look at the netalertx-dev docker image, in about 15 minutes (or after the last action finishes) from now.

vladaurosh commented 4 months ago

Looks to be working in dev image. Thanks @jokob-sk

jokob-sk commented 4 months ago

Thanks for testing @vladaurosh ! 🙂

jokob-sk commented 4 months ago

Releasing -> closing