bibledit / cloud

Source code for Bibledit core library and Cloud binary
GNU General Public License v3.0
12 stars 3 forks source link

Error loading client #927

Closed warpok closed 3 months ago

warpok commented 6 months ago

I always get this error loading the client app on my Android tablets:

https://github.com/bibledit/cloud/assets/4662309/4b70ff0e-8c30-4b53-9b0a-a3303264a50d

teusbenschop commented 6 months ago

There is a relation between how long it takes before the client tries to get this page, and the time that the embedded server can supply this page. If the hardware is a bit slower, then the client tries to get this page before the embedded server is able to supply it. And that is when this error message comes up.

There are two possible solution:

  1. Use faster hardware.
  2. Update the app to allow for more time for the embedded server to start up.
warpok commented 6 months ago

Good. That’s reassuring. In that case, I’ll just ignore the message.

Thanks for your answer.

On Tue, Jan 9, 2024, 11:03 AM Teus Benschop @.***> wrote:

There is a relation between how long it takes before the client tries to get this page, and the time that the embedded server can supply this page. If the hardware is a bit slower, then the client tries to get this page before the embedded server is able to supply it. And that is when this error message comes up.

There are two possible solution:

  1. Use faster hardware.
  2. Update the app to allow for more time for the embedded server to start up.

— Reply to this email directly, view it on GitHub https://github.com/bibledit/cloud/issues/927#issuecomment-1883440068, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABDSIJPTRCWZKTBRZWF5JMDYNVZ4ZAVCNFSM6AAAAABBPE2BGSVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTQOBTGQ2DAMBWHA . You are receiving this because you authored the thread.Message ID: @.***>

teusbenschop commented 4 months ago

Okay great, then it's probably okay to leave it like that. The issue can be closed as far as I am concerned.