Hi,
As I'm trying to reuse the cache of an existing user, I encounter the following problem:
2026-06-03 17:45:11 - WARNING - exca.cachedict.core:136 - Failed to set permission to 511 on [/data/shared/neuralset_cache/Bonnaire2026/name](https://vscode-remote+ssh-002dremote-002bext1.vscode-resource.vscode-cdn.net/data/shared/neuralset_cache/Bonnaire2026/name)=Bonnaire2026,query=timeline_index1,infra_timelines.version=v1-ab707c8e/name=EmptySentenceCleaner-9c2f9e47/name=SyntaxEnhancer-c1cd2c0b/cache
([Errno 1] Operation not permitted: '/data/shared/neuralset_cache/Bonnaire2026/name=Bonnaire2026,query=timeline_index1,infra_timelines.version=v1-ab707c8e/name=EmptySentenceCleaner-9c2f9e47/name=SyntaxEnhancer-c1cd2c0b/cache')
Problem is that exca is trying to chmod some folders (to lock the cache) but since I don't own the folder, I can't do it (even though I'm part of the group owning the folder.
Am I missing something obvious here? Or is there something that could be tackled at exca level ?
Hi,
As I'm trying to reuse the cache of an existing user, I encounter the following problem:
Problem is that exca is trying to chmod some folders (to lock the cache) but since I don't own the folder, I can't do it (even though I'm part of the group owning the folder.
Am I missing something obvious here? Or is there something that could be tackled at exca level ?