project-chip / certification-tool

A test harness and tooling designed to simplify development, testing, and certification for devices, guided by the Connectivity Standards Alliance.
https://csa-iot.org/
Apache License 2.0
27 stars 13 forks source link

[Issue] Error happen during "Forming Thread Network and Generating Dataset for Thread Pairing" #239

Closed ray24c closed 3 months ago

ray24c commented 3 months ago

Describe the bug

I follow the "Matter_TH_User_Guide" to setup my Matter Test Harness environment on the Raspberry Pi 4 Matter_TH_User_Guide.pdf

In section 6.3 "6.3. Forming Thread Network and Generating Dataset for Thread Pairing", I try to run the docker with the following command ubuntu@ubuntu:~$ ./chip-certification-tool/scripts/OTBR/otbr_start.sh

and I received the following error log

image

So I try to generate the dataset value manually according to the user manual.

image image image image

then entering :8080 and Click on the Form option and follow the sequence to generate the OTBR form. however the page return a "FORM operation is failed"

image

and the SSH console show following error logs

image

How can I solve this error? Thank you for your help

ray24c commented 3 months ago

to correct the "tty" can solve this issue.