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 body stream already read error #1646

Merged
merged 1 commit into from
Sep 8, 2018
Merged

Fix body stream already read error #1646

merged 1 commit into from
Sep 8, 2018

Conversation

cgarwood
Copy link
Member

@cgarwood cgarwood commented Sep 8, 2018

#1640 introduced a second await response.json(); call, which caused an error when loading the login page:

Error loading auth providers TypeError: body stream already read
    at HTMLElement.ready (ha-authorize.js:103)

This removes the second await response.json(); call

@ghost ghost added the in progress label Sep 8, 2018
@balloob balloob merged commit 7cf7763 into home-assistant:master Sep 8, 2018
@ghost ghost removed the in progress label Sep 8, 2018
@cgarwood cgarwood deleted the auth_fix branch September 8, 2018 19:06
@github-actions github-actions bot locked and limited conversation to collaborators Jul 7, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants