[flutter_vlc_player] PlatformException: Unable to establish connection on channel during VlcPlayerController.initialize() #18369
Unanswered
nandhakumarbmdev
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
[15/06/26, 10:03:26 AM] Nandhakumar B M: rController.initialize()
[15/06/26, 10:03:50 AM] Nandhakumar B M: ## Bug Report
Description
When VlcPlayerController.initialize() is called, the app crashes with a
PlatformException(channel-error) . The Flutter side is unable to establish
a connection with the Android native VLC code.
Error Log
PlatformException(channel-error, Unable to establish connection on channel., null, null)
#0 VlcPlayerApi.create (package:flutter_vlc_player_platform_interface/src/messages/messages.dart:658:7)
#1 VlcPlayerController.initialize (package:flutter_vlc_player/src/vlc_player_controller.dart:191:5)
#2 VlcPlayerController.onPlatformViewCreated (package:flutter_vlc_player/src/vlc_player_controller.dart:969:7)
Beta Was this translation helpful? Give feedback.
All reactions