Raf
Raf
I am currently assessing if i can use this framework with non Apollo graphql server such as https://github.com/graphql-python/flask-graphql any insight would be appreciated!
having the same exact issue with newly installed libraries ``` @opentelemetry/instrumentation-http outgoingRequest on request close() { "stack":"OTLPExporterError: Bad Request at IncomingMessage. (/.../node_modules/@opentelemetry/otlp-exporter-base/src/platform/node/util.ts:131:27) at /.../node_modules/@opentelemetry/context-async-hooks/src/AbstractAsyncHooksContextManager.ts:75:49 at AsyncLocalStorage.run (node:async_hooks:309:14) at AsyncLocalStorageContextManager.with (/.../node_modules/@opentelemetry/context-async-hooks/src/AsyncLocalStorageContextManager.ts:40:36)...
follow up, per @sebaparedero14 advice i downgraded below library and that fixed the issue: ``` "@opentelemetry/exporter-trace-otlp-http": "0.27.0", ```
i tried installing using methods here and the install succeeded, however when i try to run a simple example: ``` import pybitcointools privkey = pybitcointools.random_key() ``` i get: > File...