mrusse / soularr

A Python script that connects Lidarr with Soulseek!
77 stars 7 forks source link

PermissionError: [Errno 13] Permission denied: '/data/.current_page.txt' #30

Closed lazara007 closed 3 weeks ago

lazara007 commented 4 weeks ago

Hello,

I'm running in Docker. Error I receive: PermissionError: [Errno 13] Permission denied: '/data/.current_page.txt'

services: soularr: container_name: soularr environment: PGID: '1000' PUID: '1000' SCRIPT_INTERVAL: '300' TZ: Etc/UTC hostname: soularr image: mrusse08/soularr:latest networks: reverseproxy-nw: null restart: unless-stopped user: 1000:1000 volumes:

root@arrs:/config/soularr# ls -l total 8 -rw-r--r-- 1 root root 872 Oct 10 06:35 config.ini -rw-r--r-- 1 root root 748 Oct 10 08:17 docker-compose.yml

Thank you.

lazara007 commented 4 weeks ago

Folder permission was the issue with the data folder. Problem solved.