• 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Library error
#3
Hi, still having a problem.
1. I reinstalled the LiveCloud application
2. Exported the toolKit again
3. Copied the initialization script to my application "Media Index.livecode"

The two library files show: date modified--today, created--5/17/19

My stack opens without any visible errors. When I go to create a key, I get an error in the script:
stack "Media Index": execution error at line 40 (Function: error in function handler) near "cdb_create", char 8

My script:
## tLine is: Au,71NInvocationOfCalliope.mov,MITA,2702
## tMitaID is: 71NInvocationOfCalliopeMITA2702
put item 2 of tLine into tDataA["item"]
put item 3 of tLine into tDataA["section"]
put item 4 of tLine into tDataA["location"]
put tMitaID into tDataA["mitaID"]
put "audio" into tTable
put "cloud" into tTarget
put true into tInternalA["delaySend"]
put cdb_create(tDataA,tTable,tTarget,tInternalA) into tRecordID

So I run from the message box:
send preOpenStack to stack "Media Index"
Message box response:

Message execution error:
Error description: Handler: can't find handler
Hint: cdbi_setLogMode

My table in LCM:

[Image: mitaMediaImage.png]
  Reply


Messages In This Thread
Library error - by Pebah - 07-10-2020, 06:22 AM
RE: Library error - by Linda Lu - 07-10-2020, 05:09 PM
RE: Library error - by Pebah - 07-10-2020, 06:09 PM
RE: Library error - by Jason Lam - 07-10-2020, 08:00 PM
RE: Library error - by Pebah - 07-13-2020, 09:41 PM
RE: Library error - by Linda Lu - 07-10-2020, 08:21 PM
RE: Library error - by Linda Lu - 07-14-2020, 01:25 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)