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

Save File in full_screen_media freezes up the app, shows random progress and throws range error #1071

Closed
1 task done
bhanubbs opened this issue Apr 11, 2022 · 3 comments
Closed
1 task done
Assignees
Labels
bug Something isn't working

Comments

@bhanubbs
Copy link

Which packages are you using?

stream_chat, stream_chat_flutter

On what platforms did you experience the issue?

iOS, Android

What version are you using?

stream_chat_flutter: ^3.5.1

What happened?

Full Screen media shows range error and shows random progress indicator.

Below are the steps to reproduce and it affects not only on the sample app but all other full screen media implementation.

I hope following video gives enough steps to reproduce in sample app code.

  • This a gif showing the range error.

range error

  • This shows the random progress in dialog box, it freezes the app and dialog box is never dismissed.

random

Let me know if you need any more information to reproduce this.

Steps to reproduce

1. Go to '...'
2. Click on '...'
3. Scroll down to '...'
...

Supporting info to reproduce

No response

Relevant log output

No response

Flutter analyze output

No response

Flutter doctor output

No response

Code of Conduct

  • I agree to follow this project's Code of Conduct
@bhanubbs bhanubbs added the bug Something isn't working label Apr 11, 2022
@ayush221b ayush221b self-assigned this Apr 11, 2022
@ayush221b
Copy link
Contributor

Hey @bhanu-under25 thank you for bringing this to our attention, I am able to reproduce the RangeError, working on a fix. I will update here once done.

@bhanubbs
Copy link
Author

@ayush221b

You can reproduce the save file error too in flutter sample app.

  • It shows download random progress.
  • Doesn't get dismissed automatically.
  • And because the showDialog used is non dismissable we can't navigate back.

Let me know if you need any more information regarding this.

Thank You.

@bhanubbs
Copy link
Author

Thanks for solving.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
No open projects
Development

No branches or pull requests

3 participants