Skip to main content
Senior
July 8, 2025
Solved

STM32CubeIDE error downloading file while creating project

  • July 8, 2025
  • 2 replies
  • 700 views

When creating a project with the new STM32CubeIDE 1.19.0, I get the following error:

Screenshot from 2025-07-08 16-00-46.png

 

Does anyone knows how to fix this?

Best answer by Ghofrane GSOURI

Hello @eduardo_reis 

The error "Error downloading the following files: mcusAds.json.tmp (Not available)" in STM32CubeIDE 1.19.0 usually occurs due to network connectivity issues, firewall or proxy restrictions, or temporary server unavailability when the IDE tries to download necessary package files. To resolve this, make sure your internet connection is stable, configure any proxy settings within the IDE if needed, and check that no firewall or antivirus is blocking the download. Clearing the IDE’s cache (.stm32cubeide) can also help. Running the IDE with administrator privileges may resolve permission-related problems.

THX

Ghofrane

2 replies

Ghofrane GSOURI
Ghofrane GSOURIBest answer
Technical Moderator
July 9, 2025

Hello @eduardo_reis 

The error "Error downloading the following files: mcusAds.json.tmp (Not available)" in STM32CubeIDE 1.19.0 usually occurs due to network connectivity issues, firewall or proxy restrictions, or temporary server unavailability when the IDE tries to download necessary package files. To resolve this, make sure your internet connection is stable, configure any proxy settings within the IDE if needed, and check that no firewall or antivirus is blocking the download. Clearing the IDE’s cache (.stm32cubeide) can also help. Running the IDE with administrator privileges may resolve permission-related problems.

THX

Ghofrane

To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
Senior
July 9, 2025

Hello @Ghofrane GSOURI thank you for your response. I don't think the first part of the answer (network connection / firewall, etc) was cause of the issue I have. But, very likely it was what you said in the second part, the admin privileges. I originally had installed stm32ide with the generic linux install without using `sudo`. After hitting this issue, I uninstalled everything and installed the IDE using the debian installer with `sudo`. The issue did not occur.

 

Thank you for your feedback.