SkyLabs-Innovation-Group / SkyDrop

An app which makes Skynet's decentralised storage cloud accessible for all mobile users.
MIT License
12 stars 3 forks source link

Fix Java.IO.FileNotFoundException: StorageFileLoadException[connection_failure] in FileSystemService.PickFilesAsync (SkyDrop.Core.Services.SkyFilePickerType fileType) #324

Open wellhat opened 1 year ago

wellhat commented 1 year ago

Version 2.0.0.6(26)

Stacktrace

SkyDrop.Core.Services.FileSystemService.PickFilesAsync (SkyDrop.Core.Services.SkyFilePickerType fileType) [0x0011d] in <654c8c01775c4654b5555c04dba72f54>:0;SkyDrop.Core.Services

SkyDrop.Core.ViewModels.Main.DropViewModel.SelectFiles () [0x002d3] in <654c8c01775c4654b5555c04dba72f54>:0;SkyDrop.Core.ViewModels.Main

SkyDrop.Core.ViewModels.Main.DropViewModel.StartSendFile () [0x00083] in <654c8c01775c4654b5555c04dba72f54>:0;SkyDrop.Core.ViewModels.Main

SkyDrop.Core.ViewModels.Main.DropViewModel.SendButtonTapped () [0x00075] in <654c8c01775c4654b5555c04dba72f54>:0;SkyDrop.Core.ViewModels.Main

SkyDrop.Core.ViewModels.Main.DropViewModel.<.ctor>b__19_0 () [0x00062] in <654c8c01775c4654b5555c04dba72f54>:0;SkyDrop.Core.ViewModels.Main.DropViewModel

MvvmCross.Commands.MvxAsyncCommandBase.ExecuteConcurrentAsync (System.Object parameter, System.Boolean hideCanceledException) [0x0010e] in <687f2e5f7efd4e33b498a18ba9db221f>:0;MvvmCross.Commands

MvvmCross.Commands.MvxAsyncCommandBase.ExecuteAsync (System.Object parameter, System.Boolean hideCanceledException) [0x00085] in <687f2e5f7efd4e33b498a18ba9db221f>:0;MvvmCross.Commands

MvvmCross.Commands.MvxAsyncCommandBase.Execute (System.Object parameter) [0x0009a] in <687f2e5f7efd4e33b498a18ba9db221f>:0;MvvmCross.Commands

crc64a0e0a82d0db9a07d.IntermediateActivity.onActivityResult(IntermediateActivity.java:48);

Reason

Java.IO.FileNotFoundException: StorageFileLoadException[connection_failure]

Link to App Center