Snoopy
Snoopy copied to clipboard
"Database error:" logged when trying to access web UI
Hi Glenn, I'm working on getting your cool project setup using Raspberry Pi devices for the WiFi sensors. For the Snoopy server, I have set up a VM running Ubuntu 12.04 LTS 32bit, as per your notes in the server setup. I'm getting probe data, am seeing wigle activity, and see streetview images being saved under "web_data", so it looks like things are working. When I access the web ui however, I only get the boxes with the mac addresses for the title, but with no content inside the boxes. In the snoopy.log file, I see errors scroll by on each click of the mouse as I try to refresh the view. Please see a snapshot of errors I am seeing below and let me know if you wish me to send the full log for close inspection.
Any ideas?
Thanks!
Jon
2013-04-29 17:03:53 ERROR init.py: Database error: File "/home/woodstock/snoopy/server/bin/snoopy/src/snoopy/plugins/wigle.py", line 13, in wigle db.Probe.probe_ssid == db.Wigle.ssid
TypeError('
I have the same problem, no idea how to solve it...
I addressed the issue in my pull request. Try "pip uninstall requests" and then "pip install requests==0.14.2"
You will probably encounter a couple other issues that I have addressed as well, so if you encounter a problem you can check out my fork.