-
Notifications
You must be signed in to change notification settings - Fork 92
Description
Examples looked great & wished to try this out.
Possible Bug Report
Not sure if this is a bug or my own error. If this can be resolved great, if not also ok.
Running wifi-survey with docker run command as specified runs successfully - But when starting tests (Left click on Plan) receive "Aborted : Not connected to an access point" in bottom of window.
Plan stays loaded & can click all over map but always returns Aborted error
Host is connected on wifi network.
Docker container appears to correctly receive wifi information from host - running "sudo docker exec ../sbin/iwconfig lists the connection details which includes the BSSID etc. - Although I believe this is not used by wifi-survey any more, thought this at least proved the container received the details from the host.
Version
Using docker image ID 27941809078c
Installation Method
Installed Docker on Debian Buster Debian 4.19.235-1 (First time ever used Docker)
Installed wifi survey with
sudo docker run --net="host" --privileged --name survey -it --rm -v $(pwd):/pwd -w /pwd -e DISPLAY=$DISPLAY -v "$HOME/.Xauthority:/root/.Xauthority:ro" jantman/python-wifi-survey-heatmap wifi-survey -i wlp3s0 -s 192.168.x.x -p plan.png -t "Plan Heatmap"
Running iperf3 on separate system (Not in Docker) - Assuming the "Abort" issue is raised before any testing starts and I may have issues later if current issue can be resolved but one step at time.
Gtk-CRITICAL error - Don't think this error has anything to do with issue but does happen when launching.
Actual Output
Output from Terminal
(wifi-survey:1): Gtk-CRITICAL **: 21:29:57.664: gtk_distribute_natural_allocation: assertion 'extra_space >= 0' failed
[2022-06-17 21:30:04,489 WARNING] Not associated to an AP
sudo docker run --net="host" --privileged --name survey -it --rm -vv -v $(pwd):/pwd -w /pwd -e DISPLAY=$DISPLAY -v "$HOME/.Xauthority:/root/.Xauthority:ro" jantman/python-wifi-survey-heatmap wifi-survey -i wlp3s0 -s 192.168.3.200 -p Plan.png -t "Plan Heatmap"
Expected Output
Was hoping for the first test to run & reach 100%
Testing Assistance
Will help if I can, but may need detailed instructions to provide required information.