Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Restart failed url and survive duplicate files #171

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Mar 16, 2021

  1. 1. When a file is retried, delete any appearances in the failed_url t…

    …able.
    
    2. In sdsqlutils.insert(), do not crash if sqlite3 raises an IntegrityError.
    For example, this can happen if the same file is in two places.  Instead of
    a crash, log the event and change the filename.  The database will have to be
    fixed manually.
    painter1 committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    d2638a4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1e2845f View commit details
    Browse the repository at this point in the history
  3. Define a special error status for path-related errors. Presently, Syn…

    …da can
    
    sometimes detect them but cannot fix them.
    painter1 committed Mar 16, 2021
    Configuration menu
    Copy the full SHA
    933df9c View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2021

  1. Configuration menu
    Copy the full SHA
    03f51bc View commit details
    Browse the repository at this point in the history