Skip to content

Regression: DMCA Handling #487

@tisecinfo

Description

@tisecinfo

What happened?

Repositories that have been DMCA'd make github-backup quit immediately. I encountered this issue with joskwanten/msx-picoverse (among others).

Looking through the code I can see that there's logic to handle these cases (line 686), but it doesn't seem to work properly.

My quick guess is that a DMCA'd repository triggers an exception in line 764 which subsequently skips over the DMCA logic.

Additionally I'd like to point out that repositories can also be blocked for violating the TOS, the HTTP code in this case is 403 and the response is somewhat similar to a DMCA case. jumoog/MagiskOnWSA is such an example.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions