我自行编译自行编译product/speaker 项目, 设置时遇到一些问题,目前没有解决的头绪,希望得到一些建议。
开发环境描述如下:
系统: window11
开发环境: vscode ,
idf : v5.5.0 ( vscode 使用插件直接安装)
brookesia : git clong 的,提交 tag :bad882c397475c9e232ad100cfa171c053d8d515,master分支,提交时间:2025-07-09 15:53
我直接使用vscode 打开product/speake文件夹,等待vsocde 自动识别并加载环境后,点击左下角 选择型号的按钮,设置ESP32S3,在vscode 设置单片机型号过程中报以下错误:
Code: Select all
Command: cmake -G Ninja -DPYTHON_DEPS_CHECKED=1 -DPYTHON=D:\Users\tj\.espressifV5_5\python_env\idf5.5_py3.11_env\Scripts\python.exe -DESP_PLATFORM=1 -DIDF_TARGET=esp32s3 -DCCACHE_ENABLE=0 E:\git\esp-brookesia\products\speaker
CMake Error at D:/Users/tj/espV5_5/v5.5/esp-idf/tools/cmake/build.cmake:621 (message):
ERROR: Error during request
URL:
https://components-file.espressif.com/components/espressif/brookesia_core.json
Status code: 403 Forbidden
Call Stack (most recent call first):
D:/Users/tj/espV5_5/v5.5/esp-idf/tools/cmake/project.cmake:736 (idf_build_process)
CMakeLists.txt:7 (project)Code: Select all
This XML file does not appear to have any style information associated with it. The document tree is shown below.
<Error>
<Code>AccessDenied</Code>
<Message>Access Denied</Message>
<RequestId>YDE7Z3B386MGNDXZ</RequestId>
<HostId>f0dGnwqRmUEphZ9glL8FolulSpnR26KcrdFWETnoaX/nXcs+t/OA678+p3g0RWf3qgF7x5y8g/w=</HostId>
</Error>