This message was deleted.
# support
s
This message was deleted.
s
What is the otlp-http exporter version you are using? The error "Bad Request","name":"OTLPExporterError","data":"{\"code\":3,\"message\":\"ReadUint64: unsupported value type, error found in #10 byte of indicates the payload is wrong.
v
0.44.0
s
That should work, but if possible please use these latest verified versions
Copy code
npm install --save @opentelemetry/api@^1.6.0                                                                       
npm install --save @opentelemetry/sdk-node@^0.45.0
npm install --save @opentelemetry/auto-instrumentations-node@^0.39.4
npm install --save @opentelemetry/exporter-trace-otlp-http@^0.45.0
v
Cool, will check. Could that be the issue? In the sdk itself?
Wow, yeah that worked! Thanks @Srikanth Chekuri! 🙌🏽