GM warns Bolt owners after two cars catch fire

GM warns Bolt owners after two cars catch fire

WASHINGTON — General Motors on Wednesday warned owners of its Chevrolet Bolt to park the electric vehicle outside and not leave them plugged in overnight after two of the cars caught fire.

The incidents involved vehicles that had been fixed following a November recall of nearly 51,000 Bolts in the United States due to a fire risk, the automaker said.

"Out of an abundance of caution, we are asking owners of 2017-2019 Chevrolet Bolt EVs who were part of the recall population to park their vehicles outdoors immediately after charging and not leave their vehicles charging overnight while we investigate these incidents," GM said in a statement.

"At GM, safety is our highest priority, and we are moving as quickly as we can to investigate this issue."

According to news reports, one of the recent fires occurred in Vermont and another in New Jersey.

The National Highway Traffic Safety Administration opened an investigation in October into the fire hazard involving the high-voltage battery pack underneath the rear seat of the Bolt, after confirming five incidents where cars ignited even when turned off.

The agency at the time told owners that "the safest place to park them is outside and away from homes."

.col-lg-12.second .opinion-widget{border-top:1px solid #D0D0D0;} #widget_1623 .opinions-title {font-size:32px;}

{{articles_filter_1623_widget?.title}}

.epaper-separator{ height: 1px; width: 100%; background-color: #D0D0D0; margin: 15px 0; }

Today’s Paper

.related-articles .layout-ratio{padding-bottom:55%;}
.alert-success { color :#A3656F ; } .alert-danger { color : red ; } .footer { font-family:Myriad Pro,Arial; }
document.addEventListener('DOMContentLoaded', function () { function validateEmail(email) { return /^[^\s@]+@[^\s@]+\.[^\s@]+$/.test(email); } function showModal(message,type) { const messageContainer = document.getElementById("messageContainerFooter"); messageContainer.textContent = message; messageContainer.className = `alert alert-${type} mt-3`; // Bootstrap alert styling messageContainer.classList.remove("d-none"); // Hide message after 5 seconds setTimeout(() => { messageContainer.classList.add("d-none"); }, 5000); } document.getElementById("emailFormFooter").addEventListener("submit", function(event) { event.preventDefault(); const emailInput = document.getElementById("emailFooter"); const email = emailInput.value.trim(); if (!validateEmail(email)) { showModal('Invalid email format','danger'); return; } const url = `/subscribeNewsletter?email=${encodeURIComponent(email)}`; fetch(url, { method: "GET", headers: { "Accept": "application/json" } }) .then(response => { if (!response.ok) { showModal("Error submitting email. Try again.",'danger'); } return response.json(); }) .then(data => { showModal(data.message,'success'); }) .catch(error => { showModal("Error submitting email. Try again.",'danger'); }); }); });