You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"access_denied": ReasonInfo("You don't have permission to download this resource."),
52
+
"no_files": ReasonInfo("This resource has no downloadable files.", quiet=True, summary_label="Resources with no files"),
53
+
"multiple_files": ReasonInfo("This resource has multiple files and cannot be auto-synced. Ask the author to release it as a .zip file."),
54
+
"not_found": ReasonInfo("This resource was not found."),
55
+
"fetch_error": ReasonInfo("Failed to retrieve this resource from the server."),
56
+
"unknown_category": ReasonInfo("This resource's category is not mapped to an install location, but you can specify one manually in settings.local.toml"),
57
+
"parent_blocked": ReasonInfo("Skipped because its parent resource is blocked.", quiet=True),
58
+
"parent_failed": ReasonInfo("Skipped because its parent resource failed to download."),
59
+
"dependency_cycle": ReasonInfo("Skipped due to a circular dependency."),
60
+
"not_desired": ReasonInfo("No longer watched or licensed; untracking."),
61
+
"outdated": ReasonInfo("A newer version is available."),
0 commit comments