Feramance / qBitrr

A simple Python script to talk to qBittorrent and Arr's
MIT License
61 stars 2 forks source link

Permission Error - Operation not permitted #82

Closed devanteweary closed 2 weeks ago

devanteweary commented 2 weeks ago

Hello!

Trying to get this to run on my Unraid system. While the container starts, it doesn't do anything and I see this in the log:

I can't find a way to get a log since when I click on qBitrr > Logs, a console window pops up then immediately goes away. However, I have container logs going to a syslog server. (find below)

I even had the container create a /config/qBitManager folder in case it was because it couldn't find that folder.

Thank you for any advice!!!

Container settings: image

Logs: image

Feramance commented 2 weeks ago

This to me looks like a folder permissions issue. I suggest you recheck your variables too as you're passing the dB files which are no longer used and the restart timer was removed too, and create a single config folder to be linked and ensure the container has the appropriate permissions.

devanteweary commented 2 weeks ago

This to me looks like a folder permissions issue. I suggest you recheck your variables too as you're passing the dB files which are no longer used and the restart timer was removed too, and create a single config folder to be linked and ensure the container has the appropriate permissions.

OK the config also mentioned those DB files so I just completely removed everything and started fresh. On Unraid, I also had to go in and chmod 777 on the /appdata/qbitrr directory.

After that I noticed the config it created had some differences so just started over with that and now it's all working. Thank you!

Feramance commented 2 weeks ago

Glad to hear it's working, yes there have been a number of changes since version 2.x.x