Skip to content
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

Restarting a watcher container requires re-validating the license. #23

Closed
BrianAllred opened this issue Apr 12, 2024 · 2 comments
Closed

Comments

@BrianAllred
Copy link

This is especially cumbersome because I use watchtower to keep containers up to date. If watchtower restarts the container automatically due to an update, then my files will stop processing.

@BrianAllred
Copy link
Author

Actually, looks like the /data directory wasn't consistent between when watcher was running (/data/filebot) and when I input the license (/data). Confusing, but fixable.

@rednoah
Copy link
Member

rednoah commented Apr 13, 2024

Presumably, you're sometimes running the filebot process as user 1000 named filebot, and sometimes as user 0 named root. Each user has its own $HOME folder because you would run into permission issues if different users create / read / write files in the same folder. Files created by root are particularly problematic for normal users.

Please read How do I activate my license? for details:

If you use -e PUID or -e PGID to run filebot with a different UID then you must use the same -e PUID or -e PGID environment variables when calling filebot --license to install the your license key into the correct user-specific application data folder.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants