-
We git-hubbed the ka-lite on newly installed ubuntu 14.04. It worked until we tried to download videos. The webpage at 127.0.0.1:8008 reported the video download started but nothing happened next few …
-
There are 492 French videos, but somehow videodownload sees 1119
![screen shot 2014-02-05 at 10 04 07 am](https://f.cloud.github.com/assets/4072455/2090127/026cdb8e-8e90-11e3-9fb2-c2d883a17d5f.png)
…
-
So, as it turns out, global variables are shared across python threads. Still a little nervous about it, but let's run with it.
In this case, there is _one_ shared topic tree amongst all threads, an…
-
Scenario:
1. Download all french videos. 9 fail, due to being unavailable on youtube in mp4 format. Note that the job finishes, without retrying any.
2. Reload the download video page. Now those 9 …
-
@aronasorman this is priority 2 and the last piece necessary for v0.11
The video player currently looks for an srt file names the same as the youtube video id inside the content dir. After #853, user…
-
This hits:
- videodownload
- subtitlesdownload
- syncmodels
The script logic re-launches itself on an error. This means that if it's a recurring error, the script will enter an infinite retry loop.
…
-
When the cache is disabled (`CACHE_TIME = 0`), selecting videos from the topic tree on the Update tab and clicking "Delete selected videos" returns the following error:
![image](https://f.cloud.github…
-
Background:
Processes such as downloading videos and subtitles, syncing data are defined as "jobs". We run a cron server to search for overdue jobs and run them on demand. The cron server has a sing…
-
Branch develop
Local server mode, debug on, caching on
steps to recreate
fresh install
./start.sh, (please keep the terminal console open)
login as admin
browse to update
after the tree loads, the f…