We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Steps to reproduce: List the minimal actions needed to reproduce the behavior.
Call stack:
System.InvalidOperationException: Sequence contains no matching element at System.Linq.ThrowHelper.ThrowNoMatchException() at System.Linq.Enumerable.First[TSource](IEnumerable1 source, Func2 predicate) at InfluxDB.Client.Api.Client.ApiClient.InitToken() at InfluxDB.Client.Api.Client.ApiClient.BeforeIntercept(IRestRequest request) at InfluxDB.Client.Api.Client.ApiClient.InterceptRequest(IRestRequest request) at InfluxDB.Client.Api.Client.ApiClient.CallApiAsync(String path, Method method, List1 queryParams, Object postBody, Dictionary2 headerParams, Dictionary2 formParams, Dictionary2 fileParams, Dictionary`2 pathParams, String contentType, CancellationToken cancellationToken)
1 source, Func
1 queryParams, Object postBody, Dictionary
2 formParams, Dictionary
Expected behavior: Not to throw exception
Actual behavior: Exception thrown
The reason is that there is no longer a cookie called "session" for InfluxDB OSS. It is now called influxdb-oss-session.
Specifications:
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Steps to reproduce:
List the minimal actions needed to reproduce the behavior.
Call stack:
Expected behavior:
Not to throw exception
Actual behavior:
Exception thrown
The reason is that there is no longer a cookie called "session" for InfluxDB OSS. It is now called influxdb-oss-session.
Specifications:
The text was updated successfully, but these errors were encountered: