ShelbyTV / Shelby-2.0-iOS

The code in this repoistory will eventually be presented to the end-user. The other repository, Shelby-GT-iOS contains all the code I've developed between April - August 2012, which will slowly be siphoned into this repository as we continue development on 2.0 and beyond.
1 stars 0 forks source link

Fix NSInvalidArgumentException in - [SPVideoPlayer scrubToPct:], line 446 #440

Open Shelby-ios opened 10 years ago

Shelby-ios commented 10 years ago

Version: 2.0 (b30) | tv.shelby.shelbytventerprise

Stacktrace

SPVideoPlayer;scrubToPct:;SPVideoPlayer.m;446
SPVideoReel;scrubCurrentPlayerTo:;SPVideoReel.m;387
ShelbyVideoReelViewController;videoControls:scrubCurrentVideoTo:;ShelbyVideoReelViewController.m;310
VideoControlsViewController;scrubberDrag:forEvent:;VideoControlsViewController.m;398

Reason

*\ Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: 'Seeking is not possible to time {INDEFINITE}'

Link to HockeyApp