You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
for web issue but i am not using theopliveplayer object
errors.dart:296 Uncaught (in promise) DartError: LateInitializationError: Field 'theoliveController' has not been initialized.
at Object.throw [as throw] (errors.dart:296:3)
at get [_theoliveController] (theoplayer_view_controller_web.dart:27:37)
at theoplayer_view_controller_web.THEOplayerViewControllerWeb.new.getTheoLive (theoplayer_view_controller_web.dart:448:12)
at theoplayer_internal.dart:79:50
at theoplayer_web.dart:59:9
at _html_element_view_web.dart:65:30
at _RootZone.runUnary (zone.dart:1661:54)
at _FutureListener.then.handleValue (future_impl.dart:163:18)
at handleValueCallback (future_impl.dart:861:44)
at _Future._propagateToListeners (future_impl.dart:890:13)
at [_completeWithValue] (future_impl.dart:666:5)
at async._AsyncCallbackEntry.new.callback (future_impl.dart:736:7)
at Object._microtaskLoop (schedule_microtask.dart:40:11)
at _startMicrotaskLoop (schedule_microtask.dart:49:5)
at async_patch.dart:181:7
The text was updated successfully, but these errors were encountered:
From the code you provided, it seems you are using an ancient version of THEOplayer (2.68.0), that doesn't have THEOlive support.
I suggest to follow our getting started guide for web and use a THEOplayer WEB SDK version >= 8.2.0 (from where it was introduced) which has THEOlive support.
To get access to your own THEOlive channels, you need to request an account from our experts on https://console.theo.live/login.
THEOlive is a full end-to-end streaming solution, meanwhile THEOplayer is just the player component.
for web issue but i am not using theopliveplayer object
errors.dart:296 Uncaught (in promise) DartError: LateInitializationError: Field 'theoliveController' has not been initialized.
at Object.throw [as throw] (errors.dart:296:3)
at get [_theoliveController] (theoplayer_view_controller_web.dart:27:37)
at theoplayer_view_controller_web.THEOplayerViewControllerWeb.new.getTheoLive (theoplayer_view_controller_web.dart:448:12)
at theoplayer_internal.dart:79:50
at theoplayer_web.dart:59:9
at _html_element_view_web.dart:65:30
at _RootZone.runUnary (zone.dart:1661:54)
at _FutureListener.then.handleValue (future_impl.dart:163:18)
at handleValueCallback (future_impl.dart:861:44)
at _Future._propagateToListeners (future_impl.dart:890:13)
at [_completeWithValue] (future_impl.dart:666:5)
at async._AsyncCallbackEntry.new.callback (future_impl.dart:736:7)
at Object._microtaskLoop (schedule_microtask.dart:40:11)
at _startMicrotaskLoop (schedule_microtask.dart:49:5)
at async_patch.dart:181:7
The text was updated successfully, but these errors were encountered: