Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Does not work with iOS 11.3 #76

Open
strawherotk opened this issue Apr 3, 2018 · 2 comments
Open

Does not work with iOS 11.3 #76

strawherotk opened this issue Apr 3, 2018 · 2 comments

Comments

@strawherotk
Copy link

strawherotk commented Apr 3, 2018

Hi,

I've just updated Xcode to 9.3 & run my app again with iOS 11.3.
This framework does not work anymore.
The framework triggers the interface 'didFinishWithSuccess', the flag 'downloadFinished' is also true, the file is created but it's empty there. Nothing is downloaded.
Console log:
After I start the download using function startDownload(), got this strange log:

WebVidDownloader[3177:205241] [Symptoms] {
  "transportType" : "HTTP Progressive Download",
  "mediaType" : "HTTP Progressive Download",
  "BundleID" : "WebVidDownloader",
  "name" : "MEDIA_PLAYBACK_STALL",
  "interfaceType" : "Other"
}

Then the download seem to fail with below log, but it does not trigger the didStopWithError function in the delegate method.
Task <582147FA-9C74-49CD-8586-55E28A31DD67>.<2> finished with error - code: -999

Does anyone have the same issue? Have you figured somehow to fix it?
Looking for your news.

Thanks.

@crespoxiao
Copy link

I think this framework need upgrade, use NSURLSession instead.

@huangc83
Copy link

huangc83 commented Nov 21, 2019

class TCBlobDownloader.m

self.receivedDataBuffer = [[NSMutableData alloc] init];
replace
[self.receivedDataBuffer setData:nil];

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

No branches or pull requests

3 participants