bunkerity/bunkerweb-plugins

Crowdsec plugin error: [ACCESS] crowdsec:access() failed : /etc/bunkerweb/plugins/crowdsec/lib/bouncer.lua:607: attempt to index field 'conf' (a nil value)

Closed this issue · 1 comments

I'm observing the error mentioned in the issue title when inspecting the bunkerweb logs. I'm using the docker autoconf with crowdsec enabled. I also checked the container to confirm the file /var/cache/bunkerweb/crowdsec/crowdsec.conf exists so I'm unsure of where the problem could be.

error:

[ACCESS] crowdsec:access() failed : /etc/bunkerweb/plugins/crowdsec/lib/bouncer.lua:607: attempt to index field 'conf' (a nil value)

Please advise.

(Running Bunkerweb docker image version: 1.5.9 and crowdsec docker image version 1.6.2)

Since my setup was using Docker autoconf. I had to install plugins the "autoconf" way.
After that, the error disappeared