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

When items cannot be downloaded, there is no link to retry all items #9158

Closed
laurent22 opened this issue Oct 29, 2023 · 2 comments
Closed
Assignees
Labels
bug It's a bug desktop All desktop platforms high High priority issues

Comments

@laurent22
Copy link
Owner

If resources cannot be downloaded, they appear on the status screen with "Retry" link next to each item. However there should also be a link to retry all items, as there is for encryption issues.

Tested on desktop, but may apply to mobile too

@laurent22 laurent22 added bug It's a bug desktop All desktop platforms high High priority issues v2.13 labels Oct 29, 2023
Repository owner deleted a comment from samratghosh291 Nov 2, 2023
@pedr
Copy link
Collaborator

pedr commented Nov 2, 2023

Can you help me reproduce this bug? I'm not sure if I understand the issue, I don't think I ever saw this happen.

@laurent22
Copy link
Owner Author

It happens if an item cannot be downloaded after multiple attempts. In that case sync_disabled is set to true and the item will no longer be synced. They will then show in the status screens on both desktop and mobile, and each item will have "Retry" button. There's a "Retry all" button that was implemented but it doesn't seem to always show up.

You can find the logic in StatusScreen.tsx. Maybe if you sync with Joplin Server, and make it throw an error on purpose, it will make all items unsyncable, and they will appear in that screen. Or you could do that by tweaking the profile database but not sure how.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug It's a bug desktop All desktop platforms high High priority issues
Projects
None yet
Development

No branches or pull requests

2 participants