-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unhandled Exception: InfluxDBException: statusCode = 400, code = invalid, message = failed to decode request body: unsupported Content-Type header value #14
Comments
Hi @ADLsourceCode, thanks for using our client. I have prepared a fixed version within #15. If you would like to use the fixed version of the client before release into
Regards |
Getting the below Git error. Command: Should i use |
The PR is already merged into main branch. You have to use `main` instead
of `fix/missing_content_type`.
…On Saturday, October 16, 2021, ADL ***@***.***> wrote:
Getting the below
Git error. Command: git rev-list --max-count=1 fix/missing_content_type
stdout:
stderr: fatal: ambiguous argument 'fix/missing_content_type': unknown
revision or path not in the working tree.
Use '--' to separate paths from revisions, like this:
'git [...] -- [...]'
exit code: 128
@bednar <https://github.com/bednar>
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#14 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AADPDYI2CEJWSQHUOEJS4DLUHHS4JANCNFSM5FT2CQYQ>
.
|
Getting this now:-
with this:
Below is the code:-
|
It looks like something related to your UI code. Can you share full stacktrace? |
this is the stack track on click of the button which triggers query:-
|
The error is caused by your query: |
i tried adding start:0, still it comes.... any example for start and stop you can provide for now to test the query |
|
let me try this @bednar |
it works @bednar |
I get the below data:- How can i continuously stream data to get the latest data everytime.. something like firebase or streams. My use case is to update the stock price with the new data |
The InfluxDB doesn’t supports continuously streaming data. You have to periodically call query to InfluxDB. |
ok @bednar , what do you recommend? Placing a NodeJS server after influx and make web sockets for flutter app and making the flutter app subscribe to them..or use MQTT ...any suggestions what about subscriptions in influx? |
I don't have an exact opinion on that. The Python client demo uses
The InfluxDB 2 doesn't have subscriptions. |
Below is the error I get :-
The text was updated successfully, but these errors were encountered: