ESP_Piyush wrote: ↑Mon Jul 15, 2024 12:50 pm
Do you have any custom changes to the project? There is no component called "espressif/rain_maker" which is shown in your logs.
I deleted the original code and retested it.
compote version
1.5.3.
Executing git clone - recursive
https://github.com/espressif/esp-rainmaker.git The output is as follows
PS E:\RAINMAKER_TEST> git clone --recursive
https://github.com/espressif/esp-rainmaker.git
Cloning into 'esp-rainmaker'...
remote: Enumerating objects: 4390, done.
remote: Counting objects: 100% (1349/1349), done.
remote: Compressing objects: 100% (390/390), done.
Receiving objects: 100% (4390/4390), 2.63 MiB | 98.00 KiB/s, done.sed 3041
Resolving deltas: 100% (2964/2964), done.
Submodule 'cli' (
https://github.com/espressif/esp-rainmaker-cli.git ) registered for path 'cli'
Submodule 'components/esp-insights' (
https://github.com/espressif/esp-insights.git ) registered for path 'components/esp-insights'
Submodule 'components/rmaker_common' (
https://github.com/espressif/esp-rainmaker-common.git ) registered for path 'components/rmaker_common'
Cloning into 'E:/RAINMAKER_TEST/esp-rainmaker/cli'...
remote: Enumerating objects: 385, done.
remote: Counting objects: 100% (385/385), done.
remote: Compressing objects: 100% (284/284), done.
remote: Total 385 (delta 187), reused 283 (delta 85), pack-reused 0
Receiving objects: 100% (385/385), 283.72 KiB | 968.00 KiB/s, done.
Resolving deltas: 100% (187/187), done.
Cloning into 'E:/RAINMAKER_TEST/esp-rainmaker/components/esp-insights'...
fatal: unable to access '
https://github.com/espressif/esp-insights.git/ ': Recv failure: Connection was reset
fatal: clone of '
https://github.com/espressif/esp-insights.git ' into submodule path 'E:/RAINMAKER_TEST/esp-rainmaker/components/esp-insights' failed
Failed to clone 'components/esp-insights'. Retry scheduled
Cloning into 'E:/RAINMAKER_TEST/esp-rainmaker/components/rmaker_common'...
error: RPC failed; curl 28 Recv failure: Connection was reset
fatal: expected flush after ref listing
fatal: clone of '
https://github.com/espressif/esp-rainmaker-common.git ' into submodule path 'E:/RAINMAKER_TEST/esp-rainmaker/components/rmaker_common' failed
Failed to clone 'components/rmaker_common'. Retry scheduled
Cloning into 'E:/RAINMAKER_TEST/esp-rainmaker/components/esp-insights'...
fatal: unable to access '
https://github.com/espressif/esp-insights.git/ ': Failed to connect to github.com port 443 after 21064 ms: Couldn't connect to server
fatal: clone of '
https://github.com/espressif/esp-insights.git ' into submodule path 'E:/RAINMAKER_TEST/esp-rainmaker/components/esp-insights' failed
Failed to clone 'components/esp-insights' a second time, aborting
Then I repeated 'git submodule update -- init -- recursive' until the components were completely added, downloaded cbor from the repository, decompressed it, renamed the folder to cbor, and placed it in the components directory
Finally successfully compiled and burned, thank you very much.