-
Notifications
You must be signed in to change notification settings - Fork 303
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Does not delete videos from content folder #4759
Comments
Hi @Odia1, which version of KA Lite are you using, and what is your operating system? |
I am using it on Windows-10 . ka-lite version is 0.15.1 |
@MCGallaspy I am happy to try and see if I can debug this if you can point me in the right direction? |
Just a guess, but maybe this LOC fails, raises an exception, and then the exception is ignored. :( If you're able to replicate the original error, I would start by either setting a breakpoint there or removing the try-except block (so that the exception isn't squelched) and seeing if that LOC does indeed raise an exception. |
Hi Guys, Thanks On Wed, Dec 16, 2015 at 1:33 PM, Michael Gallaspy [email protected]
|
Yes, run the
No. |
Sorry for the delay, I will see about getting KA-Lite running on a VM over the weekend. |
Hmm. This could be a bit tricky for me as I am a *nix bod with not a lot of experience on Windo$e recently. Is it worth me trying to replicate it on *nix? |
Yes. |
@radinamatic Please verify that this is fixed in 0.16. |
Will do Darshan's phone
|
Deleting seems to be working fine on 0.16, no JS or user alert errors, deleted videos non present in content folder. I'd say it could be closed, but if we are aiming for pre-release this week, let's wait so I can test it with Windows installer! @MCGallaspy |
Confirming this is fixed in 0.16. |
I would like to trim the video content size by removing certain sections like, say, GMAT. The admin interface seems to allow selecting and asking to delete. But when I check the content folder size it does not shrink, although the admin interface said the videos were deleted.
Later restart of ka-lite shows all the videos (the original set without any deletes).
DP
The text was updated successfully, but these errors were encountered: