add image of sync facet |
Marked this version for translation |
||
(One intermediate revision by the same user not shown) | |||
Line 2: | Line 2: | ||
<translate> | <translate> | ||
<!--T:19--> | |||
[[File:Sync error facet error.webp|thumb|right|alt=A facet reading "Sync Error. Check log file for details"|The sync status facet on the top bar of the [[dash menu]] will indicate whether a sync error occurs.]] | [[File:Sync error facet error.webp|thumb|right|alt=A facet reading "Sync Error. Check log file for details"|The sync status facet on the top bar of the [[dash menu]] will indicate whether a sync error occurs.]] | ||
</translate> | </translate> | ||
Line 16: | Line 17: | ||
# Ensure the drive that contains the cache and data has enough free space. Please review the [[Special:MyLanguage/Data_and_cache_directories|data and cache directories]] page for more information. | # Ensure the drive that contains the cache and data has enough free space. Please review the [[Special:MyLanguage/Data_and_cache_directories|data and cache directories]] page for more information. | ||
# Avoid deleting the cache or data folder and utilizing command line arguments until the sync error type has been identified. | # Avoid deleting the cache or data folder and utilizing command line arguments until the sync error type has been identified. | ||
<!--T:20--> | |||
Another fact to consider is that records (i.e., items, worlds, and voice messages) saved after a reported sync error ''will still sync'' regardless. However, the error should be corrected as soon as possible, especially, when the sync error occurred while building a world or item. | |||
</translate> | </translate> | ||
Line 28: | Line 32: | ||
! <translate><!--T:4--> Type</translate> !! <translate><!--T:5--> Description</translate> !! <translate><!--T:6--> Example Log File Contents</translate> | ! <translate><!--T:4--> Type</translate> !! <translate><!--T:5--> Description</translate> !! <translate><!--T:6--> Example Log File Contents</translate> | ||
|- | |- | ||
| [[Special:MyLanguage/Sync Conflict|<translate><!--T:7--> Conflict</translate>]] || <translate><!--T:8--> The item or world that was recently saved does not align with the same item or world stored in the cloud. Please read the [[Special:MyLanguage/Sync Conflict|Sync Conflict]] page for assistance.</translate> || <translate><!--T:9--> The word <code>Conflict</code> on a separate line.</translate> | | [[Special:MyLanguage/Sync Conflict|<translate><!--T:7--> Sync Conflict</translate>]] || <translate><!--T:8--> The item or world that was recently saved does not align with the same item or world stored in the cloud. Please read the [[Special:MyLanguage/Sync Conflict|Sync Conflict]] page for assistance.</translate> || <translate><!--T:9--> The word <code>Conflict</code> on a separate line.</translate> | ||
|- | |- | ||
| [[Special:MyLanguage/Stuck Sync/Out Of Space|<translate><!--T:10--> Out Of Space</translate>]] || <translate><!--T:11--> | | [[Special:MyLanguage/Stuck Sync/Out Of Space|<translate><!--T:10--> Out Of Space</translate>]] || <translate><!--T:11--> The storage size of the item or world to sync is over the user's or group's available cloud storage. Please read the [[Special:MyLanguage/Stuck Sync/Out Of Space|Out Of Space]] page for assistance.</translate> || <code>Fail Reason: Out of space</code> | ||
|- | |- | ||
| [[Special:MyLanguage/Stuck Sync/Too Many Requests|<translate><!--T:12--> Too Many Requests</translate>]] || <translate><!--T:13--> Resonite's Cloud is currently receiving too many attempts from the sync task, preventing further processing. Please read the [[Special:MyLanguage/Stuck Sync/Too Many Requests|Too Many Requests]] page for assistance.</translate> || <code>UpsertResult State: TooManyRequests</code> | | [[Special:MyLanguage/Stuck Sync/Too Many Requests|<translate><!--T:12--> Too Many Requests</translate>]] || <translate><!--T:13--> Resonite's Cloud is currently receiving too many attempts from the sync task, preventing further processing. Please read the [[Special:MyLanguage/Stuck Sync/Too Many Requests|Too Many Requests]] page for assistance.</translate> || <code>UpsertResult State: TooManyRequests</code> |
Latest revision as of 00:43, 26 August 2025

A sync error is a type of error that is produced when a sync task fails to synchronize a saved item or world to Resonite's cloud. There are various types of sync errors that can be encountered when a recently saved item or world fails to sync.
General Guidance
Here is some general guidance to follow when starting the diagnosis:
- Ensure the drive that contains the cache and data has enough free space. Please review the data and cache directories page for more information.
- Avoid deleting the cache or data folder and utilizing command line arguments until the sync error type has been identified.
Another fact to consider is that records (i.e., items, worlds, and voice messages) saved after a reported sync error will still sync regardless. However, the error should be corrected as soon as possible, especially, when the sync error occurred while building a world or item.
Specific Guides
The table below lists the possible sync error types that can be encountered. To locate the sync error in the log file, look for Failed sync for
followed by the user id and the words Local
and Global
. After locating the line in the log file, review the example log file contents in the table to find the sync error type.
Type | Description | Example Log File Contents |
---|---|---|
Sync Conflict | The item or world that was recently saved does not align with the same item or world stored in the cloud. Please read the Sync Conflict page for assistance. | The word Conflict on a separate line.
|
Out Of Space | The storage size of the item or world to sync is over the user's or group's available cloud storage. Please read the Out Of Space page for assistance. | Fail Reason: Out of space
|
Too Many Requests | Resonite's Cloud is currently receiving too many attempts from the sync task, preventing further processing. Please read the Too Many Requests page for assistance. | UpsertResult State: TooManyRequests
|
Exception During Sync | A rare sync error that occurs when an exception is thrown while syncing an item or world. This is usually an issue beyond the Resonite Account. Please read the Exception During Sync page for assistance. | Exception during sync
|
Stuck Sync | A very rare error that stops the entire sync processing queue and prevents other sync tasks from running. The sync status indicator will not indicate a sync error due to the stopped process. Please read the Stuck Sync page for assistance. | Starting sync followed by Exception running asynchronous task:
|