You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We store our projects on a network share which is mounted using CIFS. Aider has problems creating the tags cache in the project folder. After starting aider, I get the following message:
Unable to use tags cache at /mnt/abc/projects/xyz/.aider.tags.cache.v3, falling back to memory cache
aider was able to create the subfolder .aider.tags.cache.v3 but doesn't create the cache.db.
If I copy the project folder to a local drive and start aider, I don't get the error. If I copy the cache.db from my local folder to the project on the network drive, the error is gone. Aider is now able to read and write the cache.db. I checked the tables with sqlite3 and I can see newly created rows.
Hi @mcfetz, I encountered the same problem and created patch that allows me to move the cache directory to a local device. See PR #2911 for details. Regards.
Issue
We store our projects on a network share which is mounted using CIFS. Aider has problems creating the tags cache in the project folder. After starting aider, I get the following message:
Unable to use tags cache at /mnt/abc/projects/xyz/.aider.tags.cache.v3, falling back to memory cache
aider was able to create the subfolder .aider.tags.cache.v3 but doesn't create the cache.db.
If I copy the project folder to a local drive and start aider, I don't get the error. If I copy the cache.db from my local folder to the project on the network drive, the error is gone. Aider is now able to read and write the cache.db. I checked the tables with sqlite3 and I can see newly created rows.
Version and model info
The text was updated successfully, but these errors were encountered: