Skip to content
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

Fix parser on get methods #155

Closed
wants to merge 2 commits into from
Closed

Fix parser on get methods #155

wants to merge 2 commits into from

Conversation

maxxiefjv
Copy link

What this implements/fixes

This fixes a bug when creating GET requests that values are properly parsed from the query parameters instead of some json data.

@schuderer
Copy link
Owner

Thanks for the PR. Before diving into the proposed solution: Can you provide a way to reproduce the bug you encountered? How does the bug surface? Was there an error message? I am asking because I suspect that it might have something to do with issue #152 (and to be able to determine what a good regression test should look like). Could you please check? Thanks again

@schuderer schuderer added bug Something isn't working waiting for input We can't continue until we have more info from the submitter or another discussion participant labels Jun 10, 2022
@schuderer
Copy link
Owner

schuderer commented Jun 21, 2022

PS: Besides giving the requested info above, you also might want to try with the newest code base of mllaunchpad (pip install git+https://github.com/schuderer/mllaunchpad.git). We fixed one annoying error recently and I'm wondering whether that fixes things for you. Thanks!

@maxxiefjv maxxiefjv closed this by deleting the head repository Jan 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working waiting for input We can't continue until we have more info from the submitter or another discussion participant
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants