Skip to content

Uncaught Error: stream.push() after EOF #1010

@olizilla

Description

@olizilla

Describe the bug
Uploading a file > 1MB fails, with the error:

Uncaught Error: stream.push() after EOF
    at new NodeError (errors-browser.js:30)
    at readableAddChunk (_stream_readable.js:269)
    at PullDuplexStream.push../node_modules/readable-stream/lib/_stream_readable.js.Readable.push (_stream_readable.js:240)
    at next (index.js:55)
    at FileReader.loaded (index.js:22)

I think the size is only relevent in so far as it is large enoug that it needs to be split into chunks. I can't recreate the issue with smaller files.

of note, I do not get this error uploading the same ~1MB flie to the 2.4.4 release that is in the current stable IPFS Dektop 0.7 release.

To Reproduce
Steps to reproduce the behavior:

  1. Using the lastest build on webui.ipfs.io or ee3764d
  2. Upload an ~80MB file
  3. See an error in the logs. the file is not added to the MFS dir.

Expected behavior
File should be added to the dir

Desktop (please complete the following information):

  • OS: macOS
  • Browser FF and Chrome

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions