Francis C
Results
2
comments of
Francis C
Most likely not a bug, POE's API is rate limited, a 429 means you are making too many requests (https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/429) and hitting that rate limit your session ID. It can...
Having the same issue while trying to exclude all `.mdx` files! ``` exclude_path = [ "\\.mdx$", # skip .mdx extensions ] ``` From https://lychee.cli.rs/recipes/excluding-paths/