Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Internal Library Error while trying to upload a new file #38

Open
ghost opened this issue Jan 13, 2022 · 1 comment
Open

Internal Library Error while trying to upload a new file #38

ghost opened this issue Jan 13, 2022 · 1 comment

Comments

@ghost
Copy link

ghost commented Jan 13, 2022

I was trying to upload many "objects" to fleek and sometimes I receive this be cause may be request fail.

/Users/ww/git/project-fleek/node_modules/aws-sdk/lib/request.js:31
            throw err;
            ^

Error [TypeError]: Cannot read properties of null (reading 'ETag')
    at Request.<anonymous> (/Users/ww/git/project-fleek/node_modules/@fleekhq/fleek-storage-js/utils/upload-file.js:8:21)
    at Request.callListeners (/Users/ww/git/project-fleek/node_modules/aws-sdk/lib/sequential_executor.js:106:20)
    at Request.emit (/Users/ww/git/project-fleek/node_modules/aws-sdk/lib/sequential_executor.js:78:10)
    at Request.emit (/Users/ww/git/project-fleek/node_modules/aws-sdk/lib/request.js:686:14)
    at Request.transition (/Users/ww/git/project-fleek/node_modules/aws-sdk/lib/request.js:22:10)
    at AcceptorStateMachine.runTo (/Users/ww/git/project-fleek/node_modules/aws-sdk/lib/state_machine.js:14:12)
    at /Users/ww/git/project-fleek/node_modules/aws-sdk/lib/state_machine.js:26:10
    at Request.<anonymous> (/Users/ww/git/project-fleek/node_modules/aws-sdk/lib/request.js:38:9)
    at Request.<anonymous> (/Users/ww/git/project-fleek/node_modules/aws-sdk/lib/request.js:688:12)
    at Request.callListeners (/Users/ww/git/project-fleek/node_modules/aws-sdk/lib/sequential_executor.js:116:18) {
  code: 'TypeError',
  time: 2022-01-12T22:45:58.056Z
}

I don't know really to say. just reporting unexpected error may be

@lubert
Copy link
Contributor

lubert commented Jan 28, 2022

Should be fixed by #37 if it gets merged in

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant