You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Additional context
I had to strip the user agent info because chrome was erroring out with unsafe header errors if I did not do that. the code for that is
Describe the bug
I am using the queryService.query() to make a query and it is returning a
400 (Bad Request)
with the followingTo Reproduce
Steps to reproduce the behavior:
InfluxDB v2.7.10 (git: f302d9730c) build_date: 2024-08-16T20:19:28Z
Expected behavior
Expect a string of records in
records
Specifications:
influxdb_client: ^2.10.0
InfluxDB v2.7.10 (git: f302d9730c) build_date: 2024-08-16T20:19:28Z
Linux 6.1.0-23-cloud-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.99-1 (2024-07-15) x86_64 GNU/Linux
Additional context
I had to strip the user agent info because chrome was erroring out with
unsafe header
errors if I did not do that. the code for that isThe text was updated successfully, but these errors were encountered: