Skip to content
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

nexrender ftp upload fails on windows #555

Closed
benjioh5 opened this issue Jan 31, 2021 · 3 comments
Closed

nexrender ftp upload fails on windows #555

benjioh5 opened this issue Jan 31, 2021 · 3 comments
Labels

Comments

@benjioh5
Copy link
Contributor

Describe the bug

events.js:292
      throw er; // Unhandled 'error' event
      ^

Error: Please login with USER and PASS.
    at makeError (D:\nexrender\node_modules\ftp\lib\connection.js:1067:13)
    at Parser.<anonymous> (D:\nexrender\node_modules\ftp\lib\connection.js:113:25)
    at Parser.emit (events.js:315:20)
    at Parser._write (D:\nexrender\node_modules\ftp\lib\parser.js:59:10)
    at writeOrBuffer (internal/streams/writable.js:358:12)
    at Parser.Writable.write (internal/streams/writable.js:303:10)
    at Socket.ondata (D:\nexrender\node_modules\ftp\lib\connection.js:273:20)
    at Socket.emit (events.js:315:20)
    at addChunk (internal/streams/readable.js:309:12)
    at readableAddChunk (internal/streams/readable.js:284:9)
Emitted 'error' event on  instance at:
    at Object.reentry [as cb] (D:\nexrender\node_modules\ftp\lib\connection.js:192:14)
    at Parser.<anonymous> (D:\nexrender\node_modules\ftp\lib\connection.js:113:22)
    at Parser.emit (events.js:315:20)
    [... lines matching original stack trace ...]
    at readableAddChunk (internal/streams/readable.js:284:9) {
  code: 530
}

Information about environment

  • Which version of nexrender are you using?
  • What kind of the setup do you have? (server+worker or cli)
  • Are you using pre-built binaries or globally installed npm packages?
  • Which kind (and version) of operating system you are running it in?
  • Any additional information that might be helpful

Expected behavior
A clear and concise description of what you expected to happen.

Screenshots
If applicable, add screenshots to help explain your problem.

@benjioh5
Copy link
Contributor Author

I Think this is associated with this issue mscdex/node-ftp#270

@inlife
Copy link
Owner

inlife commented Feb 8, 2021

Added a commit that should fix that: 712697b
Thanks for finding out the related issue @benjioh5

@benjioh5
Copy link
Contributor Author

benjioh5 commented Feb 9, 2021

Thx!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants