Windows 11/10 · Common errors · Step-by-step fixes
Most gallery-dl errors on Windows have simple fixes. Start here: update gallery-dl with gallery-dl -U and check cookies. That solves 80% of issues.
Always start here:
gallery-dl -U
gallery-dl -v "URL"
Error reference
gallery-dl --cookies-from-browser chrome "URL"
If cookies keep expiring, export a cookies.txt file instead. See the cookies guide.
powershell, press Enter. Run gallery-dl from there.gallery-dl -U. Then try with cookies:
gallery-dl --cookies-from-browser chrome "URL"
If you're using a VPN, try disabling it — some VPN exit nodes are blocked. Add --sleep-request 3 if you're hitting rate limits.
gallery-dl -v "URL"
Then try with cookies: gallery-dl --cookies-from-browser chrome "URL". Update gallery-dl: gallery-dl -U.
gallery-dl --no-check-certificate "URL" — not recommended long-term as it disables certificate validation.
cookies.txt file and use --cookies instead of --cookies-from-browser.
--sleep-request 3 --retries 5 to your command. For persistent stalls, try --part to resume partial downloads. Avoid VPNs that throttle traffic for large downloads.
gallery-dl -U. Check the supported sites list. Make sure you're using the correct URL format — some sites have changed their URL structure.
Diagnostics
gallery-dl -v "URL"
gallery-dl --simulate "URL"
gallery-dl --dump-json "URL"
gallery-dl --version