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
Whenever the webview is loaded this error occurs and if I navigate away from the video this shows up again and video keeps playing even though dispose is being called.
2020-04-16 13:22:45.760918+0500 JFA[4219:2082584] [assertion] Error acquiring assertion: <NSError: 0x283a1cf90; domain: RBSAssertionErrorDomain; code: 2; reason: "Client is missing required entitlement"> {
2020-04-16 13:22:45.760968+0500 JFA[4219:2082584] [ProcessSuspension] 0x114edbc78 - ProcessAssertion() PID 4219 Unable to acquire assertion for process with PID 4219
2020-04-16 13:22:45.762367+0500 JFA[4219:2082584] [ProcessSuspension] 0x114edbcc8 - ProcessAssertion() PID 4219 Unable to acquire assertion for process with PID 4226
Flutter Version 1.9.1+hotfix.6
Youtube_Player_Flutter Version 6.0.3+2
The text was updated successfully, but these errors were encountered:
I have the same problem for a long time on Android. In my case I use Navigator.pushReplacement instead of Navigator.push.
And video stops playing when navigate to other page.
Whenever the webview is loaded this error occurs and if I navigate away from the video this shows up again and video keeps playing even though dispose is being called.
2020-04-16 13:22:45.760918+0500 JFA[4219:2082584] [assertion] Error acquiring assertion: <NSError: 0x283a1cf90; domain: RBSAssertionErrorDomain; code: 2; reason: "Client is missing required entitlement"> {
}
2020-04-16 13:22:45.760968+0500 JFA[4219:2082584] [ProcessSuspension] 0x114edbc78 - ProcessAssertion() PID 4219 Unable to acquire assertion for process with PID 4219
2020-04-16 13:22:45.760998+0500 JFA[4219:2081609] [ProcessSuspension] 0x114edbc78 - ProcessAssertion::processAssertionWasInvalidated()
2020-04-16 13:22:45.762338+0500 JFA[4219:2082584] [assertion] Error acquiring assertion: <NSError: 0x283a1d830; domain: RBSAssertionErrorDomain; code: 2; reason: "Client is missing required entitlement"> {
}
2020-04-16 13:22:45.762367+0500 JFA[4219:2082584] [ProcessSuspension] 0x114edbcc8 - ProcessAssertion() PID 4219 Unable to acquire assertion for process with PID 4226
Flutter Version 1.9.1+hotfix.6
Youtube_Player_Flutter Version 6.0.3+2
The text was updated successfully, but these errors were encountered: