-
Notifications
You must be signed in to change notification settings - Fork 101
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
Node expecting cache dir that doesnt exist 2.27.02 #1139
Comments
This is usually a permissions or path issue. Tdarr server automatically creates and cleans up the sub cache directories (like Create this path on the server: |
I can even write to it from the node
And I can remove it from the node as well
|
I assume the process permissions when it creates the folder are slightly different to when you do it manually and the node can't access it in that case. Have you tried running the stack in a flow? You can use a Wait plugin (set it to a e.g 300 seconds) so you can then inspect the cache folder and try and create a file: |
Windows Server, Linux Node (Kubernetes)
Tdarr Version 2.27.02
Jc6YDXxPMD-log.txt
When I unpause the node the logs fill up with errors saying it can't access a directory that doesnt exist when processing a transcode. Its as if its looking for a cache that never existed.
The cache dir is completely empty. Not sure why its looking for folders that dont exist? My mounts are accessible from the node.
Here are my pathTranslators for this path.
Here is the cache path in the Library
I cleared all the library DBs, restarted the server, rejoined nodes and still sam error when it goes to process a transcode.
I verified access to the filesytem by shelling into the tdarr node pod and creating a file.
The text was updated successfully, but these errors were encountered: