-
Notifications
You must be signed in to change notification settings - Fork 33
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
issue with the serverURL #70
Comments
What plugin version are you using? |
I using jitsi_meet_flutter_sdk: ^0.4.1 |
Sometimes it works fine and joins the meeting normally, sometimes it logs the error as I mentioned above |
@Calinteodor can you PTAL? |
@saghul Do you know how I should fix it? |
Our flutter sample app is using ^0.4.2 and everything works as expected. https://github.com/jitsi/jitsi-meet-sdk-samples/tree/master/flutter |
Tôi đang gặp vấn đề về lỗi liên quan đến serverUrl, nó báo rằng improperly formatted, tôi chưa tìm được nguyên nhân
source code:
error log:
E/DartMessenger(20338): Uncaught exception in binary message listener
E/DartMessenger(20338): java.net.MalformedURLException: no protocol:
E/DartMessenger(20338): at java.net.URL.(URL.java:601)
E/DartMessenger(20338): at java.net.URL.(URL.java:498)
E/DartMessenger(20338): at java.net.URL.(URL.java:447)
E/DartMessenger(20338): at org.jitsi.jitsi_meet_flutter_sdk.JitsiMeetPlugin.join(JitsiMeetPlugin.kt:83)
E/DartMessenger(20338): at org.jitsi.jitsi_meet_flutter_sdk.JitsiMeetPlugin.onMethodCall(JitsiMeetPlugin.kt:41)
E/DartMessenger(20338): at io.flutter.plugin.common.MethodChannel$IncomingMethodCallHandler.onMessage(MethodChannel.java:267)
E/DartMessenger(20338): at io.flutter.embedding.engine.dart.DartMessenger.invokeHandler(DartMessenger.java:292)
E/DartMessenger(20338): at io.flutter.embedding.engine.dart.DartMessenger.lambda$dispatchMessageToQueue$0$io-flutter-embedding-engine-dart-DartMessenger(DartMessenger.java:319)
E/DartMessenger(20338): at io.flutter.embedding.engine.dart.DartMessenger$$ExternalSyntheticLambda0.run(Unknown Source:12)
E/DartMessenger(20338): at android.os.Handler.handleCallback(Handler.java:938)
E/DartMessenger(20338): at android.os.Handler.dispatchMessage(Handler.java:99)
E/DartMessenger(20338): at android.os.Looper.loopOnce(Looper.java:226)
E/DartMessenger(20338): at android.os.Looper.loop(Looper.java:313)
E/DartMessenger(20338): at android.app.ActivityThread.main(ActivityThread.java:8751)
E/DartMessenger(20338): at java.lang.reflect.Method.invoke(Native Method)
Flutter doctor:
Doctor summary (to see all details, run flutter doctor -v):
[√] Flutter (Channel stable, 3.19.3, on Microsoft Windows [Version 10.0.19045.4651], locale en-US)
[√] Windows Version (Installed version of Windows is version 10 or higher)
[√] Android toolchain - develop for Android devices (Android SDK version 34.0.0)
[X] Chrome - develop for the web (Cannot find Chrome executable at .\Google\Chrome\Application\chrome.exe)
! Cannot find Chrome. Try setting CHROME_EXECUTABLE to a Chrome executable.
[√] Visual Studio - develop Windows apps (Visual Studio Community 2022 17.7.6)
[√] Android Studio (version 2022.3)
[√] Connected device (3 available)
[√] Network resources
I reset my system and setup flutter but still its giving me the issue. Thank you for looking
The text was updated successfully, but these errors were encountered: