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

Incomplete Sync breaks future syncs #1168

Open
6 tasks done
noggl opened this issue Apr 29, 2024 · 2 comments
Open
6 tasks done

Incomplete Sync breaks future syncs #1168

noggl opened this issue Apr 29, 2024 · 2 comments
Labels
Bug Something isn't working

Comments

@noggl
Copy link

noggl commented Apr 29, 2024

Steps to reproduce

  1. Set up sync to Google drive
  2. Test syncing to another device is working
  3. Turn off network or cancel sync while syncing
  4. Try to sign again
  5. Get error before sync %s: Max to retries reached

Expected behavior

If an incomplete sink is found, it should be removed on the next sync.

If I could find where tachiyomi is saving to, I'd try just deleting it.

Actual behavior

Sync never completes, and neither signing out/back in, nor using "clear sync data from Google drive", nor removing access by tachiyomi from your Google account allows syncing again.

Crash logs

No response

TachiyomiSY version

App version: 1.10.5 (standard, 03f32eb, 67, 2024-04-15T01:27:58Z) Preview build: 557

Android version

Android 14

Device

ROG Phone 5

Other details

No response

Acknowledgements

  • I have searched the existing issues and this is a new ticket, NOT a duplicate or related to another open or closed issue.
  • I have written a short but informative title.
  • I have gone through the FAQ and troubleshooting guide.
  • I have updated the app to version 1.10.5.
  • I have updated all installed extensions.
  • I will fill out all of the requested information in this form.
@noggl noggl added the Bug Something isn't working label Apr 29, 2024
@noggl
Copy link
Author

noggl commented Apr 29, 2024

For reference, I found where the data can be deleted on google's end:

  1. Go to https://drive.google.com/drive/settings
  2. Click "Manage Apps" on the left side.
  3. Find TachiyomiSY
  4. Select Disconnect from Drive and Delete Hidden Data (the latter part actually removes the bad sync data).

It still seems like the data should not be getting messed up like this. In a CLI setting, I'd expect to do something like generate a .lock file with data on which device is syncing, and if there is a sync failure the same device could overwrite the bad data on next sync. Even better if a timeout could be specified to allow another device to overwrite the bad data after the .lock is XXX time old.

@KasukeLp23
Copy link

The same thing has been happening to me for days

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants