Error in Dialog Script Editor Correcting Sentences

Asked 2 years ago, Updated 2 years ago, 37 views

I'm studying the basics of creating apps.
I'm trying Dialog/QiChat, but when I modify and play the text in the script editor, the Dialog box fails.Please tell me the cause and countermeasures.
The error is as follows:

[ERROR] behavior.box:init:0_Behavior__lastUploadedChoregrapheBehavior72403904:/kaiwa_1: Error in box initialization: LoadTopic::ALDialog
    Atopic named/home/nao/.local/share/PackageManager/apps/.lastUploadedChoregrapheBehavior/kaiwa/kaiwa_jpj.top is already loaded

pepper

2022-09-30 19:11

1 Answers

When I searched the error message, I found a thread discussing a similar error.

According to the answer, "This is a bug caused by loading the previous Dialog before it is properly unloaded.I think it's probably a bug in the code you wrote, but if you didn't mess with the code strangely, it might be an internal bug.Details cannot be found without the actual code.Also, it's temporary, but I think restarting NAOqi will fix it.For example, you can ssh to NAOqi and do nao stop or stop it through a web client.

So please check if you forgot to unload.I don't know the answer in more detail without a piece of code.


2022-09-30 19:11

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.