-
Notifications
You must be signed in to change notification settings - Fork 7.6k
Possible issue in cacheing files with spaces in them #4640
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
So you tried everything that could be tried and it did not work... that is maybe because the IDE escapes things itself, other IDEs do as well. How do you propose we fix this? I propose you do not have spaces in the path |
Okay, that's exactly what I've done for now. You could maybe start an issue on Arduino's repo about that. |
Could you tell us how we have to change the line to fix this? |
As far as I can see there is no one line solution to fix this issue. Here is patch example for another platform https://github.com/stm32duino/Arduino_Core_STM32/pull/965/files But the issue absolutely absent with installed JRE from Oracle |
[STALE_SET] This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 14 days if no further activity occurs. Thank you for your contributions. |
[STALE_DEL] This stale issue has been automatically closed. Thank you for your contributions. |
Hardware:
Board: https://github.com/e-radionicacom/Inkplate-6-hardware
Core Installation version: 1.0.5 RC4
IDE name: Arduino IDE
Flash Frequency: 80Mhz
PSRAM enabled: yes
Upload Speed: 115200
Computer OS: Mac OSX Big Sur
Description:
Hi there,
We've been working on a library using your Arduino board definition.
We are using an ESP32 board as specified here.
https://github.com/e-radionicacom/Inkplate-6-hardware
For some reason the bash script specified in platform.txt fails when theres a space in the file name.
We've diagnosed the issue to be a non escaped space here which causes cp command to fail.
arduino-esp32/platform.txt
Line 69 in b05bdf6
You can try uploading any sketch as long as there's a space in the name to recreate.
Here's the error:
Please ignore that it says NOVA32 and not Inkplate because it works the same for both.
I've tried adding single quotes where double quotes are now, and adding double quotes around the file names, but it gives this error then:
Any skech with space in name:
The text was updated successfully, but these errors were encountered: