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
f"ResultCount {page.resultCount} != TotalCount {page.totalCount} for mod {modId}, or the count of files != resultCount, response maybe incomplete, passing sync, retrying {i+1}/{max_retries}"
134
+
f"ResultCount {page.resultCount} != TotalCount {page.totalCount} for mod {modId}, or the count of files != resultCount, response maybe incomplete, passing sync, retrying {i+1}/{max_retries}"
132
135
)
133
136
# time.sleep(1)
134
137
page_size-=1
135
138
continue
136
139
else:
137
140
break
138
141
else:
139
-
log.error(f"Failed to get all files for mod {modId} after {max_retries} retries")
142
+
log.error(
143
+
f"Failed to get all files for mod {modId} after {max_retries} retries"
0 commit comments