electro-smith / DaisyExamples

Examples for the Daisy Platform
https://github.com/electro-smith/DaisyWiki/wiki
MIT License
361 stars 189 forks source link

Error on tree structure on tasks files #286

Closed muchafm closed 1 year ago

muchafm commented 1 year ago

Hello! So, while experimenting with a daisy seed, I encountered an upload issue with the Drum and OSC example files (see the screenshot of the error log):

Screenshot from 2023-01-29 15-06-02

I looked at the tasks.json files and saw a small error on the current working directory property, I managed to fix it by removing a directory like this (see the second screenshot, it should be two directory path instead of three) after seeing this commit.

Screenshot from 2023-01-29 15-10-53

muchafm commented 1 year ago

I opened a pr on this issue :slightly_smiling_face:

292

stephenhensley commented 1 year ago

fixed via #292

Thanks again, @muchafm !