unleash-client-rust icon indicating copy to clipboard operation
unleash-client-rust copied to clipboard

unknown variant `SEMVER_LT`, expected `IN` or `NOT_IN`"

Open Meemaw opened this issue 2 years ago • 0 comments

Describe the bug

Fetching feature flags fails due to the following error:

Err(reqwest::Error { kind: Decode, source: Error("unknown variant `SEMVER_LT`, expected `IN` or `NOT_IN`", line: 1, column: 44320) })

This means its not possible to use the client at all with those constraints defined in the project. It should be possible to use the client, even if those strategies are not supported.

Steps to reproduce the bug

No response

Expected behavior

No response

Logs, error output, etc.

No response

Screenshots

No response

Additional context

No response

Unleash version

No response

Subscription type

None

Hosting type

None

SDK information (language and version)

No response

Meemaw avatar Jul 15 '23 14:07 Meemaw