Over 40,000 cybertruck recalled!

The American manufacturer of electric vehicles Tesla recalls 46,000 Cybertruck. Body panels may fall. © Emily Elconin/Bloomberg/Getty Images – More than 46,000 Cybertrucks are recalled by Tesla. Save save Receive Tesla alerts in the sunny end of 2024 will they give way to darker horizons for Tesla? After the many dispute movements in the world aimed at its founder Elon Musk, also called to leave the group’s management by a historic investor, the American electric car manufacturer has to face a new problem with its cybertruck. As reported by Midi Libre, Tesla recalls more than 46,000 vehicles due to bodywork panels that are likely to fall. Indeed, the American Road Safety Agency (NHTSA) specifies that the glue used is faulty. In total, the 46,096 copies of the Cybertruck were manufactured between November 13, 2023 and February 27, 2025, we can learn. The first signs of problems linked to the body was sent to the manufacturer on January 7. “The reinforcement, an exterior cover composed of stainless steel panels, can peel and detach from the vehicle,” adds the NHTSA, which specifies that Tesla will replace the defective equipment for free. Read also: Will Tesla manage to sell its cybertruck to French motorists? A danger for other motorists who worries in this specific case is that external elements can weaken the adhesive used to fix the stainless steel shell. According to the American Road Safety Agency, it should be replaced by another “less sensitive and reinforced half -timbered welded on the internal part of the steel and riveted panels to the structure of the vehicle”. The NHTSA alerts on “a danger on the road for motorists behind” which could “increase the risk of injury or accident”. This day, no accident, death or injury would have been caused by this body problem. But for the Cybertruck, the troubles accumulate. In April 2024, the American manufacturer had to recall 4,000 pick-ups because of an accelerator pedal problem that can block and cause an accident. Read also: Tesla: collapse on the stock market far from over? JPMorgan pulls the alarm signal! A few weeks later, in June, another problem this time touched the transport rocker and its dressing which was likely to detach. Then last November, a defect linked to a mechanical part was likely to cause loss of power for the wheels. Nothing very reassuring for the owners of vehicles who sometimes waited for it four years. Receive our latest news twice a week, automotive news at a glance. (tagstotranslate) tesla

Credit-Read More

News kiosk Latest Posts

// Function to fetch the latest posts
function fetchLatestPosts() {
const feedUrl = ‘https://newskiosk.pro/feed/’; // Replace with your blog’s RSS feed URL
fetch(feedUrl)
.then(response => response.text())
.then(str => new window.DOMParser().parseFromString(str, “text/xml”))
.then(data => {
const items = Array.from(data.querySelectorAll(“item”));
const latestPostsContainer = document.getElementById(“latest-posts”);
latestPostsContainer.innerHTML = ”; // Clear previous posts

// Shuffle the items array
const shuffledItems = items.sort(() => Math.random() – 0.5);

// Select the first 5 items from the shuffled array
const selectedItems = shuffledItems.slice(0, 5);

// Loop through the selected items and display them
selectedItems.forEach(post => {
const link = post.querySelector(“link”).textContent;
const description = post.querySelector(“description”).textContent;

// Create a new post element
const postElement = document.createElement(“div”);
postElement.classList.add(“latest-post”);
postElement.innerHTML = `

${description} Read more

`;

// Append the new post element to the container
latestPostsContainer.appendChild(postElement);
});
})
.catch(error => console.error(‘Error fetching the latest posts:’, error));
}

// Call the function to fetch and display the latest posts
fetchLatestPosts();

News kiosk- Are You Making These Common Mistakes? Click below to Learn More

Secret That Everyone Is Talking About

If you want to dive deeper into the topic, click on Read More:

Gardening with Ecorganicas: Your Source for Organic Gardening Tips
Financial potential with expert tips on budgeting, investing, and saving
Unlock the Hidden Truth: Click to Reveal!

Share to Spread

Leave a Reply

Your email address will not be published. Required fields are marked *