mirror of
https://github.com/SpacehuhnTech/esp8266_deauther.git
synced 2026-04-26 08:15:51 +03:00
[GH-ISSUE #62] APs scan issue #41
Labels
No labels
best of
bug
development
discussion
documentation
duplicate
feature request
help wanted
help wanted
improvement
pinned
pull-request
question
stale
translation
v3
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/esp8266_deauther#41
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ForeheadFox on GitHub (Mar 3, 2017).
Original GitHub issue: https://github.com/SpacehuhnTech/esp8266_deauther/issues/62
I had a working board that worked flawlessly with the "master" version.. but after giving the "esp8266_deauther-testing" version a try the only message I get now when trying to scan for APs is

(even after switching back to master version)
I do not understand what has happened?
@poslogic commented on GitHub (Mar 3, 2017):
Disable/forget your home network so that the phone/PC (device you are using) can only automatically connect to the board.
@ForeheadFox commented on GitHub (Mar 3, 2017):
The device I am using to connect to the board has none remembered so that is not the problem.. It is connected but after failing a couple of times my device becomes disconnected.
@poslogic commented on GitHub (Mar 3, 2017):
Flash a simple blink sketch to your board, then try removing and rebooting your PC.
Then try re- flashing the master branch that works well for you.
Hope this helps.
@ForeheadFox commented on GitHub (Mar 3, 2017):
I uploaded

This script works BUT... The other one seems to be running as well in the background? The old ssid I chose and password pops up in my wifi list.
@ForeheadFox commented on GitHub (Mar 3, 2017):
I tried to upload the master branch again but problem still coexists :(
@tpmodding commented on GitHub (Mar 3, 2017):
no infos...which phone? which browser?
I connect to my NodeMCU with my iPhone 6, if I scan AP's it does not disconnect, but if i scan for clients, my iphone disconnects, cause the esp scans, in this time my phone connects to my local router -> so i have to reconnect to my nodemcu, than it shows me the clients
@ForeheadFox commented on GitHub (Mar 3, 2017):
@tpmodding you must have misunderstood... I am not using any phone and it would be irrelevant when I have already tested on sevral browsers and devices. Nothing says the iphone is better at connecting to the internet compared to any android that may even be more intelligent. and if you are wondering.. No, I am not using internet explorer....
@poslogic commented on GitHub (Mar 3, 2017):
Try clearing browser cache and cookies.
@ForeheadFox commented on GitHub (Mar 3, 2017):
no progress.. same issue.
After refreshing the webpage it turns white.
Tried to redownload files and upload as well, but no progress.
@tpmodding commented on GitHub (Mar 3, 2017):
just wanted to help and you give me a thumbs down? you say you are not using IE but dont say which one you use... no info, no support
@ForeheadFox commented on GitHub (Mar 3, 2017):
@tpmodding Just told you I try what I can.. Chrome, Opera, firefox, safari, chromium and edge. happy?
@ForeheadFox commented on GitHub (Mar 3, 2017):
Update: If it has something to do with it, the webserver crashes and turns everything white when I click the clients tab
@joneroy commented on GitHub (Mar 3, 2017):
@TwinkleFredrik i think it's a bug on ap.html #51 press hastag check the prob and say it's same prob or not
@ForeheadFox commented on GitHub (Mar 4, 2017):
@joneroy No my problem does not seem to be related to #51 The only error message I get is the one you see on the first post. The page loads just fine and everything seems to work but when I press scan on the APs tab the esp8266 crashes and gives me that until I unplug it from power.
@ForeheadFox commented on GitHub (Mar 4, 2017):
@spacehuhn what is this duplicate to?
@spacehuhn commented on GitHub (Mar 4, 2017):
#5
@joneroy commented on GitHub (Mar 4, 2017):
@TwinkleFredrik you are using testing branch or not so if you are not using testing branch use it no bug found everything solved by @spacehuhn
@ForeheadFox commented on GitHub (Mar 4, 2017):
But its not solved when my board isnt working propperly and I dont know what to do other than searching around to finally find the solution somewhere on this page :/
@ForeheadFox commented on GitHub (Mar 4, 2017):
Or has it recently been updated and I need to download both of the versions and try again?
@joneroy commented on GitHub (Mar 4, 2017):
@TwinkleFredrik Download both of the versions and try again.
@tobozo commented on GitHub (Mar 4, 2017):
@TwinkleFredrik also check the recent changes in the ReadMe
@ForeheadFox commented on GitHub (Mar 4, 2017):
I tried the updated master build.. got this: Arduino: 1.8.1 (Windows 10), Board: "NodeMCU 1.0 (ESP-12E Module), 80 MHz, Serial, 115200, 4M (3M SPIFFS)"
sketch\APScan.cpp: In member function 'bool APScan::start()':
APScan.cpp:14: error: no matching function for call to 'ESP8266WiFiClass::scanNetworks(bool, bool&)'
sketch\APScan.cpp:14:61: note: candidate is:
In file included from sketch\APScan.h:6:0,
C:\Users\Twinkle-Fredrik\AppData\Local\Arduino15\packages\esp8266\hardware\esp8266\2.0.0\libraries\ESP8266WiFi\src/ESP8266WiFi.h:243:12: note: int8_t ESP8266WiFiClass::scanNetworks(bool)
C:\Users\Twinkle-Fredrik\AppData\Local\Arduino15\packages\esp8266\hardware\esp8266\2.0.0\libraries\ESP8266WiFi\src/ESP8266WiFi.h:243:12: note: candidate expects 1 argument, 2 provided
exit status 1
no matching function for call to 'ESP8266WiFiClass::scanNetworks(bool, bool&)'
Same problem occurs with the testing branch as-well
@ForeheadFox commented on GitHub (Mar 5, 2017):
Should I just open a new issue post with the comment above? This is during compilation..
@spacehuhn commented on GitHub (Mar 5, 2017):
People are trying to help you, just listen to them and your problem will be solved:
@ForeheadFox commented on GitHub (Mar 5, 2017):
But how do I find the recent changes? I search for recent changes but cant find out what is different with the readme file.

@spacehuhn commented on GitHub (Mar 5, 2017):
dude... read the readme!
@joneroy commented on GitHub (Mar 5, 2017):
@TwinkleFredrik
https://github.com/spacehuhn/esp8266_deauther/blob/master/README.md
Master Branch Downlaod link
https://github.com/spacehuhn/esp8266_deauther.git
@ForeheadFox commented on GitHub (Mar 5, 2017):
Thank you @joneroy finally works again! :)
You really are good at helping.