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

save file issue #195

Closed
enghussein13 opened this issue Dec 16, 2022 · 1 comment
Closed

save file issue #195

enghussein13 opened this issue Dec 16, 2022 · 1 comment
Labels
question Further information is requested

Comments

@enghussein13
Copy link

hi ,
when i run my project and after i save the excel file this error is raised to me:
E/flutter ( 7901): [ERROR:flutter/lib/ui/ui_dart_state.cc(198)] Unhandled Exception: FileSystemException: Creation failed, path = 'Directory: '' (OS Error: Read-only file system, errno = 30)
E/flutter ( 7901): #0 _Directory.createSync (dart:io/directory_impl.dart:133:7)
E/flutter ( 7901): #1 _Directory.createSync (dart:io/directory_impl.dart:128:16)
E/flutter ( 7901): #2 _Directory.createSync (dart:io/directory_impl.dart:128:16)
E/flutter ( 7901): #3 _Directory.createSync (dart:io/directory_impl.dart:128:16)
E/flutter ( 7901): #4 _Directory.createSync (dart:io/directory_impl.dart:128:16)
E/flutter ( 7901): #5 _Directory.createSync (dart:io/directory_impl.dart:128:16)
E/flutter ( 7901): #6 _File.createSync (dart:io/file_impl.dart:270:14)
E/flutter ( 7901): #7 ExcelPage.build. (package:readings_app/excel.dart:55:17)
E/flutter ( 7901):
E/flutter ( 7901):

@FauconSpartiate
Copy link
Contributor

Look at the error message, it says Read-only file system. The OS is denying access to the directory you are saving your file to.
Try saving it somewhere else, or getting the OS to give you access to that directory...

@FauconSpartiate FauconSpartiate added the question Further information is requested label Dec 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants