Postoverflow is not retrieving my link.

Hello, I tried to set up a list of IPs and use it via a Postoverflow scenario, but it didn't work. Do you know why ?
name: aukfood/aukfood-whitelist
description: "Whitelist Aukfood monitoring IPs"
whitelist:
reason: "aukfood monitoring service"
expression:
- "any(File('aukfood_ipv4.txt'), { # == evt.Overflow.Alert.Source.IP })"
data:
- source_url: https://dontlookmydomain.denied/aukcessdenied/aukfood-ipv4-whitelist/-/raw/main/aukfood_ipv4.txt
dest_file: aukfood_ipv4.txt
type: string
name: aukfood/aukfood-whitelist
description: "Whitelist Aukfood monitoring IPs"
whitelist:
reason: "aukfood monitoring service"
expression:
- "any(File('aukfood_ipv4.txt'), { # == evt.Overflow.Alert.Source.IP })"
data:
- source_url: https://dontlookmydomain.denied/aukcessdenied/aukfood-ipv4-whitelist/-/raw/main/aukfood_ipv4.txt
dest_file: aukfood_ipv4.txt
type: string
marinapasse@ettutecarte:/etc/crowdsec# cat /var/log/crowdsec.log | grep ipv4
time="2025-09-19T10:57:02+02:00" level=error msg="open /var/lib/crowdsec/data/aukfood_ipv4.txt: no such file or directory"
time="2025-09-19T10:57:03+02:00" level=error msg="open /var/lib/crowdsec/data/aukfood_ipv4.txt: no such file or directory"
marinapasse@ettutecarte:/etc/crowdsec# cat /var/log/crowdsec.log | grep aukfood-whitelist
time="2025-09-19T10:57:03+02:00" level=info msg="Loaded 1 parser nodes" file=/etc/crowdsec/postoverflows/s01-whitelist/aukfood-whitelist.yaml stage=s01-whitelist
marinapasse@ettutecarte:/etc/crowdsec# cat /var/log/crowdsec.log | grep ipv4
time="2025-09-19T10:57:02+02:00" level=error msg="open /var/lib/crowdsec/data/aukfood_ipv4.txt: no such file or directory"
time="2025-09-19T10:57:03+02:00" level=error msg="open /var/lib/crowdsec/data/aukfood_ipv4.txt: no such file or directory"
marinapasse@ettutecarte:/etc/crowdsec# cat /var/log/crowdsec.log | grep aukfood-whitelist
time="2025-09-19T10:57:03+02:00" level=info msg="Loaded 1 parser nodes" file=/etc/crowdsec/postoverflows/s01-whitelist/aukfood-whitelist.yaml stage=s01-whitelist
3 Replies
CrowdSec
CrowdSec3w ago
Important Information
Thank you for getting in touch with your support request. To expedite a swift resolution, could you kindly provide the following information? Rest assured, we will respond promptly, and we greatly appreciate your patience. While you wait, please check the links below to see if this issue has been previously addressed. If you have managed to resolve it, please use run the command /resolve or press the green resolve button below.
Log Files
If you possess any log files that you believe could be beneficial, please include them at this time. By default, CrowdSec logs to /var/log/, where you will discover a corresponding log file for each component.
Guide Followed (CrowdSec Official)
If you have diligently followed one of our guides and hit a roadblock, please share the guide with us. This will help us assess if any adjustments are necessary to assist you further.
Screenshots
Please forward any screenshots depicting errors you encounter. Your visuals will provide us with a clear view of the issues you are facing.
© Created By WhyAydan for CrowdSec ❤️
blotus
blotus2w ago
Have you run cscli hub upgrade after creating the postoverflow to force cscli to download the file ? Crowdsec will not download the files by itself, you have to use cscli for that
bbuddha
bbuddhaOP2w ago
Actually, I forgot that step. Thank you.

Did you find this page helpful?