Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Exception in obtaining the client through username and password #517

Copy link
Copy link
Open
@kervin521

Description

@kervin521
Issue body actions

Steps to reproduce:
List the minimal actions needed to reproduce the behavior.

InfluxDBClientOptions.Builder builder = InfluxDBClientOptions.builder();
			builder.bucket(bucket);
			builder.org(org);
			builder.okHttpClient(builder());
builder.authenticate(username, password.toCharArray());
builder.url(uri);
InfluxDBClientImpl client = (InfluxDBClientImpl) InfluxDBClientFactory.create(builder.build());
InfluxDBClientReactiveImpl reactive = (InfluxDBClientReactiveImpl) InfluxDBClientReactiveFactory.create(builder.build());

Expected behavior:
Describe what you expected to happen.

Actual behavior:
Describe What actually happened.

Specifications:

  • Client Version:
  • InfluxDB Version:
  • JDK Version:
  • Platform:

Metadata

Metadata

Assignees

No one assigned

    Labels

    questionFurther information is requestedFurther information is requested

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      Morty Proxy This is a proxified and sanitized view of the page, visit original site.