Replies: 3 comments 1 reply
-
Hi there,
Looks like you want to use pinhole in your setup.
Can you please share your docker-compose and relevant pialert.conf settings?
Thanks in advance,
j
…On Wed, 14 Dec 2022, 23:51 xeion, ***@***.***> wrote:
Hi,
Im trying to run Pi.Alert in docker but im unable to start it..
I always get the error
Traceback (most recent call last):
File "/home/pi/pialert/back/pialert.py", line 2352, in
sys.exit(main())
File "/home/pi/pialert/back/pialert.py", line 187, in main
scan_network()
reporting = copy_pihole_network() or reporting
File "/home/pi/pialert/back/pialert.py", line 703, in copy_pihole_network
sql.execute ("""INSERT INTO PiHole_Network (PH_MAC, PH_Vendor,
PH_LastQuery,
sqlite3.OperationalError: no such table: PH.network
Scan Devices
ScanCycle:1
Timestamp:2022-12-14 13:44:00
I have downloaded the database from
https://github.com/jokob-sk/Pi.Alert/blob/main/db/pialert.db?raw=true
—
Reply to this email directly, view it on GitHub
<https://github.com/jokob-sk/Pi.Alert/discussions/116>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AW5URDFAG4WH7C27NHFOQKTWNG7GPANCNFSM6AAAAAAS6OIKCI>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Thanks, I think there might be a few issues with your setup: You map the file
But the config has
Make sure these settings align. Also in your subnets config (might not be relevant if you use pihole) you are not using the correct format (list/array) for multiple subnets: Your config:
Correct format:
Hope this helps! |
Beta Was this translation helpful? Give feedback.
-
Awsome! |
Beta Was this translation helpful? Give feedback.
-
Hi,
Im trying to run Pi.Alert in docker but im unable to start it..
I always get the error
Traceback (most recent call last):
File "/home/pi/pialert/back/pialert.py", line 2352, in
sys.exit(main())
File "/home/pi/pialert/back/pialert.py", line 187, in main
scan_network()
reporting = copy_pihole_network() or reporting
File "/home/pi/pialert/back/pialert.py", line 703, in copy_pihole_network
sql.execute ("""INSERT INTO PiHole_Network (PH_MAC, PH_Vendor, PH_LastQuery,
sqlite3.OperationalError: no such table: PH.network
Scan Devices
ScanCycle:1
Timestamp:2022-12-14 13:44:00
I have downloaded the database from https://github.com/jokob-sk/Pi.Alert/blob/main/db/pialert.db?raw=true
Beta Was this translation helpful? Give feedback.
All reactions