Giter Club home page Giter Club logo

Comments (8)

berkus avatar berkus commented on July 17, 2024

Please attach the log (entire log, not two irrelevant lines).

from twilio-chat-demo-android.

Gerlac avatar Gerlac commented on July 17, 2024

The rest of the crash log are just the lines of our app calling the method:

channel.messages.sendMessage(Message.options().withAttributes(Attributes(attributes)).withBody(text), null)

I don't think those lines should be relevant to understand the issue.
Just updated the description to add that this is also happening on 5.0.1

from twilio-chat-demo-android.

berkus avatar berkus commented on July 17, 2024

You should collect the logs correctly, as described.

from twilio-chat-demo-android.

Gerlac avatar Gerlac commented on July 17, 2024

Unfortunately, we did not manage to reproduce the bug yet, so we cannot provide debug logs. The only thing we have so far are the crashes from the production app happening consistently since we updated to 4.2.9.

from twilio-chat-demo-android.

berkus avatar berkus commented on July 17, 2024

Please upgrade to Conversations 1.1.0, there is no getMessage() function at all and so it should have better API.

from twilio-chat-demo-android.

berkus avatar berkus commented on July 17, 2024

@Gerlac you're most probably not waiting for full synchronization as described, btw. That must be the reason for the error you're getting.

from twilio-chat-demo-android.

julianfalcionelli avatar julianfalcionelli commented on July 17, 2024

@berkus I am facing this issue also when adding members to a just created channel. This is probably because the "synchronization status" that you mentioned, but I am not seeing that the onClientSynchronization(p0: ChatClient.SynchronizationStatus?) is called, do I need to trigger something to get that method called or it should be automatically called once we instantiate the chat Client?

Also after creating the Channel the status of it never changes from METADATA to ALL...

SDK Version: com.twilio:chat-android:6.2.0

from twilio-chat-demo-android.

julianfalcionelli avatar julianfalcionelli commented on July 17, 2024

I found a workaround for this, before I was adding the current user and the destiny by calling the members.addByIdentity and now I first call the channel.join and just call the members.addByIdentity for the destiny...

from twilio-chat-demo-android.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.