youtube_player_flutter icon indicating copy to clipboard operation
youtube_player_flutter copied to clipboard

[assertion] Error acquiring assertion: <Error Domain=RBSServiceErrorDomain Code=1

Open martin-robert-fink opened this issue 3 years ago • 4 comments

Describe the bug I have the video player inside a DialogBox to make it easy to get rid of the video when done. Whenever I close the video (by closing the dialog, I get this error stream:

PullToRefreshControl - dealloc
[assertion] Error acquiring assertion: <Error Domain=RBSServiceErrorDomain Code=1 "target is not running or doesn't have entitlement com.apple.runningboard.assertions.webkit" UserInfo={NSLocalizedFailureReason=target is not running or doesn't have entitlement com.apple.runningboard.assertions.webkit}>
[ProcessSuspension] 0x10cdf9320 - ProcessAssertion: Failed to acquire RBS assertion 'ConnectionTerminationWatchdog' for process with PID=1640, error: Error Domain=RBSServiceErrorDomain Code=1 "target is not running or doesn't have entitlement com.apple.runningboard.assertions.webkit" UserInfo={NSLocalizedFailureReason=target is not running or doesn't have entitlement com.apple.runningboard.assertions.webkit}

To Reproduce I tried this with the example code provided and I get the same error

Expected behavior No errors

Screenshots Not relevant

Technical Details:

  • Device: Ipad 12.9
  • OS: iOS 15.0

Additional context Add any other context about the problem here.

martin-robert-fink avatar Sep 23 '21 02:09 martin-robert-fink

@martin-robert-fink Having the same error with an iOS in app browser redirect (in a PWA project unrelated to youtube_player_flutter). Were you able to resolve this issue?

ttraenkler avatar Nov 09 '21 14:11 ttraenkler

Sorry, no solution yet...

martin-robert-fink avatar Nov 12 '21 22:11 martin-robert-fink

Any updates on this? Started seeing the same error message in Simulator in a native app project.

smykytyn avatar Jan 30 '22 16:01 smykytyn

All I know is it has to do with this: https://developer.apple.com/news/?id=jxky8h89

I'm building a custom browser—but I can't get user inputted URLs to load. so I'm facing the same issue.

MANTENN avatar Feb 03 '22 03:02 MANTENN

@martin-robert-fink Having the same error with an iOS in app browser redirect (in a PWA project unrelated to youtube_player_flutter). Were you able to resolve this issue?

@martin-robert-fink Having the same error with an iOS in app browser redirect (in a PWA project unrelated to youtube_player_flutter). Were you able to resolve this issue?

hi Maybe you find any solution? i have same issue with pwa wrapper and sign up with google

avizak avatar Mar 21 '23 08:03 avizak

Personnaly i stop using this package and now use https://pub.dev/packages/youtube_player_iframe which have less problem. (No double thumbnail issue, no overlay issue, no closing issue, etc)

EArminjon avatar Mar 21 '23 08:03 EArminjon