idlesign / deluge-webapi

Plugin for Deluge WebUI providing sane JSON API
https://github.com/idlesign/deluge-webapi
BSD 3-Clause "New" or "Revised" License
120 stars 27 forks source link

Docker. Unable to open config file /config/webapi.conf #30

Closed kriegalex closed 3 years ago

kriegalex commented 3 years ago
             [INFO    ][webapi.core                   :20  ] Enabling WebAPI plugin CORE ...
12:33:48.164 [WARNING ][deluge.config                 :405 ] Unable to open config file /config/webapi.conf: [Errno 2] No such file or 
directory: '/config/webapi.conf'
12:33:48.164 [INFO    ][deluge.pluginmanagerbase      :189 ] Plugin WebAPI enabled...

I just checked and my /config is chmod 777

image

It seems like it is unable to create the webapi.conf file, weird... I have tried restarting deluge. I'm using deluge in a docker from binhex/arch-delugevpn

idlesign commented 3 years ago

Please have a look at #21, that may be interesting. Please verify that the same can be reproduced without Docker. Meanwhile closing this as not related to the plugin itself.