-
Notifications
You must be signed in to change notification settings - Fork 4
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
Download is not in progress and a white screen is displayed instead #806
Download is not in progress and a white screen is displayed instead #806
Comments
Reproduced here the same issue. The app was doing the migration fine but after clearing the app storage and starting again, there is a white screen after selecting the interest - download does not start. |
Apparently, I didn't actually test endlessm/kolibri-installer-android#181. Sorry! |
Argh, build issue. It decided that the collections.zip that was already downloaded was newer than the released collections.zip and didn't do anything. But that fails because the already downloaded version was the full endless-key-collections repo and the paths are different. I'll wipe the workspace and try again. |
A recent Jenkins build included the wrong version of `collections.zip` because the one in the workspace was newer than the requested version. Let's try to fix this for real by making the `make clean` target actually clean everything except for the p4a builds and the downloaded Kolibri wheel file. I checked the results with `git ls-files -o --directory` after a local build and think I got everything. With that, `make clean` can be run at the beginning of the Jenkins build (in addition to the existing `p4a clean-builds`) and we can be reasonable sure that it will DTRT. The reason not to just wipe the workspace outright is that we want to keep the `_cache` directory for the p4a downloads. One subtle difference is that the `src/kolibri` target was previously depending on `clean`. Previously that was just cleaning up the `dist` artifacts, but with the more thorough `clean` recipe, that would break everything. Instead, the `dist` targets clean old artifacts as needed. Fixes: endlessm/kolibri-explore-plugin#806
I tested the last build locally and it worked from a fresh install. Released in Manatee 6.46-401. @vanessa-chang please verify. |
Smoke tested with 6.46-401: I was able to get to the Discovery page with that build! |
Verified Passed with Manatee 6.46-401. |
I tried the Chromebook version: Manatee 6.46-400
Windows 6.46.1.0 does not have this issue.
Originally posted by @vanessa-chang in #797 (comment)
The text was updated successfully, but these errors were encountered: