You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
However, srcDataDir and targetDataDir do not seem to be in use. If I comment that part of the code.
I get two types of errors:
1) Test Suite SFTP Server Should connect when given the correct username / password:
Uncaught Error: connect ECONNREFUSED 127.0.0.1:4000
at Object._errnoException (util.js:992:11)
And
9) Test Suite REST API Should return user metadata:
RequestError: Error: connect ECONNREFUSED 127.0.0.1:8000
I've tried running yarn run dev. Three more tests pass, but I'm still getting
4) Test Suite SFTP Server Should allow you to upload files (large):
Uncaught Error: connect ECONNREFUSED 127.0.0.1:4000
at Object._errnoException (util.js:992:11)
at _exceptionWithHostPort (util.js:1014:20)
at TCPConnectWrap.afterConnect [as oncomplete] (net.js:1186:14)
Something else that I'm missing?
Thanks
The text was updated successfully, but these errors were encountered:
Hi!
I'm trying to run the tests. I'm getting several errors.
It comes from this part of the code:
However, srcDataDir and targetDataDir do not seem to be in use. If I comment that part of the code.
I get two types of errors:
And
I've tried running yarn run dev. Three more tests pass, but I'm still getting
Something else that I'm missing?
Thanks
The text was updated successfully, but these errors were encountered: