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
DioError [DioErrorType.DEFAULT]: type '_StreamHandlerTransformer<List, List>' is not a subtype of type 'StreamTransformer<Uint8List, List>' of 'streamTransformer'#0 Stream.transform (dart:async/stream.dart) #1 DefaultTransformer.transformResponse (package:dio/src/transformer.dart:102:48)
New Issue Checklist
Dior 请求异常,结果正常返回,状态码200,在StreamHandlerTransformer报错.
Issue Info
Issue Description and Steps
DioError [DioErrorType.DEFAULT]: type '_StreamHandlerTransformer<List, List>' is not a subtype of type 'StreamTransformer<Uint8List, List>' of 'streamTransformer'#0 Stream.transform (dart:async/stream.dart)
#1 DefaultTransformer.transformResponse (package:dio/src/transformer.dart:102:48)
#2 Dio._makeRequest (package:dio/src/dio.dart:771:38)
#3 Dio._request.. (package:dio/src/dio.dart:710:22)
#4 _rootRunUnary (dart:async/zone.dart:1132:38)
#5 _CustomZone.runUnary (dart:async/zone.dart:1029:19)
#6 _FutureListener.handleValue (dart:async/future_impl.dart:126:18)
#7 Future._propagateToListeners.handleValueCallback (dart:async/future_impl.dart:639:45)
#8 Future._propagateToListeners (dart:async/future_impl.dart:668:32)
#9 Future._complete (dart:async/future_impl.dart:473:7)
#10 _SyncCompleter.complete (dart:async/future_impl.dart:51:12)
#11
The text was updated successfully, but these errors were encountered: