Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DjiWidget_Init() is failing #136

Open
greg-riis opened this issue Dec 4, 2023 · 1 comment
Open

DjiWidget_Init() is failing #136

greg-riis opened this issue Dec 4, 2023 · 1 comment

Comments

@greg-riis
Copy link

When DjiWidget_Init() is called, it immediately fails, displaying the error message.
I verified that there are no duplicate objects and this function is called only once.

[24.711][linker]-[Error]-[DjiCommand_RegRecvCmdHandler:587) duplicate the registered command, type:2, CA 00 3C 1A FF00FFFF
[24.711][linker]-[Error]-[DjiCommand_RegRecvCmdHandler:589) Have existed the same object. Suggestion : Please input valid parameters.
[24.711][widget]-[Error]-[DjiWidget_Init:191) Reg widget cmd handler error, stat = 0x00000103
[24.711][user]-[Error]-[DjiTest_WidgetStartService:86) Dji test widget init error, stat = 0x00000103
[24.711][user]-[Error]-[main:111) widget sample init error

@dji-dev
Copy link
Contributor

dji-dev commented Dec 5, 2023

Agent comment from xiaorong.zheng in Zendesk ticket #96383:

According to the log, there are duplicate registration errors on your side. Please make sure that no other samples are running at the same time. You can try the following:

  1. Stop sample
  2. Restart the drone
  3. Only run the sample program
    This is to ensure that no other programs are running at the same time to avoid errors in function calls.

    °°°

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants