# Batch insert error

**URL:** https://forum.weaviate.io/t/batch-insert-error/7764
**Category:** Support
**Created:** [November 21, 2024, 6:19pm UTC](https://forum.weaviate.io/t/batch-insert-error/7764 "2024-11-21T18:19:52Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![alisha\_liu](https://yyz1.discourse-cdn.com/flex027/user_avatar/forum.weaviate.io/alisha_liu/32/1035_2.png) [@alisha\_liu](https://forum.weaviate.io/u/alisha_liu)
#### Post date: [November 21, 2024, 6:19pm UTC](https://forum.weaviate.io/t/batch-insert-error/7764/1 "2024-11-21T18:19:52Z")

</div>

### Description

Get this error when batch insert object into weaviate collection  
[ERROR] 2024-11-21T17:34:17.506Z 1da0187e-ee0e-511a-bdb1-47c780dec089 {‘message’: ‘Failed to send 1 objects in a batch of 1. Please inspect client.batch.failed\_objects or collection.batch.failed\_objects for the failed objects.’}

### Server Setup Information

- Weaviate Server Version:
- Deployment Method: k8s
- Multi Node? No
- Client Language and Version: python 3.9
- Multitenancy?: No

### Any additional Information

---

<div class="post-metadata">

### Author: ![DudaNogueira](https://yyz1.discourse-cdn.com/flex027/user_avatar/forum.weaviate.io/dudanogueira/32/7846_2.png) [@DudaNogueira](https://forum.weaviate.io/u/DudaNogueira)
#### Post date: [November 21, 2024, 8:43pm UTC](https://forum.weaviate.io/t/batch-insert-error/7764/2 "2024-11-21T20:43:44Z")

</div>

hi @alisha_liu !!

You need to inspect the `failed_objects ` in order to discover what the error is about.

Check here for more information:

> **[Python | Weaviate](https://weaviate.io/developers/weaviate/client-libraries/python#error-handling)**
>
> Utilize the Python client library to access Weaviate and streamline data processes.

Thanks!
