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(client): add a workaround for "MalformedPOSTRequest" error #969

Merged
merged 1 commit into from
Aug 26, 2021

Conversation

AChenQ
Copy link
Collaborator

@AChenQ AChenQ commented Aug 25, 2021

Based on some mysterious bugs in OSS,
it is found that modifying a field in the post form can avoid this
error, so add a workaround to temporarily fix this problem

oss error message:
"The body of your POST request is not well-formed multipart/form-data"

@AChenQ AChenQ requested a review from rexzheng324-c as a code owner August 25, 2021 12:23
@coveralls
Copy link

coveralls commented Aug 25, 2021

Pull Request Test Coverage Report for Build 1168939707

  • 2 of 12 (16.67%) changed or added relevant lines in 1 file are covered.
  • No unchanged relevant lines lost coverage.
  • Overall coverage decreased (-0.08%) to 83.259%

Changes Missing Coverage Covered Lines Changed/Added Lines %
tensorbay/client/segment.py 2 12 16.67%
Totals Coverage Status
Change from base Build 1166040520: -0.08%
Covered Lines: 5565
Relevant Lines: 6684

💛 - Coveralls

@AChenQ AChenQ force-pushed the T18000_oss_wrong branch 2 times, most recently from ea39997 to 5e06995 Compare August 25, 2021 12:56
tensorbay/client/segment.py Outdated Show resolved Hide resolved
@AChenQ AChenQ changed the title fix(client): add a workaround for "MalformedPOSTRequest" fix(client): add a workaround for "MalformedPOSTRequest" error Aug 26, 2021
Based on some mysterious bugs in OSS,
it is found that modifying a field in the post form can avoid this
error, so add a workaround to temporarily fix this problem

oss error message:
"The body of your POST request is not well-formed multipart/form-data"

PR Closed: Graviti-AI#969
@AChenQ AChenQ merged commit 8095859 into Graviti-AI:main Aug 26, 2021
@AChenQ AChenQ deleted the T18000_oss_wrong branch August 26, 2021 03:19
linjiX pushed a commit that referenced this pull request Aug 26, 2021
Based on some mysterious bugs in OSS,
it is found that modifying a field in the post form can avoid this
error, so add a workaround to temporarily fix this problem

oss error message:
"The body of your POST request is not well-formed multipart/form-data"

PR Closed: #969
linjiX pushed a commit that referenced this pull request Aug 26, 2021
Based on some mysterious bugs in OSS,
it is found that modifying a field in the post form can avoid this
error, so add a workaround to temporarily fix this problem

oss error message:
"The body of your POST request is not well-formed multipart/form-data"

PR Closed: #969
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.

4 participants