Skip to content
This repository has been archived by the owner on Nov 20, 2023. It is now read-only.

upload failed when uploading large video files #87

Open
ycao56 opened this issue May 25, 2023 · 1 comment
Open

upload failed when uploading large video files #87

ycao56 opened this issue May 25, 2023 · 1 comment

Comments

@ycao56
Copy link

ycao56 commented May 25, 2023

I found when using CLI to upload large video files it fails. Tried a few video files with 700mb, 1gb.

  {
    file: '/import/2017-12-20 14.09.19.MOV',
    reason: Error: error request aborted
        at createError (/usr/src/app/node_modules/axios/lib/core/createError.js:16:15)
        at IncomingMessage.handlerStreamAborted (/usr/src/app/node_modules/axios/lib/adapters/http.js:301:18)
        at IncomingMessage.emit (node:events:527:28)
        at IncomingMessage._destroy (node:_http_incoming:179:10)
        at _destroy (node:internal/streams/destroy:102:25)
        at IncomingMessage.destroy (node:internal/streams/destroy:64:5)
        at Socket.socketCloseListener (node:_http_client:414:11)
        at Socket.emit (node:events:539:35)
        at TCP.<anonymous> (node:net:709:12) {
      config: [Object],
      code: 'ERR_REQUEST_ABORTED',
      request: [ClientRequest],
      response: undefined,
      isAxiosError: true,
      toJSON: [Function: toJSON]
    },
    response: undefined
  }

no problem uploading same large files through web interface

@wiseindy
Copy link

Yeah I'm having the same issue as you - #86. It succeeds for me occasionally, but the larger the file, the higher the chance it is going to fail.

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

2 participants