-
Notifications
You must be signed in to change notification settings - Fork 395
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
Unhandled Exception: MissingPluginException(No implementation found for method joinChannel on channel agora_rtc_engine) E/flutter (14086): #0 MethodChannel._invokeMethod (package:flutter/src/services/platform_channel.dart:156:7) #358
Comments
Tried all solutions which are mentioned in this ticket #253, none of them worked. |
your |
@LichKing-2234 here is my code and the uid is not null.
This error comes for the first one or two tries after opening the app everytime I open the app and try to initiate a call and on the third or maybe 4th try. it works. what could be the possible reason? |
Hello @waqadArshad , is possible to share the implementation of the joinChannel? |
@littleGnAl Hi, thanks for getting back to me. the thing is that the version of the plugin I was using was a bit old and this error went away after updating the plugin version. But I am still getting another error if u can help me with that, please have a look here: PlatformException(-17, request to join channel is rejected, null, null) Or when I end the call PlatformException(-7, , null, null) |
Without additional information, we are unfortunately not sure how to resolve this issue. We are therefore reluctantly going to close this bug for now. If you find this problem please file a new issue with the same description, what happens, logs and the output. All system setups can be slightly different so it's always better to open new issues and reference the related ones. Thanks for your contribution. |
This thread has been automatically locked since there has not been any recent activity after it was closed. If you are still experiencing a similar issue, please raise a new issue. |
Issue
I use agora_rtc_engine: ^3.3.3.
Issue
To Reproduce
joinchannel()
methodFlutter Doctor
[✓] Flutter (Channel stable, 2.2.2, on macOS 11.4 20F71 darwin-x64, locale en-IN)
• Flutter version 2.2.2 at /Users/alen/Documents/flutter
• Framework revision d79295af24 (2 weeks ago), 2021-06-11 08:56:01 -0700
• Engine revision 91c9fc8fe0
• Dart version 2.13.3
[✓] Android toolchain - develop for Android devices (Android SDK version 30.0.2)
• Android SDK at /Users/alen/Library/Android/sdk
• Platform android-30, build-tools 30.0.2
• Java binary at: /Applications/Android Studio.app/Contents/jre/jdk/Contents/Home/bin/java
• Java version OpenJDK Runtime Environment (build 1.8.0_242-release-1644-b3-6222593)
• All Android licenses accepted.
[✓] Xcode - develop for iOS and macOS
• Xcode at /Applications/Xcode.app/Contents/Developer
• Xcode 12.5, Build version 12E262
• CocoaPods version 1.10.1
[✓] Chrome - develop for the web
• Chrome at /Applications/Google Chrome.app/Contents/MacOS/Google Chrome
[✓] Android Studio (version 4.1)
• Android Studio at /Applications/Android Studio.app/Contents
• Flutter plugin can be installed from:
🔨 https://plugins.jetbrains.com/plugin/9212-flutter
• Dart plugin can be installed from:
🔨 https://plugins.jetbrains.com/plugin/6351-dart
• Java version OpenJDK Runtime Environment (build 1.8.0_242-release-1644-b3-6222593)
[✓] Connected device (2 available)
• SM F415F (mobile) • RZ8NB08AWVP • android-arm64 • Android 11 (API 30)
• Chrome (web) • chrome • web-javascript • Google Chrome 91.0.4472.114
The text was updated successfully, but these errors were encountered: