Issues with folder name - cannot have spaces?
See original GitHub issue<address> <filename> [<address> <filename> ...]
esptool write_flash: error: argument <address> <filename>: [Errno 2] No such file or directory: 'C:\\Users\\newman\\Documents\\Projects\\CC_IoT_Grill\\ESP32'
The actual folder name is: CC_IoT_Grill/ESP32 Wifi Controller
Issue Analytics
- State:
- Created 5 years ago
- Reactions:1
- Comments:11 (3 by maintainers)
Top Results From Across the Web
Why shouldn't spaces be used in filenames on the computer?
There is no legitimate reason to avoid spaces. All modern file systems handle file names with spaces just fine. Some folks say you...
Read more >Solved: Folder names not working with spaces (sometimes!)
Solved: Hello, Creating my first flow, to auto-save Gmail attachments to OneDrive. It is (almost) working. In "OneDrive Create File" I use.
Read more >Is it a bad idea for a file name to contain space and capital ...
While spaces aren't likely to cause any issues, as others have pointed out, it is easier to type hypens or underscore in a...
Read more >What technical reasons exist for not using space characters in ...
If you think spaces are bad, try dealing with files with newlines ( '\n' ) in their names. (Unix-like systems actually allow this;...
Read more >having trouble using spaces in folder names - Stack Overflow
having trouble using spaces in folder names · 1. Move your quotes. · 1. Also start uses the 1st argument in double quotes...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Changed line 271 of “.platformio\platforms\espressif32\builder\main.py” to:
env.Append(UPLOADERFLAGS=[image[0], '"%s"' % image[1]])
@MrMauro thank you so much for the provided remote session. I’ve just fixed this issue, it’s our bug.
Please re-test with the latest upstream version https://docs.platformio.org/en/latest/platforms/espressif32.html#upstream