btsimonh / TasmotaBerryPLay

My experiences with Berry on Tasmota.
1 stars 0 forks source link

Filesystem problems reading sd card #1

Open HMvdZijden opened 5 months ago

HMvdZijden commented 5 months ago

When I click in main menu on Timelapse Viewer I get the following message in a new window: File Not Found

URI: /fs/sd/timelapse/index.html Method: GET Arguments: 0

files index.html and imageviewer.js are on SD card in folder timelapse. I cannot change the script to get it right. Any help appreciated

btsimonh commented 5 months ago

Hi @HMvdZijden did you successfully build with #define UFILESYS_STATIC_SERVING? Then you will need to issue a UfsServe command to serve the fs. e.g. UFSServe /sd/,/

br, Simon

HMvdZijden commented 5 months ago

I did not build anything, I installed the provided bin. I will try the given command which I did not find anywhere in the instructions.Met vriendelijke groet,Herman v.d. @. 22 apr 2024 om 12:36 heeft btsimonh @.> het volgende geschreven: Hi @HMvdZijden did you successfully build with #define UFILESYS_STATIC_SERVING? Then you will need to issue a UfsServe command to serve the fs. e.g. UFSServe /sd/,/ br, Simon

—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you were mentioned.Message ID: @.***>

btsimonh commented 4 months ago

Hi @HMvdZijden,

I had reason to do some work on TAS this week, and after fixing BLE, took a look back at this. Check again the Readme in the timelapse folder, and if you get a chance, please try it. You still need to build it yourself, but I give the #defines required in the readme...

I have included the UfsServe in the camdriver module now - as it MUST occur after the webserver is up....

let me know if you have some success?

best regards,

Simon