91³Ô¹ÏÍø

Watch CBS News

"Stressed" Amazon driver dumps 80 packages in woods during holiday shipping rush

LAKEVILLE - If you're missing an Amazon delivery, it may have been left on the side of the road by a "stressed" driver after police in Massachusetts found nearly 80 abandoned packages on Sunday.

Misplaced Amazon packages

Police in Lakeville were patrolling around 2 a.m. Sunday morning when they saw unattended items on the side of Bedford Street. Seargent Shawn Robert determined it was three large totes full of Amazon packages that had been dumped several feet in the woods.

The packages were brought back to the station, counted, and returned to an Amazon distribution center in Middleboro.

The driver visited the Lakeville Police Department on Monday afternoon and said they had left the packages around 7 p.m. on Saturday "because they were stressed." Police are not planning to press any criminal charges for the incident and instead said it would be dealt with at Amazon.  

screenshot-20241223-015213.png
Lakeville police are hoping that the nearly 80 packages of Amazon deliveries will still be able to be delivered by the holidays. Lakeville Police Department

"Sgt. Robert likely saved a Christmas headache for many local residents by noticing these totes and getting them back to Amazon, hopefully in time for a holiday delivery," Lakeville Chief Matthew Perkins said in a statement.

Amazon said that customers can expect their packages to still be delivered and to check their accounts for any updates.

"We can confirm all customer orders were reprocessed and redelivered, or are currently in the process of being delivered," Amazon said in a statement. "We also thank Lakeville PD for finding and returning the packages."

Lakeville Police doubled as delivery drivers back in 2021 when they discovered abandoned packages on the side of the road.

What to do if your Amazon package is lost

If you are having delivery issues with your Amazon order, here's what to do depending on your package status.

Amazon recommends that if but it is not there look for a notice of delivery attempt, check with neighbors, then wait 48 hours before contacting the carrier and then the seller.

If the package status is , Amazon may refund the package or recommend that you contact the third-party seller directly.  

For more information on what to do if you haven't received your package, click to go to Amazon's "Where's My Stuff?" page.

View CBS News In
CBS News App Open
Chrome Safari Continue
const link = doc.createElement('link'); link.rel = 'stylesheet'; link.href = '/fly/fly/bundles/cbsnewscontent/css/cmp-banner.min.css?v=fd53910ecf4604072044ab7c46d9b028'; doc.head.appendChild(link); doc.body.innerHTML = CONSENT_MESSAGE; } else { el.insertAdjacentHTML('afterend', CONSENT_MESSAGE); } }); } function hidePrivacyMessage() { // Remove from the main document document.querySelectorAll(`.${CONSENT_MESSAGE_CLASS}`).forEach(el => el.remove()); // Remove from inside any iframes document.querySelectorAll('iframe').forEach(iframe => { const doc = iframe.contentDocument || iframe.contentWindow.document; doc.querySelectorAll(`.${CONSENT_MESSAGE_CLASS}`).forEach(el => el.remove()); }); } function activateGatedScripts() { // Handle both new format (cmp-gated-script) and old OneTrust/Ketch format (optanon-category-4) const gatedScripts = Array.from(document.querySelectorAll('script.cmp-gated-script, script.optanon-category-4')); // Activate scripts sequentially with a small delay to avoid timing issues let delay = 0; gatedScripts.forEach(function(placeholder, index) { setTimeout(function() { // Skip if already processed if (placeholder.hasAttribute('data-cmp-processed')) { return; } placeholder.setAttribute('data-cmp-processed', 'true'); const newScript = document.createElement('script'); newScript.type = 'text/javascript'; // Try new format first (data-cmp-src), then fall back to old format (data-src) const src = placeholder.getAttribute('data-cmp-src') || placeholder.getAttribute('data-src'); if (src) { newScript.src = src; } else if (placeholder.textContent) { // Inline script - just copy the content newScript.textContent = placeholder.textContent; } // Handle new format attributes (data-cmp-attrs) - for both inline and external scripts const attrs = placeholder.getAttribute('data-cmp-attrs'); if (attrs) { const tempDiv = document.createElement('div'); tempDiv.innerHTML = '
<\/div>'; const tempAttrs = tempDiv.firstChild.attributes; for (let i = 0; i < tempAttrs.length; i++) { // For external scripts, allow defer/async. For inline scripts, skip them (not valid) if (src || (tempAttrs[i].name !== 'async' && tempAttrs[i].name !== 'defer')) { newScript.setAttribute(tempAttrs[i].name, tempAttrs[i].value); } } } // Copy other attributes from old OneTrust format for (let i = 0; i < placeholder.attributes.length; i++) { const attr = placeholder.attributes[i]; // Skip attributes we've already handled or don't want to copy if (!['class', 'data-src', 'data-type', 'data-cmp-src', 'data-cmp-attrs', 'data-cmp-processed', 'type', 'async', 'defer', 'src'].includes(attr.name)) { newScript.setAttribute(attr.name, attr.value); } } placeholder.parentNode.replaceChild(newScript, placeholder); // If external script, manually trigger window.onload handlers after it loads // This handles widgets that use window.onload for initialization if (src) { newScript.addEventListener('load', function() { // If page already loaded and script set a new onload handler, trigger it if (document.readyState === 'complete' && window.onload) { const originalOnload = window.onload; window.onload = null; // Clear temporarily to prevent loops originalOnload(); // Execute the handler } }); } }, delay); delay += 500; // 500ms delay between each script to allow full loading }); } cbsoptanon.onScriptsReady(function(cmp) { cmp.ot.targetingAllowed(function(allowed) { if (!allowed) { showPrivacyMessage(); } else { activateGatedScripts(); } }); cmp.ot.awaitInitialConsent(function(consent_model) { cmp.ot.addOnConsentChangedHandler(function() { cmp.ot.targetingAllowed(function(allowed) { if (allowed) { hidePrivacyMessage(); activateGatedScripts(); } else { showPrivacyMessage(); } }); }); }); });