-
Notifications
You must be signed in to change notification settings - Fork 258
Closed
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels