You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While using this plugin in VPN app and testing it on iOS device often a time an error of request time out error occurs but the onError callback is not triggered because of which i'm not able to notify user or update the state.
Here is the error log:
Task <8BC923DE-5094-4B3C-8502-D64C443BCF26>.<1> finished with error [-1001] Error Domain=NSURLErrorDomain Code=-1001 "The request timed out." UserInfo={_kCFStreamErrorCodeKey=-2103, _NSURLErrorFailingURLSessionTaskErrorKey=LocalUploadTask <8BC923DE-5094-4B3C-8502-D64C443BCF26>.<1>, _NSURLErrorRelatedURLSessionTaskErrorKey=(
), NSLocalizedDescription=The request timed out., NSErrorFailingURLStringKey=https://speedtest.apyhi.com/upload, NSErrorFailingURLKey=https://speedtest.apyhi.com/upload, _kCFStreamErrorDomainKey=4}
Error is The operation couldn’t be completed. (flutter_internet_speed_test.NetworkError error 0.)
flutter: │ 🐛 arguments are {type: 1, speedTestError: The operation couldn’t be completed. (flutter_internet_speed_test.NetworkError error 0.), id: 1}
flutter: │ 🐛 onError : The operation couldn’t be completed. (flutter_internet_speed_test.NetworkError error 0.)
flutter: │ 🐛 onError : null
The text was updated successfully, but these errors were encountered:
While using this plugin in VPN app and testing it on iOS device often a time an error of request time out error occurs but the onError callback is not triggered because of which i'm not able to notify user or update the state.
Here is the error log:
The text was updated successfully, but these errors were encountered: