mikf / gallery-dl

Command-line program to download image galleries and collections from several image hosting sites
GNU General Public License v2.0
11.19k stars 913 forks source link

[Kemono.Party] Persistent 502 errors #1782

Closed OvertPerson closed 2 years ago

OvertPerson commented 3 years ago

I tried to follow all the possible solutions that people suggested, but no matter what I did, all I ever get were 502's and 403's. This is the only one that didn't get a 403, but I do not know what to do about the 502.

`` "kemonoparty":

    {
        "cookies":
        {
            "__ddgid": "...",
            "__ddgmark": "...",
            "__ddg2": "...",
            "__ddg1": "..."
        },
        "metadata": true,
        "filename": "[{category}] {user}—{id}—{type[0]}—{date:%Y.%m.%d}—{title}—{filename[0:140]}.{extension}",
        "archive-format": "{service}_{user}_{type[0]}_{id}_{filename}.{extension}"
    },

``

Doofy420 commented 3 years ago

Server issues. Kemono's running on 3 hamster wheels, a hand crank, and a single cat4 cable. There's nothing you can do about it right now (assuming you set up your cookies right)

mikf commented 3 years ago

Are you running version 1.18.3? (gallery-dl --version) 502 errors happen when requesting a file from the old server, according to https://github.com/mikf/gallery-dl/issues/1764#issue-965256493.

ghost commented 3 years ago

There's an intentional downtime right now, but do make sure you're on the latest version of gallery-dl.

OvertPerson commented 3 years ago

It is 1.18.3.

OvertPerson commented 2 years ago

The problem still isn't resolved and the 502 errors still exist.