Andrwe / privoxy-blocklist

Script converting AdBlock Plus rules into privoxy format.
The Unlicense
153 stars 39 forks source link

missing filter 'easylist' on Debian (privoxy 3.0.19) #4

Closed yhager closed 2 years ago

yhager commented 10 years ago

Debian running 3.0.19 gets the followign errors after running this script:

2014-06-05 12:40:33.847 b750b6c0 Info: Loading actions file: /etc/privoxy/easylist.script.action
2014-06-05 12:40:33.993 b750b6c0 Error: Missing filter 'easylist'
2014-06-05 12:40:33.994 b750b6c0 Error: Invalid action section in file '/etc/privoxy/easylist.script.action', starting at line 11111: { +filter{easylist} }
yhager commented 10 years ago

I managed to fix that by adding filterfile statement to the config file, but shouldn't the script handle this? Or am I missing something..

(I had the same issue after upgrading to 3.0.21, so it's not a privoxy version issue)

atpage commented 9 years ago

This should fix it:

https://github.com/atpage/privoxy-blocklist/commit/f0dc5f39093f5e55182bc867b76532611f31398d

Andrwe commented 2 years ago

solved by https://github.com/Andrwe/privoxy-blocklist/pull/14