I have an issue when testing TemperatureWebPanel.
I have created the required folder: arduino/www and after uploading the code, a new directory
TemperatureWebPanel containing index.html and zepto.min.js was added.
I have set Enable Rest API password protection to 0 in the Arduino Settings
When go to arduino.local/sd/TemperatureWebPanel in my browser, I got the following error message:
No such file or directory
The ajax call back is working. In the browser, http://arduino.local/arduino/temperature, returns the correct value:
Current time on the Yún: Fri Dec 9 16:41:50 UTC 2016
Current temperature: 133.11 °C
This sketch has been running since Fri Dec 9 16:40:43 UTC 2016
Hits so far: 2
Unfortunately, I have trouble to access http://arduino.local/sd/TemperatureWebPanel. The browser always report: No such file or directory
Is the sd path defined by default? How can I check this?
Indeed, I have the same.
For info, it is a brand new Yun out of the box.
I noticed some error reported in the system log:
Dec 11 10:46:05 arduino user.info sysinit: handle umount errors
Dec 11 10:46:05 arduino user.info sysinit: check umount sda
Now I can login to the interface again
But when I go to http://arduino.local/sd/TemperatureWebPanel
I always have "No such file or directory" in my browser.
I really don't know what is wrong with this test.
Hello everybody,
I just wanted to let people that will face the same issue with the Yun (no such file or directory) that the solution of mm17 is working fine:
mm17:
Hi,
I also had same issue after many search I just found this solution and it works.
try to copy your folder in /osjs/dist:
for example:
Type in terminal if your using Mac OS or you can SSH if using Windows through putty :
cp -r /www/sd/ /osjs/dist/
Regards.
Don't start other crazy solution like you can read somewhere else, if you see in the Arduino File Manager in the www folder that your picture or code has been transferred to it.
Best regards.
J2D2