Richard Tibbles

Results 483 comments of Richard Tibbles

You have now posted on 14 separate issues that are either already assigned or otherwise not marked with the `help-wanted` label. Please don't waste our limited time and resources by...

Hi @KshitijThareja - yes that would be fine - note that most of this should be relatively straight forward, but the edge case handling of the last item in the...

It is possible to install a channel from your development Studio. You can either override the STUDIO url to use your development server on Kolibri using this environment variable: KOLIBRI_CENTRAL_CONTENT_BASE_URL...

Hrm, it should be configured to serve the files via a redirect: https://github.com/learningequality/studio/blob/unstable/contentcuration/contentcuration/dev_urls.py#L76 Can you post the SQlite database for the channel here as an attachment? You should be able...

Hrm, I wonder if the redirect is causing issues when downloading, and hence causing the empty file. Just to confirm, if you go to this URL: `127.0.0.1:8080/content/databases/66a31fdbdd745c7c9e499206f3c4cced.sqlite3` you get the...

Can you confirm what you're setting your CENTRAL_CONTENT_BASE_URL to?

Just in case there's a silly bug at play, could you try adding a trailing slash to the end? `http://localhost:8080/` - I don't think this is the issue, but just...

The only other thing I can think of is that somehow the CENTRAL_CONTENT_BASE_URL is not properly getting used to fetch the channel database, and instead, it's attempting to fetch from...

I will test locally and see if this is a more systematic issue, or if there is some configuration that is still missing for you!

Codewise, this is good to go - this just needs QA sign off to merge.