Replies: 1 comment 1 reply
-
Unfortunately, I don't know where to find the database for Pi-hole v6, nor do I know its structure, as I don't have one to hand. The error seems to come from the fact that the database cannot be found. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Mine doesn't
Scanning...
arp-scan Method...
arp-scan: One interface
Pi-hole Method...
Traceback (most recent call last):
File "/home/pi/pialert/back/pialert.py", line 3489, in
sys.exit(main())
^^^^^^
File "/home/pi/pialert/back/pialert.py", line 95, in main
res = scan_network()
^^^^^^^^^^^^^^
File "/home/pi/pialert/back/pialert.py", line 730, in scan_network
copy_pihole_network()
File "/home/pi/pialert/back/pialert.py", line 916, in copy_pihole_network
sql.execute ("ATTACH DATABASE '"+ PIHOLE_DB +"' AS PH")
sqlite3.OperationalError: unable to open database file
Beta Was this translation helpful? Give feedback.
All reactions