Skip to content
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

E/flutter (27120): 'package:share/share.dart': Failed assertion: line 83 pos 15: 'path != null': is not true. #3

Closed
agnoam opened this issue Jul 9, 2018 · 8 comments

Comments

@agnoam
Copy link

agnoam commented Jul 9, 2018

Hi @d-silveira I have another problem.
This plugin working good on share of one thing. But when I share my app with intent of multiple files I got exception on your code, (my code not running at all).

This is the log of my application:

E/flutter (27120): [ERROR:flutter/shell/platform/android/android_context_gl.cc(53)] EGL Error: EGL_BAD_ACCESS (12290)
I/MainActivity(27120): receiving shared files!
I/flutter (27120): Share received - {0: content://com.android.providers.downloads.documents/document/raw%3A%2Fstorage%2Femulated%2F0%2FDownload%2Fshare_image_1516813324332.png, 1: content://com.android.providers.downloads.documents/document/raw%3A%2Fstorage%2Femulated%2F0%2FDownload%2Fshare_image_1516813378399.png, type: image/png, is_multiple: true}
E/flutter (27120): [ERROR:topaz/lib/tonic/logging/dart_error.cc(16)] Unhandled exception:
E/flutter (27120): 'package:share/share.dart': Failed assertion: line 83 pos 15: 'path != null': is not true.
E/flutter (27120): #0      _AssertionError._doThrowNew (dart:core/runtime/liberrors_patch.dart:37:39)
E/flutter (27120): #1      _AssertionError._throwNew (dart:core/runtime/liberrors_patch.dart:33:5)
E/flutter (27120): #2      new Share.file (package:share/share.dart)
E/flutter (27120): #3      Share.fromReceived (package:share/share.dart:141:24)
E/flutter (27120): #4      ReceiveShareState._receiveShareInternal (package:share/receive_share_state.dart:40:24)
E/flutter (27120): #5      _RootZone.runUnaryGuarded (dart:async/zone.dart:1316:10)
E/flutter (27120): #6      _BufferingStreamSubscription._sendData (dart:async/stream_impl.dart:330:11)
E/flutter (27120): #7      _DelayedData.perform (dart:async/stream_impl.dart:578:14)
E/flutter (27120): #8      _StreamImplEvents.handleNext (dart:async/stream_impl.dart:694:11)
E/flutter (27120): #9      _PendingEvents.schedule.<anonymous closure> (dart:async/stream_impl.dart:654:7)
E/flutter (27120): #10     _microtaskLoop (dart:async/schedule_microtask.dart:41:21)
E/flutter (27120): #11     _startMicrotaskLoop (dart:async/schedule_microtask.dart:50:5)
I/FlutterActivityDelegate(27120): onResume setting current activity to this
E/BpSurfaceComposerClient(27120): Failed to transact (-1)
E/BpSurfaceComposerClient(27120): Failed to transact (-1)
I/zygote64(27120): Do partial code cache collection, code=60KB, data=47KB
I/zygote64(27120): After code cache collection, code=60KB, data=47KB
I/zygote64(27120): Increasing code cache capacity to 256KB````
@d-silveira
Copy link
Owner

I will investigate it, thanks

@agnoam
Copy link
Author

agnoam commented Jul 10, 2018

Keep me posted...

@agnoam
Copy link
Author

agnoam commented Jul 15, 2018

Are you fixed the problem already ?

@agnoam
Copy link
Author

agnoam commented Jul 21, 2018

Hey how are you ?
anything new ?

@d-silveira
Copy link
Owner

Hi, I didn't find the issue yet, as soon as I have something I'll let you know, thanks

@agnoam
Copy link
Author

agnoam commented Aug 3, 2018

What's going on with the plugin ?
Any progress ?

@agnoam
Copy link
Author

agnoam commented Aug 10, 2018

Something new ?

@d-silveira
Copy link
Owner

fixed on commit 1f8b139
try to packages get

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants