[GH-ISSUE #204] I dont know why it wont upload? its giving me this error, any help would be appreciated #133

Closed
opened 2026-02-27 23:23:15 +03:00 by kerem · 14 comments
Owner

Originally created by @marquette2019 on GitHub (Apr 20, 2017).
Original GitHub issue: https://github.com/SpacehuhnTech/esp8266_deauther/issues/204

Arduino: 1.8.2 (Windows 10), Board: "NodeMCU 0.9 (ESP-12 Module), 80 MHz, Serial, 115200, 4M (3M SPIFFS)"

Build options changed, rebuilding all
C:\Users\PRAVI_~1\AppData\Local\Temp\arduino_modified_sketch_24782\esp8266_deauther.ino:50:18: fatal error: data.h: No such file or directory

 #include "data.h"

                  ^

compilation terminated.

exit status 1
Error compiling for board NodeMCU 0.9 (ESP-12 Module).

This report would have more information with
"Show verbose output during compilation"
option enabled in File -> Preferences.
Originally created by @marquette2019 on GitHub (Apr 20, 2017). Original GitHub issue: https://github.com/SpacehuhnTech/esp8266_deauther/issues/204 ``` Arduino: 1.8.2 (Windows 10), Board: "NodeMCU 0.9 (ESP-12 Module), 80 MHz, Serial, 115200, 4M (3M SPIFFS)" Build options changed, rebuilding all C:\Users\PRAVI_~1\AppData\Local\Temp\arduino_modified_sketch_24782\esp8266_deauther.ino:50:18: fatal error: data.h: No such file or directory #include "data.h" ^ compilation terminated. exit status 1 Error compiling for board NodeMCU 0.9 (ESP-12 Module). This report would have more information with "Show verbose output during compilation" option enabled in File -> Preferences. ```
kerem 2026-02-27 23:23:15 +03:00
Author
Owner

@jLynx commented on GitHub (Apr 20, 2017):

Try moving the files to a directory closer to the root
for example in your documents and then try again
it could be that your current directory it too long

<!-- gh-comment-id:295972025 --> @jLynx commented on GitHub (Apr 20, 2017): Try moving the files to a directory closer to the root for example in your documents and then try again it could be that your current directory it too long
Author
Owner

@marquette2019 commented on GitHub (Apr 20, 2017):

what files exactly?

<!-- gh-comment-id:295972970 --> @marquette2019 commented on GitHub (Apr 20, 2017): what files exactly?
Author
Owner

@marquette2019 commented on GitHub (Apr 20, 2017):

I followed this :http://www.instructables.com/id/DIY-Wifi-Jammer-With-ESP8266-and-Mobile-App/

<!-- gh-comment-id:295973102 --> @marquette2019 commented on GitHub (Apr 20, 2017): I followed this :http://www.instructables.com/id/DIY-Wifi-Jammer-With-ESP8266-and-Mobile-App/
Author
Owner

@jLynx commented on GitHub (Apr 20, 2017):

The zip file you download from here, extract that to your documents and try again

<!-- gh-comment-id:295973600 --> @jLynx commented on GitHub (Apr 20, 2017): The zip file you download from here, extract that to your documents and try again
Author
Owner

@marquette2019 commented on GitHub (Apr 20, 2017):

okay it did something different now:

Arduino: 1.8.2 (Windows 10), Board: "NodeMCU 0.9 (ESP-12 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&)'

   results = WiFi.scanNetworks(false, settings.apScanHidden); // lets scanNetworks return hidden APs. (async = false & show_hidden = true)

                                                           ^

sketch\APScan.cpp:14:59: note: candidate is:

In file included from sketch\APScan.h:6:0,

                 from sketch\APScan.cpp:1:

C:\Users\pravi_000\AppData\Local\Arduino15\packages\esp8266\hardware\esp8266\2.0.0\libraries\ESP8266WiFi\src/ESP8266WiFi.h:243:12: note: int8_t ESP8266WiFiClass::scanNetworks(bool)

     int8_t scanNetworks(bool async = false);

            ^

C:\Users\pravi_000\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&)'

This report would have more information with
"Show verbose output during compilation"
option enabled in File -> Preferences.
<!-- gh-comment-id:295974727 --> @marquette2019 commented on GitHub (Apr 20, 2017): okay it did something different now: ``` Arduino: 1.8.2 (Windows 10), Board: "NodeMCU 0.9 (ESP-12 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&)' results = WiFi.scanNetworks(false, settings.apScanHidden); // lets scanNetworks return hidden APs. (async = false & show_hidden = true) ^ sketch\APScan.cpp:14:59: note: candidate is: In file included from sketch\APScan.h:6:0, from sketch\APScan.cpp:1: C:\Users\pravi_000\AppData\Local\Arduino15\packages\esp8266\hardware\esp8266\2.0.0\libraries\ESP8266WiFi\src/ESP8266WiFi.h:243:12: note: int8_t ESP8266WiFiClass::scanNetworks(bool) int8_t scanNetworks(bool async = false); ^ C:\Users\pravi_000\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&)' This report would have more information with "Show verbose output during compilation" option enabled in File -> Preferences. ```
Author
Owner

@marquette2019 commented on GitHub (Apr 20, 2017):

sorry for being so confused

<!-- gh-comment-id:295974787 --> @marquette2019 commented on GitHub (Apr 20, 2017): sorry for being so confused
Author
Owner

@jLynx commented on GitHub (Apr 20, 2017):

@marquette2019 don't follow that tutorial. Only use the one on this GitHub page

<!-- gh-comment-id:295975168 --> @jLynx commented on GitHub (Apr 20, 2017): @marquette2019 don't follow that tutorial. Only use the one on this GitHub page
Author
Owner

@marquette2019 commented on GitHub (Apr 20, 2017):

@jLynx looking at the one from GitHub, i havent done step 13 and idk how to i cant find it?

<!-- gh-comment-id:295975631 --> @marquette2019 commented on GitHub (Apr 20, 2017): @jLynx looking at the one from GitHub, i havent done step 13 and idk how to i cant find it?
Author
Owner

@marquette2019 commented on GitHub (Apr 20, 2017):

@jLynx Its almost the exact same tutorial as well, its not working?

<!-- gh-comment-id:295975782 --> @marquette2019 commented on GitHub (Apr 20, 2017): @jLynx Its almost the exact same tutorial as well, its not working?
Author
Owner

@marquette2019 commented on GitHub (Apr 20, 2017):

I think I know whats wrong, it would be step 13 on the GitHub page, I just dont know how to get those two files?

<!-- gh-comment-id:295976702 --> @marquette2019 commented on GitHub (Apr 20, 2017): I think I know whats wrong, it would be step 13 on the GitHub page, I just dont know how to get those two files?
Author
Owner

@marquette2019 commented on GitHub (Apr 21, 2017):

I found the files on GitHub, just how do I copy both? they arent in file format?

<!-- gh-comment-id:295977692 --> @marquette2019 commented on GitHub (Apr 21, 2017): I found the files on GitHub, just how do I copy both? they arent in file format?
Author
Owner

@jLynx commented on GitHub (Apr 21, 2017):

You will have all the files you need when you download it from GitHub

<!-- gh-comment-id:296073135 --> @jLynx commented on GitHub (Apr 21, 2017): You will have all the files you need when you download it from GitHub
Author
Owner

@spacehuhn commented on GitHub (Apr 21, 2017):

Read issues.md or your issue might be closed and labeled as invalid.

Read and follow the readme. We don't help you on errors you get from other tutorials (the one you linked is stolen and outdated).

<!-- gh-comment-id:296113494 --> @spacehuhn commented on GitHub (Apr 21, 2017): > Read [issues.md](https://github.com/spacehuhn/esp8266_deauther/blob/master/.github/issues.md) or your issue might be closed and labeled as invalid. Read and follow the readme. We don't help you on errors you get from other tutorials (the one you linked is stolen and outdated).
Author
Owner

@RiccardoMax commented on GitHub (Apr 21, 2017):

I solved this issue by saving the deauther on the desktop and then proceeding with the normal installation.

<!-- gh-comment-id:296300583 --> @RiccardoMax commented on GitHub (Apr 21, 2017): I solved this issue by saving the deauther on the desktop and then proceeding with the normal installation.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/esp8266_deauther#133
No description provided.