question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

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:closed
  • Created 5 years ago
  • Reactions:1
  • Comments:11 (3 by maintainers)

github_iconTop GitHub Comments

2reactions
martin-gercommented, Jan 19, 2019

Changed line 271 of “.platformio\platforms\espressif32\builder\main.py” to: env.Append(UPLOADERFLAGS=[image[0], '"%s"' % image[1]])

1reaction
ivankravetscommented, Feb 18, 2019

@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

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found