-
Notifications
You must be signed in to change notification settings - Fork 13
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
[bug][flagd-rpc] We can not retrieve object flags due to a type mismatch error #102
Comments
aepfli
added a commit
to open-feature-forking/python-sdk-contrib
that referenced
this issue
Nov 17, 2024
) Signed-off-by: Simon Schrottner <[email protected]>
i created a fix for this bug, but it relies on #101 |
aepfli
changed the title
[bug][flagd-remote] We can not retrieve object flags due to a type mismatch error
[bug][flagd-rpc] We can not retrieve object flags due to a type mismatch error
Nov 17, 2024
this is also most likely happening in the |
aepfli
added a commit
to open-feature-forking/python-sdk-contrib
that referenced
this issue
Nov 18, 2024
) Signed-off-by: Simon Schrottner <[email protected]>
aepfli
added a commit
to open-feature-forking/python-sdk-contrib
that referenced
this issue
Nov 18, 2024
) Signed-off-by: Simon Schrottner <[email protected]>
aepfli
added a commit
to open-feature-forking/python-sdk-contrib
that referenced
this issue
Nov 18, 2024
) Signed-off-by: Simon Schrottner <[email protected]>
aepfli
added a commit
to open-feature-forking/python-sdk-contrib
that referenced
this issue
Nov 18, 2024
) Signed-off-by: Simon Schrottner <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I implemented #101 and could not correctly test object flags with our gherkin suite, as I am constantly getting a type mismatch.
The type we're getting from the resolver does not match the expected type in Python for object flags. I checked the provider's response, and everything was returned as expected. But the
struct
never seems to be correctly translated into the Python object.The text was updated successfully, but these errors were encountered: