Skip to content
This repository has been archived by the owner on Feb 22, 2024. It is now read-only.

Max Number of Retries Reached #29

Open
venkat5121 opened this issue Oct 15, 2020 · 5 comments
Open

Max Number of Retries Reached #29

venkat5121 opened this issue Oct 15, 2020 · 5 comments

Comments

@venkat5121
Copy link

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:

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.

Additional Information

node -v
v14.11.0
npm -v
6.14.8
canvasDataCli -v
0.6.6
RHELinux
uname -r
3.10.0-1127.19.1.el7.x86_64
  • Logs: attaching log file.
@venkat5121
Copy link
Author

[
error20201014.log
](url)

@baldwin1
Copy link

Any update on this? I am getting the same error trying to do a fetch on requests - canvasDataCli fetch -c ./config.js -t requests

@fmurillou
Copy link

Hi, I'm getting the same error doing a sync process.

@dan1d
Copy link

dan1d commented Jun 15, 2022

Hi, I'm getting the same error while running the sync process, any thoughts on this ?

@fmurillou
Copy link

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 free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants