AVKit Video Player error

Hi

I am using the code:
VideoPlayer(player: AVPlayer(url:  myURL) )

Its not playing and in the debug , the error seems to be

2020-06-24 14:36:32.551320+0100 App Name[7219:1537101] [] [14:36:32.551] itemasyncSetProperty signalled err=-12785 (kCMBaseObjectErrorInvalidated) (owning player is invalidated) at /Library/Caches/com.apple.xbs/Sources/EmbeddedCoreMedia/EmbeddedCoreMedia-2729.5.1.3/Prototypes/Player/FigPlayer_Async.c:3239

Replies

What is the value of AVPlayerItem.status and AVPlayerItem.error?