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

Error when there are special characters in request body #32

Closed
Yahhi opened this issue Jan 22, 2020 · 2 comments
Closed

Error when there are special characters in request body #32

Yahhi opened this issue Jan 22, 2020 · 2 comments
Assignees
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@Yahhi
Copy link

Yahhi commented Jan 22, 2020

image
Body content something like this: '[ { \"appInstanceId\": \"string\", \"level\": \"INFO\"'
function call

response = await client
              .put(address,
                  body: body, headers: headers)
              .then((response) {
            MyApp.alice.onHttpResponse(response, body: body);
            MyApp.alice.showInspector();
            return response;
          });
@jhomlala
Copy link
Owner

Can you provide more details:

  • Full body response (if possible)
  • Full error log from console
  • Alice version
  • Flutter doctor output

@jhomlala jhomlala self-assigned this Jan 26, 2020
@jhomlala jhomlala added bug Something isn't working help wanted Extra attention is needed labels Jan 26, 2020
@jhomlala
Copy link
Owner

Closed due to no activity.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

2 participants