Open YashSavsani opened 1 year ago
Please make sure that userId
at pubnub instance's keyset OR a uuid
value at method parameter is provided.
When uuid is not provided at method level then it uses keyset's value.
I am passing userId
at pubnub instance's keyset.
PubNub(
networking: NetworkingModule(retryPolicy: RetryPolicy.exponential()),
defaultKeyset: Keyset(
subscribeKey: 'PUBNUB_SUBSCRIBE_KEY',
publishKey: 'PUBNUB_PUBLISH_KEY',
userId: UserId(pubnubUuid),
),
);
Do you know which operation resulted in this error?
No we don't know about that. Our error logging mechanism is not giving us that information.
Could you enable PubNub logging for this? Here is a guide on how to do that: https://www.pubnub.com/docs/sdks/dart/troubleshooting
Sure, will do that.
PubNub Version: ^4.2.1 Dart SDK version: 2.19.2 (stable) Flutter version: 3.7.5 (stable)