Doodle3D / doodle3d-client

The Doodle3D web interface that people can access on computers or tablets to draw doodles and control the Doodle3D WiFi box.
www.doodle3d.com
GNU General Public License v2.0
3 stars 8 forks source link

calling function 'list' in API module 'sketch' somehow failed #272

Open companje opened 9 years ago

companje commented 9 years ago

I found this in a 0.10.4 wifibox.log file. Not sure if it's a problem but it's weird. 01-01 00:04:38 (error) calling function 'list' in API module 'sketch' somehow failed ('/usr/share/lua/wifibox/rest/api/api_sketch.lua:52: cannot open /root/sketches: No such file or directory')

peteruithoven commented 9 years ago

I can confirm this for 0.10.6. The folder sketches has not been created yet. After adding a sketch the API does return a proper list.

peteruithoven commented 9 years ago

Actually, the 0.10.4 version only seems to check sketch/status, even when there are multi sketches stored. There was no sketch/list api in 0.10.4.