Skip to content

Error: [REPORTED_ERROR]: Bucket id was not provided #340

@blacktemplar

Description

@blacktemplar

I am trying to upload a big file (600GB) split into 1GB pieces. I have a script that uses internxt login to login and then uploads each file one by one using internxt upload-file. As expected this takes quite a while, but my problem is that after exactly 24 hours I got the following error:

 _   Error: [REPORTED_ERROR]: Bucket id was not provided
 _   Properties => {
 _     "command": "upload-file"
 _   }
 _   Stack => Error: Bucket id was not provided
 _       at Environment.uploadMultipartFile (/usr/local/lib/node_modules/@inter
 _   nxt/cli/node_modules/@internxt/inxt-js/build/index.js:209:35)
 _       at NetworkFacade.uploadFile (/usr/local/lib/node_modules/@internxt/cli
 _   /dist/services/network/network-facade.service.js:111:37)
 _       at fileId (/usr/local/lib/node_modules/@internxt/cli/dist/commands/upl
 _   oad-file.js:95:41)
 _       at new Promise (<anonymous>)
 _       at UploadFile.run (/usr/local/lib/node_modules/@internxt/cli/dist/comm
 _   ands/upload-file.js:94:30)
 _       at process.processTicksAndRejections 
 _   (node:internal/process/task_queues:105:5)
 _       at async UploadFile._run (/usr/local/lib/node_modules/@internxt/cli/no
 _   de_modules/@oclif/core/lib/command.js:181:22)
 _       at async Config.runCommand (/usr/local/lib/node_modules/@internxt/cli/
 _   node_modules/@oclif/core/lib/config/config.js:456:25)
 _       at async run (/usr/local/lib/node_modules/@internxt/cli/node_modules/@
 _   oclif/core/lib/main.js:96:16)
 _       at async /usr/local/lib/node_modules/@internxt/cli/bin/run.js:6:3

Does this mean there is an internal timeout of 1day somewhere? Do I have to relogin after 24 hours?

When I run internxt whoami it still says "You are logged in as: xxx" so I really don't know what the issue is.

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions