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

Is there a way to access whether HTTP POST Request was successfull? #130

Open
JAQuent opened this issue May 18, 2022 · 2 comments
Open

Is there a way to access whether HTTP POST Request was successfull? #130

JAQuent opened this issue May 18, 2022 · 2 comments

Comments

@JAQuent
Copy link

JAQuent commented May 18, 2022

I want to add a post-experimental screen whether their data was successfully send to my server but no matter what I try nothing seems to work. Is that possible to access any kind of variable about this?

@jackbrookes
Copy link
Member

I think, currently there is no direct way o do this, but it is a good suggestion. The only way would be to hook into the error messages that will be thrown if each upload is unsuccessful.

@JAQuent
Copy link
Author

JAQuent commented May 19, 2022

Currently I just wait a minute before I close the application and hope that the few MB of data was actually uploaded. It would definitely be nice but I completely struggled to get this done myself.

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

No branches or pull requests

2 participants