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
{{ message }}
This repository has been archived by the owner on Feb 22, 2024. It is now read-only.
We use canvas-data-cli to download our files daily at 3:30 pm. This has been our regular process for over a year now.
Starting yesterday, our process is failing with following error:
Error: max number of retries reached for submission_dim-00027-3052c8c0.gz, aborting
at /usr/lib/node_modules/canvas-data-cli/lib/FileDownloader.js:52:18
at Timeout._onTimeout (/usr/lib/node_modules/canvas-data-cli/node_modules/re/lib/re.js:90:43)
at listOnTimeout (internal/timers.js:554:17)
at processTimers (internal/timers.js:497:7)
Our process is a combination of the list, grab, fetch, and unpack with some directory creation and removal steps.
Instead of running the process as a whole, I tried to run only grab command to download .gz files of the latest dumpid. The error is consistent.
I do not know if something needs to be updated in /usr/lib/node_modules directories or some where else, Please help how I can resolve this.
Hi, I have solved the error. You can try 3 thing: 1) Increase your machine storage, it's possible you get a high volume of files, 2) upgrade node.js to the last version 3) if you are using Linux, try with windows
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Description
We use canvas-data-cli to download our files daily at 3:30 pm. This has been our regular process for over a year now.
Starting yesterday, our process is failing with following error:
Our process is a combination of the list, grab, fetch, and unpack with some directory creation and removal steps.
Instead of running the process as a whole, I tried to run only grab command to download .gz files of the latest dumpid. The error is consistent.
I do not know if something needs to be updated in /usr/lib/node_modules directories or some where else, Please help how I can resolve this.
Additional Information
The text was updated successfully, but these errors were encountered: