-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
ipfs shutdown errors out on Windows #4078
Labels
help wanted
Seeking public contribution on this issue
kind/bug
A bug in existing code (including security flaws)
topic/test failure
Topic test failure
topic/windows
Windows specific
Milestone
Comments
On linux it also sometimes doesn't work. What we probably have to do is shutdown with some delay, at least after the API socket is closed. |
I'm get an ECONNRESET when calling |
alanshaw
added a commit
to ipfs-inactive/js-ipfs-http-client
that referenced
this issue
Jul 4, 2018
The offline tests create and stop a node. ipfs/kubo#4078 seems to not only be restricted to windows. License: MIT Signed-off-by: Alan Shaw <[email protected]>
daviddias
pushed a commit
to ipfs-inactive/js-ipfs-http-client
that referenced
this issue
Jul 4, 2018
* feat: uses modular interface tests Reduces code repetition, allows test skipping and running only some tests. License: MIT Signed-off-by: Alan Shaw <[email protected]> * feat: skip unimplemented files tests and add ls* tests License: MIT Signed-off-by: Alan Shaw <[email protected]> * fix: adds skips for #339 License: MIT Signed-off-by: Alan Shaw <[email protected]> * fix: adds skips for key and miscellaneous License: MIT Signed-off-by: Alan Shaw <[email protected]> * feat: add types and util tests (skipped as currently failing) License: MIT Signed-off-by: Alan Shaw <[email protected]> * feat: add pin tests License: MIT Signed-off-by: Alan Shaw <[email protected]> * fix(pubsub): adds skips for tests on windows License: MIT Signed-off-by: Alan Shaw <[email protected]> * fix(config): adds skip for config.replace License: MIT Signed-off-by: Alan Shaw <[email protected]> * chore: re-adds bitswap tests License: MIT Signed-off-by: Alan Shaw <[email protected]> * chore: move detect-node back to dependencies License: MIT Signed-off-by: Alan Shaw <[email protected]> * chore: add skip reasons License: MIT Signed-off-by: Alan Shaw <[email protected]> * chore: update interface-ipfs-core dependency License: MIT Signed-off-by: Alan Shaw <[email protected]> * chore: add reason for pubsub in browser skips License: MIT Signed-off-by: Alan Shaw <[email protected]> * chore: add bitswap skips for offline errors License: MIT Signed-off-by: Alan Shaw <[email protected]> * fix: remove skip for test that was removed License: MIT Signed-off-by: Alan Shaw <[email protected]> * chore: update interface-ipfs-core version License: MIT Signed-off-by: Alan Shaw <[email protected]> * chore: update deps and test on CI (#802) * chore: update interface-ipfs-core * fix(dag): `dag.put()` allows for optional options (#801) * fix(dag): ensure `dag.put()` allows for optional options This is to align with API changes made in ipfs-inactive/interface-js-ipfs-core@011c417 and ipfs/js-ipfs#1415 License: MIT Signed-off-by: Pascal Precht <[email protected]> * fix(dag): fixes to allow options to be optional License: MIT Signed-off-by: Alan Shaw <[email protected]> * chore: update interface-ipfs-core dependency License: MIT Signed-off-by: Alan Shaw <[email protected]> * chore: update ipfsd-ctl dependency License: MIT Signed-off-by: Alan Shaw <[email protected]> * fix: increase timeout for addFromURL with wrap-with-directory Sadly we can't guarantee ipfs.io will respond within 5s License: MIT Signed-off-by: Alan Shaw <[email protected]> * fix: skip bitswap offline tests on all platforms The offline tests create and stop a node. ipfs/kubo#4078 seems to not only be restricted to windows. License: MIT Signed-off-by: Alan Shaw <[email protected]>
danieldaf
pushed a commit
to danieldaf/js-ipfs-api
that referenced
this issue
Jul 21, 2018
* feat: uses modular interface tests Reduces code repetition, allows test skipping and running only some tests. License: MIT Signed-off-by: Alan Shaw <[email protected]> * feat: skip unimplemented files tests and add ls* tests License: MIT Signed-off-by: Alan Shaw <[email protected]> * fix: adds skips for ipfs-inactive#339 License: MIT Signed-off-by: Alan Shaw <[email protected]> * fix: adds skips for key and miscellaneous License: MIT Signed-off-by: Alan Shaw <[email protected]> * feat: add types and util tests (skipped as currently failing) License: MIT Signed-off-by: Alan Shaw <[email protected]> * feat: add pin tests License: MIT Signed-off-by: Alan Shaw <[email protected]> * fix(pubsub): adds skips for tests on windows License: MIT Signed-off-by: Alan Shaw <[email protected]> * fix(config): adds skip for config.replace License: MIT Signed-off-by: Alan Shaw <[email protected]> * chore: re-adds bitswap tests License: MIT Signed-off-by: Alan Shaw <[email protected]> * chore: move detect-node back to dependencies License: MIT Signed-off-by: Alan Shaw <[email protected]> * chore: add skip reasons License: MIT Signed-off-by: Alan Shaw <[email protected]> * chore: update interface-ipfs-core dependency License: MIT Signed-off-by: Alan Shaw <[email protected]> * chore: add reason for pubsub in browser skips License: MIT Signed-off-by: Alan Shaw <[email protected]> * chore: add bitswap skips for offline errors License: MIT Signed-off-by: Alan Shaw <[email protected]> * fix: remove skip for test that was removed License: MIT Signed-off-by: Alan Shaw <[email protected]> * chore: update interface-ipfs-core version License: MIT Signed-off-by: Alan Shaw <[email protected]> * chore: update deps and test on CI (ipfs-inactive#802) * chore: update interface-ipfs-core * fix(dag): `dag.put()` allows for optional options (ipfs-inactive#801) * fix(dag): ensure `dag.put()` allows for optional options This is to align with API changes made in ipfs-inactive/interface-js-ipfs-core@011c417 and ipfs/js-ipfs#1415 License: MIT Signed-off-by: Pascal Precht <[email protected]> * fix(dag): fixes to allow options to be optional License: MIT Signed-off-by: Alan Shaw <[email protected]> * chore: update interface-ipfs-core dependency License: MIT Signed-off-by: Alan Shaw <[email protected]> * chore: update ipfsd-ctl dependency License: MIT Signed-off-by: Alan Shaw <[email protected]> * fix: increase timeout for addFromURL with wrap-with-directory Sadly we can't guarantee ipfs.io will respond within 5s License: MIT Signed-off-by: Alan Shaw <[email protected]> * fix: skip bitswap offline tests on all platforms The offline tests create and stop a node. ipfs/kubo#4078 seems to not only be restricted to windows. License: MIT Signed-off-by: Alan Shaw <[email protected]>
Stebalien
added a commit
that referenced
this issue
Jul 30, 2018
see: #4078 (comment) License: MIT Signed-off-by: Steven Allen <[email protected]>
Duplicate: #4055 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
help wanted
Seeking public contribution on this issue
kind/bug
A bug in existing code (including security flaws)
topic/test failure
Topic test failure
topic/windows
Windows specific
Version information:
Type: Bug
Severity: Medium
Description:
On my windows machine when I'm calling
shutdown
command I always get this Error:"Command failed: "go-ipfs\ipfs.exe" shutdown\nError: Post http://127.0.0.1:5001/api/v0/shutdown?encoding=json&stream-channels=true: read tcp 127.0.0.1:51873->127.0.0.1:5001: wsarecv: An existing connection was forcibly closed by the remote host.\n"
.On linux is working as expected.
The text was updated successfully, but these errors were encountered: