You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, I have some null exception issue when i try getMyMembership. channel exist, user joining to channel, channel id is same as in Cloud Console. Sending messages works fine
Hello, I have some null exception issue when i try getMyMembership. channel exist, user joining to channel, channel id is same as in Cloud Console. Sending messages works fine
AmityChatClient.newChannelRepository() .membership(widget.channelId) .getMyMembership() .then((value) => print(value));
Stack trace:
flutter: #0 ChannelUserHiveExtensionConverter.convertToAmityChannelMember (package:amity_sdk/src/data/converter/channel/channel_user_hive_entity_extension_converter.dart:10:68) #1 ChannelMemberRepoImpl.getMember (package:amity_sdk/src/data/repo_impl/channel_member_repo_impl.dart:41:18) #2 ChannelMemberGetUsecase.get (package:amity_sdk/src/domain/usecase/channel/member/channel_member_get_usecase.dart:23:33) #3 AmityChannelParticipation.getMyMembership (package:amity_sdk/src/public/repo/channel/amity_channel_participation.dart:21:54) #4 _AddChatMessageState.build (package:belive/features/social/presentation/chat/add_chat_message.dart:29:20) #5 StatefulElement.build (package:flutter/src/widgets/framework.dart:5198:27) #6 ComponentElement.performRebuild (package:flutter/src/widgets/framework.dart:5086:15) #7 StatefulElement.performRebuild (package:flutter/src/widgets/framework.dart:5251:11) #8 Element.rebuild (package:flutter/src/widgets/framework.dart:4<…>
The text was updated successfully, but these errors were encountered: