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

NSInternalInconsistencyException when updating ChatViewController #33

Closed
mpodeszwa opened this issue Nov 6, 2019 · 3 comments
Closed
Labels
🐞 Bug An issue or PR related to a bug ❗️ High Priority An issue or PR that is marked as a high priority

Comments

@mpodeszwa
Copy link
Contributor

Framework crashed with error:

Fatal Exception: NSInternalInconsistencyException
Invalid update: invalid number of rows in section 0. The number of rows contained in an existing section after the update (1) must be equal to the number of rows contained in that section before the update (28), plus or minus the number of rows inserted or deleted from that section (1 inserted, 0 deleted) and plus or minus the number of rows moved into or out of that section (0 moved in, 0 moved out).

Stacktrace:
chat update table crash.txt

We shipped app with GetStream at commit f2ab4e8

@buh buh added 🐞 Bug An issue or PR related to a bug ❗️ High Priority An issue or PR that is marked as a high priority labels Nov 7, 2019
@buh
Copy link
Contributor

buh commented Nov 7, 2019

@mpodeszwa I think it already fixed.
Can you reproduce the crash?
If so, can you try with the latest version?

@buh
Copy link
Contributor

buh commented Nov 8, 2019

Please check the latest version 1.4.0

@buh buh closed this as completed Nov 8, 2019
@mpodeszwa
Copy link
Contributor Author

I can't reproduce it - it happened once. It looked weird, tbh I don't know what's the case where number of rows goes from 28 to 1. I made a release with newer version of GetStream, hopefully it won't happen again :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐞 Bug An issue or PR related to a bug ❗️ High Priority An issue or PR that is marked as a high priority
Projects
None yet
Development

No branches or pull requests

2 participants