-
-
Notifications
You must be signed in to change notification settings - Fork 29
"permission denied" breaks import (potentially export) function #652
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
This is valid for import and export, the path is stored within the .qgs file itself, instead of the QFieldSync local instance. I see the arguments in favor and against doing that, but for sure we should do something about this error at least. |
I agree. Where to store the config is a project decision. None the less the exception should be caught gracefully. There is another exception happening at the end of the import that should be taken care of as well: Fehler trat bei der Ausführung von Python-Code auf: PermissionError: [Errno 13] Permission denied: '/Users/christoph/Nextcloud/documents/shared/Doris/STA_Allmanshausen_QGIS_25_2/Shapes_Wang/STA_Allmanshausen_2025.qgs.qgz' Python-Version: 3.9.5 (default, Sep 10 2021, 16:18:19) [Clang 12.0.5 (clang-1205.0.22.11)] Python-Pfad: |
Just as an addition, a similar error happens during import: 2025-04-15T07:41:20 WARNING Traceback (most recent call last): |
Uh oh!
There was an error while loading. Please reload this page.
When trying to import in a project that was created on a different user account (where previous imports were performed in the other users home directory), the import dialog does not open. Stack trace below. Current user "doris" with home /Users/doris. Previous user "christoph" with home /Users/christoph.
I would have expected that a "default directory" is chosen instead of the inaccessible one.
The text was updated successfully, but these errors were encountered: