Hello,
I tried to update Toolchain Manager from 1.2.6 to 1.3.1 using nRF Connect for Desktop (v4.4.1), but it failed as shown in the log below.
Fullscreen
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Error: Failed with exit code 1.
Failed to bootstrap core functionality before executing command.
HTTP request to default bootstrap resource
https://raw.githubusercontent.com/NordicSemiconductor/nrfutil-package-index/
master/bootstrap.json
failed.
Please check that your internet connection is functioning. If you use a proxy,
please try the --detect-proxy flag or manually set the appropriate HTTP_PROXY-
style environment variable(s).
To use a custom bootstrap config, set NRFUTIL_BOOTSTRAP_CONFIG_URL.
To bootstrap directly from a nrfutil-core package tarball, set
NRFUTIL_BOOTSTRAP_TARBALL_PATH.
Caused by:
0: error sending request for url (https://raw.githubusercontent.com/NordicSemiconductor/nrfutil-package-index/master/bootstrap.json): operation timed out
How can I solve this problem?
Regards,
Gotoda