kakajansh / echo

Laravel Echo for your Flutter apps.
MIT License
107 stars 68 forks source link

Instance with id null not found #26

Closed PedroCM-git closed 3 years ago

PedroCM-git commented 3 years ago

Hello im using pusher with my flutter app. In debug mode it works fine but when I try it in my release app I get the following in my sentry client:

PlatformException(error, Instance with id null not found, null)

image

Any ideas on what it could be? Thank you.

heywhy commented 3 years ago

I’ll suggest you update the pusher client library, as this issue should be fixed there

PedroCM-git commented 3 years ago

I’ll suggest you update the pusher client library, as this issue should be fixed there

Thank you for your answer but even after updating its giving me the same error. Just to clarify the client gets to connect to pusher succesfully and I can send messages, it fails when it receives an event from pusher such chat message.

heywhy commented 3 years ago

You should look at this: https://github.com/heywhy/flutter-pusher-client#r8proguard-code-obfuscation

PedroCM-git commented 3 years ago

You should look at this: https://github.com/heywhy/flutter-pusher-client#r8proguard-code-obfuscation

Yeah, that was it. Thanks a lot,