I just installed this great project and when I try to search for my city in "Local Now" it says not found and I get the following in the log:
2026-03-31 11:14:10,937 INFO app.scrapers.localnow: [localnow] bootstrapping runtime config from homepage
2026-03-31 11:14:11,200 WARNING urllib3.connectionpool: Retrying (Retry(total=2, connect=3, read=2, redirect=None, status=2)) after connection broken by 'SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1010)'))': /
2026-03-31 11:14:13,330 WARNING urllib3.connectionpool: Retrying (Retry(total=1, connect=3, read=2, redirect=None, status=2)) after connection broken by 'SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1010)'))': /
2026-03-31 11:14:17,473 WARNING urllib3.connectionpool: Retrying (Retry(total=0, connect=3, read=2, redirect=None, status=2)) after connection broken by 'SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1010)'))': /
2026-03-31 11:14:17,491 WARNING app.worker: [localnow] Scrape skipped after 6.6s due to transient network failure: Network unavailable: transient connectivity failure. FastChannels will retry automatically.
I'm running v2.7.0 using podman on Oracle Linux v10.1. Googling the error a possible fix for a debian/ubuntu image (I'm not sure if applies to the fastchannels image) is installing ca-certifcates in the dockerfile.
I don't know a lot about docker so I may be way off. Is anyone else seeing this or know what I can try?