Skip to content
This repository has been archived by the owner on Jul 20, 2023. It is now read-only.

Problem with Siri #74

Open
lucabecchetti opened this issue Jun 8, 2017 · 1 comment
Open

Problem with Siri #74

lucabecchetti opened this issue Jun 8, 2017 · 1 comment

Comments

@lucabecchetti
Copy link

Hi, i have last version, we have a problem when using siri to write a text in a textarea, when siri complete text recognition, resumePlayback() is called, and this line:

currentItem!.refreshPlayerItem(withAsset: currentItem!.playerItem!.asset)

cause a crash, I think we have to insert this code on top of function:

if currentItem == nil{
return
}

@jessejohnson
Copy link

jessejohnson commented Jun 22, 2018

I just experienced this bug. I'm forking the project with @lucabecchetti 's snippet (which works!).
This fix is extremely urgent.
Thanks.

edit: @lucabecchetti This issue should be retitled to be more accurate. The LOC you indicated crashes when Jukebox tries to resume playback after is has been interrupted. Thanks!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants