-
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
empty topic tree when DO_NOT_RELOAD_CONTENT_CACHE_AT_STARTUP = True #4109
Comments
Since @66eli77 labeled this with |
I'm seeing the same in alpha9. |
Problem is this:
These files cannot be in that location, they have to be treated as user data. |
Okay I'm going to work on the issue about saving cache files in a system-location. @rtibbles if there are other causes of this bug, feel free to work on them concurrently, otherwise I'll let you know if this resolves the issue... |
Issue is resolved in the PR, I made a bunch of commit amendments, hence the odd list of commits above. |
Write cache data in user space #4109
@MCGallaspy I git pull from 0.14.x, then make sure there is no topics.json_en.cache in my data/khan folder, then set DO_NOT_RELOAD_CONTENT_CACHE_AT_STARTUP = True in local_settings.py and start the server with ./bin/kalite start, when open the learn page, the sidebar is populated. |
@66eli77 FYI the cache files have been moved, that was part of the fix: They now live in ~/.kalite/cache |
steps to reproduce:
The text was updated successfully, but these errors were encountered: