This repository was archived by the owner on Feb 12, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Error: "Failed to add a file, if you see this please report a bug", when passing an undefined parameter to ipfs.add() #3788
Labels
need/triage
Needs initial labeling and prioritization
Comments
Thank you for submitting your first issue to this repository! A maintainer will be here shortly to triage and review.
Finally, remember to use https://discuss.ipfs.io if you just need general support. |
achingbrain
added a commit
that referenced
this issue
Aug 17, 2021
Throws an error with a more descriptive error message. The error messages over http are not descriptive due to node-fetch/node-fetch#753 Fixes #3788
achingbrain
added a commit
that referenced
this issue
Aug 17, 2021
Throws an error with a more descriptive error message. The error messages over http are not descriptive due to node-fetch/node-fetch#753 Fixes #3788
achingbrain
added a commit
that referenced
this issue
Aug 17, 2021
Throws an error with a more descriptive error message. The error messages over http are not descriptive due to node-fetch/node-fetch#753 Fixes #3788
Thank you @achingbrain! |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Version:
0.55.4
Platform:
MacOS: Darwin Christoss-MBP 20.6.0 Darwin Kernel Version 20.6.0: Wed Jun 23 00:26:31 PDT 2021; root:xnu-7195.141.2~5/RELEASE_X86_64 x86_64
NodeJS Version: v14.15.4
Subsystem:
ipfs-core
Severity:
Medium - A non-essential functionality does not work, performance issues, etc.
Description:
undefined
variable to my js-ipfs node by using theadd
methodSteps to reproduce the error:
As I see by the code here, the possibility of an
undefined
variable passed intoaddAll()
was not expectedThe text was updated successfully, but these errors were encountered: