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: manual encode array params for hermes #57

Merged
merged 1 commit into from
Feb 8, 2024
Merged

Conversation

Reisen
Copy link
Contributor

@Reisen Reisen commented Feb 8, 2024

The HTTP library in hermes expects array parameters passed in URLs to be encoded with ids[]=, but the aiohttp library used here does not support encoding this way. This PR updates the call to hand-serialize the URL parameters to match hermes expectations.

@Reisen Reisen requested a review from ali-bahjati February 8, 2024 12:02
@Reisen Reisen force-pushed the push-xqoxukwvukxq branch from 09d090d to e54e791 Compare February 8, 2024 12:04
@Reisen Reisen force-pushed the push-xqoxukwvukxq branch from e54e791 to 480459f Compare February 8, 2024 12:06
@ali-bahjati ali-bahjati merged commit 608e906 into main Feb 8, 2024
6 checks passed
@ali-bahjati ali-bahjati deleted the push-xqoxukwvukxq branch February 8, 2024 15:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants