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

issue with the serverURL #70

Open
hvmq opened this issue Jul 17, 2024 · 6 comments
Open

issue with the serverURL #70

hvmq opened this issue Jul 17, 2024 · 6 comments

Comments

@hvmq
Copy link

hvmq commented Jul 17, 2024

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:
Screenshot_518

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

@saghul
Copy link
Member

saghul commented Jul 17, 2024

What plugin version are you using?

@hvmq
Copy link
Author

hvmq commented Jul 17, 2024

I using jitsi_meet_flutter_sdk: ^0.4.1

@hvmq
Copy link
Author

hvmq commented Jul 17, 2024

Sometimes it works fine and joins the meeting normally, sometimes it logs the error as I mentioned above

@saghul
Copy link
Member

saghul commented Jul 17, 2024

@Calinteodor can you PTAL?

@hvmq
Copy link
Author

hvmq commented Jul 17, 2024

@saghul Do you know how I should fix it?

@Calinteodor
Copy link
Contributor

Calinteodor commented Jul 17, 2024

Our flutter sample app is using ^0.4.2 and everything works as expected.
Please check it for yourself and see if you get the same result.

https://github.com/jitsi/jitsi-meet-sdk-samples/tree/master/flutter

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants