-
Notifications
You must be signed in to change notification settings - Fork 535
Google access problem stuck download #129
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
Comments
yuxizhe
added a commit
to yuxizhe/flutter_downloader
that referenced
this issue
Sep 25, 2019
maybe fix: fluttercommunity#129 But I don't think its a good solution... 🤔
maybe it also the reason for this problem #105 |
This was referenced Jun 27, 2020
bytemain
pushed a commit
to riril/flutter_downloader
that referenced
this issue
Jul 1, 2020
maybe fix: fluttercommunity#129 But I don't think its a good solution... 馃
Closing. See this for some context. |
i removed .setRequiredNetworkType(NetworkType.CONNECTED) and it works well. on debug mode. but now work on release mode. could somenoe help me? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
In some areas, such as China, we can't access Google, but native Android will try to connect to
Captive Portal Server
under WiFi to determine network connection. The server address defaults toGoogle.com
, so in some areas, Android shows disconnect. but in fact, we can access the network.In this case, when I want to download, the process will be stuck in 0, because
NetworkType.CONNECTED
is required, but Android shows a disconnect.flutter_downloader/android/src/main/java/vn/hunghd/flutterdownloader/FlutterDownloaderPlugin.java
Line 143 in bc16579
What about removing this
RequiredNetworkType
?The text was updated successfully, but these errors were encountered: