SAYON DEEP

Results 10 comments of SAYON DEEP

@S-A-M-J Assuming your problem is exactly same as [this](https://www.esp32.com/viewtopic.php?t=38114). Can you please try to install esp-matter in some other directory and not inside the espressif tools ( /Users/username/.espressif/) directory.

@8TRobi8 can you please try using `chip::Server::GetInstance().Shutdown()` to shutdown matter.

@jonsmirl you need to generate factory partition using mfg_tool.py with --calendar-types and --locales arguments to specify allowed values for supported calender types and locales only then it can write successfully...

@baylf2000 can you please close the issue if it is resolved.

@baylf2000 vs code configuration related information is available [here](https://github.com/espressif/vscode-esp-idf-extension/blob/master/docs/SETTINGS.md). You can use them for your reference and configure vs code.

@tpitman can you please try to install esp-matter in different directory and not inside esp-idf tools directory [do not select (use current esp-idf tools directory) while installing from the extension]....

@tpitman can you please share the log file. (do not paste the logs)

@tpitman the log file during build where you get the error.

@tpitman it cannot be same because...the location of esp-matter has changed...if it is exactly same that would mean ESP_MATTER_PATH is not set to the new correct path.. can you please...

@tpitman can you please go in the directory of esp-matter and run `source /path/to/esp-idf/export.sh` then `./install.sh` . Does it builds successfully?