Bug #659
Lesson not loading
Status: | Closed | Start date: | 02/12/2013 | |
---|---|---|---|---|
Priority: | Normal | Due date: | ||
Assignee: | - | % Done: | 0% | |
Category: | - | |||
Target version: | Dev Sprint 5 | |||
Component: |
Description
Having newly installed storymaker on a Samsung Galaxy S Advance I9070. No lessons downloaded. from any category. I reinstalled the app, di it with and without Orbot on and installed.
History
#1 Updated by KevinH almost 5 years ago
It looks like the app is expecting lesson.json in the root of the language folder. Here are some related logs from the webserver:
199.27.128.187 - - [12/Feb/2013:22:28:17 +0000] "GET /appdata/lessons/en/lesson.json HTTP/1.1" 404 191 "-" "Apache-HttpClient/4.1 (java 1.4)"
199.27.128.187 - - [12/Feb/2013:22:28:23 +0000] "GET /appdata/lessons/en/1/lesson.json HTTP/1.1" 200 146 "-" "Apache-HttpClient/4.1 (java 1.4)"
199.27.128.187 - - [12/Feb/2013:22:41:13 +0000] "GET /appdata/lessons/ar/lesson.json HTTP/1.1" 404 191 "-" "Apache-HttpClient/4.1 (java 1.4)"
199.27.128.187 - - [12/Feb/2013:22:42:07 +0000] "GET /appdata/lessons/en/lesson.json HTTP/1.1" 404 191 "-" "Apache-HttpClient/4.1 (java 1.4)"
I don't see these files listed in github unless they are supposed to be created by the build script.
#2 Updated by n8fr8 almost 5 years ago
- Status changed from New to Resolved
- Target version set to Dev Sprint 5
This has been fixed and tested on both Android 2.3.x and 4.x. The fix will be included in the next build.
The problem was related to handling of HTTP download code, and only occurred on some devices.
Thanks for the find!
#3 Updated by n8fr8 almost 5 years ago
- Status changed from Resolved to Closed