docker-qbittorrent icon indicating copy to clipboard operation
docker-qbittorrent copied to clipboard

Cannot create torrent resume folder

Open ciasis opened this issue 2 years ago • 2 comments

So after starting the container and fixing the unable to write config file error, I have a new error that I don't know how to fix:

2021-07-01T17:19:54.350788722Z Cannot create torrent resume folder: "/home/qbittorrent/.local/share/qBittorrent/BT_backup"

Is this something inside the container or can I do anything about it?

ciasis avatar Jul 01 '21 17:07 ciasis

I suppose that either you're running as another user than the default and/or you're mounting this or its parent directory. You need to ensure that the user you're running with has access to this directory for writing.

wernight avatar Jul 07 '21 11:07 wernight

Yes, I changed the PUID and GUID to my regular user I ran every docker container with. So should I keep the default user then?

ciasis avatar Jul 07 '21 13:07 ciasis