tvdburgt / subtle

Unobtrusive subtitle downloader
MIT License
68 stars 8 forks source link

Stopped working (doesn't download) on ~20.06.16 #16

Closed sniper-developer closed 7 years ago

sniper-developer commented 8 years ago

All ok until this lines

        var task = Task.Factory.FromAsync(
            (callback, state) => proxy.BeginDownloadSubtitles(session.Token, fileIds, callback),
            proxy.EndDownloadSubtitles,
            null);

        var result = await task.WithTimeout(Timeout);

And then it crashed due to unhandled timeout. Nothing is downloaded, both UI & cli.

tvdburgt commented 7 years ago

Better UI error handling is implemented in v0.4.2.