Read the statement by Michael Teeuw here.
Sentences not loaded in hello-Lucy
-
@sdetweil Yes, i posted it in both folders, to get sure:
-
It looks like it is reading now the sentences.json. Im not sure why, the error was not shown anymore after a few restarts and changes.
BUT still Lucy understands only nonsence, only the words in the words.json…
The Array of the sentences is there, like in your picture, so it is read.She still cannot understand “Show modules” or “Hide Modules”, only words like “the”, “who” , …
Any idea?
-
@sdetweil Your changes creating some errors for some reason. Exactly the same line (15):
-
@nicodil Mykle has updated the repo
so you can git pull to update
but u need to restore the file first
in the module folder do
git checkout HelloLucy.js
then
git pull
-
Hi @sdetweil ,
im sorry to say that but this is an error after the Update. -
@nicodil ok, so you will have to go into the developers window to help me
ctrl-shift-i
select the sources tab
find the module in the left nav, and Hello-Lucy.js
and click the number on the left column
for line 15 var sfn=then hit f5 refresh
it will stop at line 15, then using the mouse hove over the .src of document.currentSrc.srctake a screen shot of that
-
@sdetweil said in Sentences not loaded in hello-Lucy:
d the module in the left nav, and
Thanks for your time and help!
-
@nicodil ok, then tap the button next o the blue arrow >
then hover over sfn
then put stops on line 9 and 22 and hit run (blue arrow)
-
It works fine when i dont load the RemoteControl, no error -Module… But the error with the RemoteControl is pointing to line 15, thats strange…