-
Notifications
You must be signed in to change notification settings - Fork 8
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
Error saving .rq file #69
Comments
@pwolfrum yes i would like to help you. I because i don't have access to a windows system i did never try it there. Can you give me a sample file ? I would like to check the saved paths. |
@pwolfrum this should work now in version 0.0.37. sorry for the long delay but i had to find a windows to fix it. |
Thanks a lot for fixing this! And sorry I overlooked your question in
December!
Regards,
Philipp
Am Mi., 10. Apr. 2024 um 12:11 Uhr schrieb Benjamin Hofstetter <
***@***.***>:
… Closed #69 <#69>
as completed.
—
Reply to this email directly, view it on GitHub
<#69 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/BEBQWCX4TKHQRRM27ZAPFSTY4UF4HAVCNFSM6AAAAAA7P72FSKVHI2DSMVQWIX3LMV45UABCJFZXG5LFIV3GK3TUJZXXI2LGNFRWC5DJN5XDWMJSGQYTSNBSGIZDQMQ>
.
You are receiving this because you were mentioned.Message ID:
***@***.***
com>
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I loaded a sparql query from xyz.rq to a notebook cell. Executing the cell and displaying the retrieved content works fine.
When I save the notebook, it should automatically save all connected .rq files.
It tries to do this and replies with
"Error writing file: xyz.rq: NoPermissions (FileSystemError): Error: EPERM: operation not permitted, open 'C:\xyz.rq'"
Very strange it is trying to save to C:, althoug both the notebook and xyz.rq reside in differnt directories (to which VSCode can write)
Would be great if you could help me solve this problem!
The text was updated successfully, but these errors were encountered: