tvdburgt/subtle

Stopped working (doesn't download) on ~20.06.16

sniper-developer opened this issue · 1 comments

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.

Better UI error handling is implemented in v0.4.2.