• 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
standalone not logging in...
#13
Yep, 9.6.3 will not work with LiveCloud thank to the changes on the SSL certs we use. 9.6.5 is the only working version for Android apps.
Are you by chance using the trial version of 9.6.5? There is a bug in LC where it generates standalones that do not work.
If it is not a trial, which tier on the new pricing page are you on? Maybe there are other bugs related to different tiers that may be breaking your app.

Ok. Let's run these LiveCode numerical errors through the paces.

573,33,1,tsNetLibUrlReuseConnection
-573 means "Handler: can't find handler" (This would indicate tsNet is not loaded. That handler is in the tsNet library. We are dead in the water at this point).

253,33,1241,30,1,libraryStack
-253 means "if-then: error in statement" (This is because the tsNet call above is wrapped in an if-then).

353,0,0,stack "/data/app/~~6iGhweJfYfAE3UYYJfopSw==/com.dricus.jobstarpro-7iYWRkhHuLf3no--Zbyzeg==/base.apk/CanelaDB/libraries/CDB_Starter.lib"
-353 means "Object Name:" (This one is less helpful since it did not return any practical value. Since these fired in order, I can ascertain that CanelaDB can not proceed without tsNet in place.)

Here are some facts:
1. You properly setup your initializeCanelaDB code. You would not be able to get this error otherwise.
2. tsNet is not working as expected. It may not be initializing in time to be used. We have a wait 0 at the top of the initializeCanelaDB code to buy the engine time to init is internals.
3. You successfully made an APK for Android and have it running based on your last error code.
4. I am not sure if your tried loading your database before making any cdb calls. cdb_loadTable() - (https://docs.livecloud.io/LoadTable/)

These are my initial thoughts. I am sorry it is not a clear cut answer. If you can get back to me on my questions, we may be able to boil this down a bit. I can tell you that we have working Android APKs that we build once or twice a week here working perfectly well. Knowing this inspires me to get to the bottom of this.
  Reply


Messages In This Thread
standalone not logging in... - by stamatis - 11-08-2020, 01:27 AM
RE: standalone not logging in... - by stamatis - 11-11-2020, 02:40 AM
RE: standalone not logging in... - by stamatis - 11-12-2020, 03:02 AM
RE: standalone not logging in... - by stamatis - 11-20-2020, 06:16 PM
RE: standalone not logging in... - by JereMiami - 10-02-2021, 12:15 PM
RE: standalone not logging in... - by Hendricus - 10-13-2021, 09:28 PM
RE: standalone not logging in... - by Hendricus - 10-14-2021, 07:46 AM
RE: standalone not logging in... - by mark_talluto - 10-14-2021, 04:57 PM
RE: standalone not logging in... - by Hendricus - 10-15-2021, 02:43 PM
RE: standalone not logging in... - by Hendricus - 10-15-2021, 09:22 PM
RE: standalone not logging in... - by Hendricus - 10-16-2021, 07:09 PM
RE: standalone not logging in... - by Hendricus - 10-20-2021, 09:09 PM
RE: standalone not logging in... - by Hendricus - 10-22-2021, 11:42 AM
RE: standalone not logging in... - by Hendricus - 10-27-2021, 09:44 PM
RE: standalone not logging in... - by JereMiami - 11-30-2021, 09:27 AM
RE: standalone not logging in... - by stamatis - 11-30-2021, 11:12 AM
RE: standalone not logging in... - by Linda Lu - 11-30-2021, 05:47 PM
RE: standalone not logging in... - by stamatis - 11-30-2021, 07:54 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)