Many Unbound Log Errors after updating to 22.7.10

Started by IsaacFL, December 21, 2022, 05:13:18 PM

Previous topic - Next topic
Updated to 22.7.10_2 and now have lot of errors in the unbound log like the following one:

2022-12-22T22:00:00 Error unbound [77106:1] error: pythonmod: python error: Traceback (most recent call last):
2022-12-22T22:00:00 Error unbound [77106:1] error: pythonmod: Exception occurred in function operate, event: module_event_new
KeyError: 'bl'
blocklist = mod_env['dnsbl']['data'][domain]['bl']
File "dnsbl_module.py", line 180, in filter_query
return ctx.filter_query(id, qstate, qdata)
File "dnsbl_module.py", line 282, in operate


Must the patch be applied to 22.7.10_2 or is it another root cause?

Regards
Torsten

different error, yes. does blocklists updated since 22.7.10_2 update?

yes updated tonite

2022-12-23T01:41:02 Notice unbound blocklist download done in 2.63 seconds (212068 records)
2022-12-23T01:41:02 Notice unbound blocklist download https://raw.githubusercontent.com/StevenBlack/hosts/master/hosts (lines: 173900 exclude: 15 block: 166633)
2022-12-23T01:41:01 Notice unbound blocklist download https://s3.amazonaws.com/lists.disconnect.me/simple_tracking.txt (lines: 38 exclude: 0 block: 34)
2022-12-23T01:41:01 Notice unbound blocklist download https://s3.amazonaws.com/lists.disconnect.me/simple_ad.txt (lines: 2705 exclude: 0 block: 2701)
2022-12-23T01:41:00 Notice unbound blocklist download https://justdomains.github.io/blocklists/lists/adguarddns-justdomains.txt (lines: 48994 exclude: 3 block: 48991)
2022-12-23T01:41:00 Notice unbound blocklist download : exclude domains matching ^(?![a-zA-Z_\d]).*|.*localhost$

Do the errors still occur after re-applying the blocklists from the GUI and restarting Unbound?

re-applying the blocklists from the GUI and restarting helped

Thx a lot!