Skip to content

Conversation

@MWeininger
Copy link
Collaborator

These changes fix the issue of displaying the wrong error.
In the earlier implementation the writing was started even when an error occured, thus always generating a writing error, because after an error in the request, the result is always null.

By now checking that the result is not null before starting the writing, it is ensured that the request was succesful. If there was an error, it will displayed and not overwritten by a writing error.

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.

1 participant