sleighton

Results 22 comments of sleighton

You don't need pihole. You need to simply get NPM set up and working then you can add things like pihole later if you choose. I assume you have docker...

@marioteodoru Glad to hear you got it working. Personally, it's a no brainer to me, I would use docker to install paperless. That makes it simple AND easy to keep...

Don't know anything about Unraid, but I would suspect a permissions issue given the error being thrown. ``` 2025-10-08 02:29:16,939::ERROR::[postproc:737] Cannot create final folder /plex/tv/The.Morning.Show.2019.S04E04.1080p.WEB.h264-ETHEL ```

I saw this error mentioned somewhere, the problem is a community install script that is no longer compatible. That poster got things working by doing a regular docker compose. You...

@blixten85 Did you restart the container?

@blixten85 Or you are using a non-fixed container. There are multiple versions, sctx, linuxserver and binhex and not all develop tags are updated for the fix. That bit me a...

@MattXcz There's a special way to fix that one. Try searching the issues for proxmox and see if you can find it. Try this link https://github.com/sct/overseerr/issues/4230#issuecomment-3229102720

@blixten85 I use that one, I had to manually patch mine to get it to work. ``` docker exec -u 0 sh -c "sed -i 's/metadata.provider.plex.tv/discover.provider.plex.tv/g' /app/dist/api/plextv.js" ``` Also note...

@blixten85 They fixed it back in August, the issue is that the docker images have not been generated and pushed out. Not sure if the devs that fix the code...

If your files reflect the correct url then the problem is not the image, it's something else (assuming you are running the correct image, you might check to make sure...