When using python script , i am trying to upload data from multiple mf4 files following error is occuring:
Reason: Internal Server Error HTTP response headers: HTTPHeaderDict({‘Content-Type’: ‘application/json; charset=utf-8’, ‘X-Influxdb-Build’: ‘OSS’, ‘X-Influxdb-Version’: ‘v2.7.9’, ‘X-Platform-Error-Code’: ‘internal error’, ‘Date’: ‘Thu, 07 Aug 2025 08:52:03 GMT’, ‘Content-Length’: ‘90’}) HTTP response body: {“code”:“internal error”,“message”:“unexpected error writing points to database: timeout”}
i have used proper batching , timeout , sleep.
