-
Notifications
You must be signed in to change notification settings - Fork 865
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
Can't upload files in electron app console (webui works fine) #23
Comments
😢 |
The only fs.createReadStream is on this function of the Bundle:
|
In https://github.com/ipfs/webui/blob/master/js/pages/files.jsx#L78 And that is why it evals it to a string and breaks. |
I believe this is fixed for you now |
Needs ipfs/ipfs-webui#75 to be merged and released |
ipfs/ipfs-webui#75 merged. release is trickier-- need to PR against go-ipfs. (we should think about how to do upgrades without requiring compilation. easy options for now:
|
@diasdavid can we close this? |
Getting this error with the new electron versions
Ideas why? |
Not really, I think somewhere where are not cleaning up properly, but I wasn't able to track down where exactly. |
Closing as this should work now, please reopen with details if still an issue |
Throws this error:
The text was updated successfully, but these errors were encountered: