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

[BUG] Show me complete black screen in first time and in second time it's working fine. #74

Closed
lkrjangid1 opened this issue Mar 23, 2022 · 2 comments
Assignees
Labels
bug Something isn't working

Comments

@lkrjangid1
Copy link

lkrjangid1 commented Mar 23, 2022

  1. Show me this error in the console when I am open the chat screen
W/libc    (26879): Access denied finding property "net.dns1"
W/libc    (26879): Access denied finding property "net.dns2"
W/libc    (26879): Access denied finding property "net.dns3"
W/libc    (26879): Access denied finding property "net.dns4"

  1. When I move one video chat to another chat I have to get another error message

[ERROR:flutter/lib/ui/ui_dart_state.cc(209)] Unhandled Exception: PlatformException(17, request to join channel is rejected, null, null)
E/flutter (28102): #0      StandardMethodCodec.decodeEnvelope
package:flutter/…/services/message_codecs.dart:607
E/flutter (28102): #1      MethodChannel._invokeMethod
package:flutter/…/services/platform_channel.dart:177
E/flutter (28102): <asynchronous suspension>
E/flutter (28102): #2      SessionController.joinVideoChannel
package:agora_uikit/controllers/session_controller.dart:404
E/flutter (28102): <asynchronous suspension>
E/flutter (28102): #3      AgoraClient.initialize
package:agora_uikit/src/agora_client.dart:69
E/flutter (28102): <asynchronous suspension>
E/flutter (28102): #4      _LiveMatchScreenState.initAgora
package:timemarks/…/live_screens/live_match.dart:49
E/flutter (28102): <asynchronous suspension>

  1. Show me this error when I am exit from the video call
════════ Exception caught by widgets library ═══════════════════════════════════
The following assertion was thrown while finalizing the widget tree:
A SessionController was used after being disposed.

Once you have called dispose() on a SessionController, it can no longer be used.
When the exception was thrown, this was the stack
#0      ChangeNotifier._debugAssertNotDisposed.<anonymous closure>
package:flutter/…/foundation/change_notifier.dart:114
#1      ChangeNotifier._debugAssertNotDisposed
package:flutter/…/foundation/change_notifier.dart:120
#2      ChangeNotifier.removeListener
package:flutter/…/foundation/change_notifier.dart:233
#3      _ValueListenableBuilderState.dispose
package:flutter/…/widgets/value_listenable_builder.dart:177
#4      StatefulElement.unmount
package:flutter/…/widgets/framework.dart:4983
#5      _InactiveElements._unmount
package:flutter/…/widgets/framework.dart:1926
@lkrjangid1 lkrjangid1 added the bug Something isn't working label Mar 23, 2022
@Meherdeep
Copy link
Contributor

@lkrjangid1 Error code 17 can be because - you either joined a channel but didn't leave it successfully or you are trying to join channel with an incorrect or expired token.

@Meherdeep
Copy link
Contributor

Closing this issue for now. If you're still facing this issue please feel free to reopen this issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants