ohoachuck / wwdc-downloader

WWDC 2019 video downloader script written in Swift - no external dependency.
http://blog.hoachuck.biz
1.49k stars 142 forks source link

Crashes with `beyond endIndex` #80

Closed JanX2 closed 6 years ago

JanX2 commented 6 years ago

Tried to run

wwdc2018.swift --hd --pdf

Crashes with the following message

Downloading HD videos in current directory Let me ask Apple about currently available sessions. This can take some times (15 to 20 sec.) ... Fatal error: cannot increment beyond endIndex

Tested on both macOS 10.12.6, Xcode 9.2 and macOS 10.13.5, Xcode 9.4.

Could not find a way to debug the script with Xcode yet. Any pointers?

JanX2 commented 6 years ago

This is fixed by #79.