Oleksa

Results 154 comments of Oleksa

I've tried with ``` local refresh_page = 'header(\"Refresh:0\");' command_tpl = "php -r '%s'" command = command_tpl:format(refresh_page) result= shell_command(command) ``` But that has resulted the error without any description. Perhaps, you...

> ```lua > wait(5) > ``` Unfortunately the file list is not refreshed automatically after the operation is done. Here is the full list of the script: ``` -- Archive...

> ```lua > wait(1) > wait(1) > wait(1) > wait(1) > wait(1) > wait(1) > wait(1) > wait(1) > wait(1) > wait(1) > wait(1) > wait(1) > wait(1) > wait(1)...

Yes, when refreshed manually the file appears. Please, see this video. At 00:53 I just click `Ctrl-R` in my browser and the archived file appears. https://github.com/Raudius/files_scripts/assets/5199030/c4ddad9f-ad1f-418b-b6f2-99c4bf3a3e40 I use NC 28.0.6...

Maybe the issue is with the script itself? Eg, I am not opening new file. I've also experimented with the key `'filesystem_check_changes' => 1|0` in `config.php`, however without any results.

> You can check if the filesystem reload is happening by looking at the network log (F12 > Network), there should be a `PROPFIND` call to `remote.php` after the script...

@Raudius Hi! Are any ideas, how to fix that?

@Raudius Sorry to bother you. Are any chances to fix this issue?

Same with Brave 1.70.126 based on Chromium 129.0.x

So, I've continued checking how syncing is NOT working and found that it is not working properly: creating folder locally creates it remotely, however deleting it locally doesn't delete it...