This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

NRF Connect v3.3.3 report error:Unable to download latest app

Error report :

Unable to download latest app info: Unable to download apps list: Unable to download raw.githubusercontent.com/.../apps.json: net::ERR_NAME_NOT_RESOLVED. If you are using a proxy server, you may need to configure it as described on github.com/.../pc-nrfconnect-core

 no matter I use proxy server or not , It still report the same error . How can i solve this problem?

Parents
  • hi, I also met the same problem. Spent a long time finally done. Method is as follows:

    In the hosts file to add the following url.

    # GitHub Start
    192.30.253.112 Build software better, together
    192.30.253.119 gist.github.com
    151.101.184.133 assets-cdn.github.com
    151.101.184.133 raw.githubusercontent.com
    151.101.184.133 gist.githubusercontent.com
    151.101.184.133 cloud.githubusercontent.com
    151.101.184.133 camo.githubusercontent.com
    151.101.184.133 avatars0.githubusercontent.com
    151.101.184.133 avatars1.githubusercontent.com
    151.101.184.133 avatars2.githubusercontent.com
    151.101.184.133 avatars3.githubusercontent.com
    151.101.184.133 avatars4.githubusercontent.com
    151.101.184.133 avatars5.githubusercontent.com
    151.101.184.133 avatars6.githubusercontent.com
    151.101.184.133 avatars7.githubusercontent.com
    151.101.184.133 avatars8.githubusercontent.com
    # GitHub End

Reply
  • hi, I also met the same problem. Spent a long time finally done. Method is as follows:

    In the hosts file to add the following url.

    # GitHub Start
    192.30.253.112 Build software better, together
    192.30.253.119 gist.github.com
    151.101.184.133 assets-cdn.github.com
    151.101.184.133 raw.githubusercontent.com
    151.101.184.133 gist.githubusercontent.com
    151.101.184.133 cloud.githubusercontent.com
    151.101.184.133 camo.githubusercontent.com
    151.101.184.133 avatars0.githubusercontent.com
    151.101.184.133 avatars1.githubusercontent.com
    151.101.184.133 avatars2.githubusercontent.com
    151.101.184.133 avatars3.githubusercontent.com
    151.101.184.133 avatars4.githubusercontent.com
    151.101.184.133 avatars5.githubusercontent.com
    151.101.184.133 avatars6.githubusercontent.com
    151.101.184.133 avatars7.githubusercontent.com
    151.101.184.133 avatars8.githubusercontent.com
    # GitHub End

Children
No Data
Related