-
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: LateInitializationError: Field 'requestPort' has not been initialized. #885
Comments
Can you share API call logs? There should be something like the below log to the console.
|
@bhavykoshti |
@littleGnAl hello, |
did you resolve it |
Please check this comment |
This occurs when your initialization is not properly done, Will check in few days if it occurs again, if not then will close this issue |
Resolved from my side |
What changes have you made? @adiShinwari |
I am creating a single instance of agora rtc at the start of the app using getit package. And I am using it. |
I'm addressing a fix here, but I still need more tests before it can be merged. |
I am getting the same error? Video or audio call is not connecting, throwing this error. |
This fix #905 has landed |
Am getting the same error here is my implementation `_engine = createAgoraRtcEngine();
` E/flutter (26713): [ERROR:flutter/runtime/dart_vm_initializer.cc(41)] Unhandled Exception: LateInitializationError: Field 'requestPort' has not been initialized. |
instead your library in yaml |
@bhavykoshti |
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. |
Describe the bug
When you start the call after ending one call that call is not starting, even the local video view is not starting
To Reproduce
Steps to reproduce the behavior:
Expected behavior
When i start another call i should be able to start it normally just like the previous one
Smartphone (please complete the following information):
Additional context
The text was updated successfully, but these errors were encountered: