mirror of
https://github.com/snobu/destreamer.git
synced 2026-02-19 04:49:42 +00:00
Fix group download, now limited to first 100 videos
This commit is contained in:
@@ -34,7 +34,9 @@ export class ApiClient {
|
||||
return true;
|
||||
}
|
||||
logger.warn(`Got HTTP code ${err?.response?.status ?? undefined}. Retrying request...`);
|
||||
logger.verbose(`Here is the error message: \n '${err.response?.data}`);
|
||||
logger.verbose('Here is the error message: ');
|
||||
console.dir(err.response?.data);
|
||||
logger.verbose('We called this URL: ' + err.response?.config.baseURL + err.response?.config.url);
|
||||
|
||||
const shouldRetry: boolean = retryCodes.includes(err?.response?.status ?? 0);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user