-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
8000
type 'int' is not a subtype of type 'String' #910
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
zjzhang-cn
added a commit
to zjzhang-cn/flutter-webrtc
that referenced
this issue
Apr 13, 2022
Are you using windows? If so this might be related to this issue #907 |
android emulator |
I have the same issue
Android 9.0 Xiaomi Redmi 4X |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
E/flutter (17579): [ERROR:flutter/lib/ui/ui_dart_state.cc(209)] Unhandled Exception: type 'int' is not a subtype of type 'String'
E/flutter (17579): #0 RTCDataChannelNative.eventListener (package:flutter_webrtc/src/native/rtc_data_channel_impl.dart:54:42)
E/flutter (17579): #1 _rootRunUnary (dart:async/zone.dart:1434:47)
E/flutter (17579): #2 _CustomZone.runUnary (dart:async/zone.dart:1335:19)
E/flutter (17579): #3 _CustomZone.runUnaryGuarded (dart:async/zone.dart:1244:7)
E/flutter (17579): #4 _BufferingStreamSubscription._sendData (dart:async/stream_impl.dart:341:11)
E/flutter (17579): #5 _DelayedData.perform (dart:async/stream_impl.dart:591:14)
E/flutter (17579): #6 _StreamImplEvents.handleNext (dart:async/stream_impl.dart:706:11)
E/flutter (17579): #7 _PendingEvents.schedule. (dart:async/stream_impl.dart:663:7)
E/flutter (17579): #8 _rootRun (dart:async/zone.dart:1418:47)
E/flutter (17579): #9 _CustomZone.run (dart:async/zone.dart:1328:19)
E/flutter (17579): #10 _CustomZone.runGuarded (dart:async/zone.dart:1236:7)
E/flutter (17579): #11 _CustomZone.bindCallbackGuarded. (dart:async/zone.dart:1276:23)
E/flutter (17579): #12 _rootRun (dart:async/zone.dart:1426:13)
E/flutter (17579): #13 _CustomZone.run (dart:async/zone.dart:1328:19)
E/flutter (17579): #14 _CustomZone.runGuarded (dart:async/zone.dart:1236:7)
E/flutter (17579): #15 _CustomZone.bindCallbackGuarded. (dart:async/zone.dart:1276:23)
E/flutter (17579): #16 _microtaskLoop (dart:async/schedule_microtask.dart:40:21)
E/flutter (17579): #17 _startMicrotaskLoop (dart:async/schedule_microtask.dart:49:5)
flutter_webrtc: ^0.8.5
flutter: Channel stable 2.10.3
The text was updated successfully, but these errors were encountered: