We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
no problem receiving events in 4.3.2, but when updating to 4.3.3 and receiving events, this error appears [FREQ part is missing]
I/flutter ( 8701): INVOKE_CHANNEL_METHOD_ERROR: PlatformException(500, FREQ part is missing, null, null) I/flutter ( 8701): #0 StandardMethodCodec.decodeEnvelope (package:flutter/src/services/message_codecs.dart:648:7) I/flutter ( 8701): #1 MethodChannel._invokeMethod (package:flutter/src/services/platform_channel.dart:334:18) I/flutter ( 8701): <asynchronous suspension> I/flutter ( 8701): #2 DeviceCalendarPlugin._invokeChannelMethod (package:device_calendar/src/device_calendar.dart:441:21) I/flutter ( 8701): <asynchronous suspension> I/flutter ( 8701): #3 _CalendarEventsPageState._retrieveCalendarEvents (package:device_calendar_example/presentation/pages/calendar_events.dart:140:32) I/flutter ( 8701): <asynchronous suspension> I/flutter ( 8701):
will skip other info becuz can't get it from the current example app too
The text was updated successfully, but these errors were encountered:
No branches or pull requests
no problem receiving events in 4.3.2,
but when updating to 4.3.3 and receiving events,
this error appears [FREQ part is missing]
will skip other info becuz can't get it from the current example app too
The text was updated successfully, but these errors were encountered: