jackleemeta
jackleemeta
Same issue. iOS DB is invalid absolutely on FlutterDownloader ^1.9.1. iOS can't open file download_tasks.sql, the file may never be created successfully. Problem occurred with DB migration before?
Related issues: https://github.com/fluttercommunity/flutter_downloader/issues/16 https://github.com/fluttercommunity/flutter_downloader/issues/93 https://github.com/fluttercommunity/flutter_downloader/issues/624 https://github.com/fluttercommunity/flutter_downloader/issues/842
Hi @salmaahhmed , would you mind reviewing the pr sometime? My project is still troubled by the problem, others may also be so. Thank you!
Thanks for ur idea. It's also been suggested by others before. I'll do it when I find some time.
Hello, Sir. Thank you for contribution! Could I know what features added or what problems solved in the pr? I'd appreciate it if you'd like to describe it.
> 下载文件后,每次启动清理了历史下载,但再次下载时无法进行下载 > > ``` > I/flutter (15793): ALDownloader | _innerRemove, url = https://static.eduzhixin.com/android-apks/forum/zhixinForum_1.0.0.apk, but url's task is null > [log] 下载状态,下载前 ALDownloaderStatus.unstarted > I/flutter (15793): ALDownloader | _getTaskFromUrl, error...
> 似乎还是不行,最后一条日志似乎是执行完了下载任务 > > ``` > [log] 下载状态,下载前 ALDownloaderStatus.unstarted > I/flutter (27884): ALDownloader | Flutterdownloader | _loadAndTryToRunTask, tasks length = 1 > I/flutter (27884): ALDownloader | Flutterdownloader | _loadAndTryToRunTask, url...
> 嗯,好像是当文件下载完成以后,再remove ,progress = -1%, 然后再点击download 时 就会提示: flutter: ALDownloader | a download task was generated, download status = enqueued, taskId = com.example.example.download.background.1653703040.497849.43 flutter: ALDownloader | _getTaskFromUrl, error = Bad...