question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Uncaught ReferenceError: reentry is not defined

See original GitHub issue

[Enter steps to reproduce:]

Atom: 1.22.1 x64 Electron: 1.6.15 OS: Microsoft Windows 8.1 Single Language Thrown From: Remote-FTP package 2.1.1

Stack Trace

Uncaught ReferenceError: reentry is not defined

At C:\Users\Jaycel Cunanan\.atom\packages\Remote-FTP\node_modules\@icetee\ftp\lib\connection.js:937

ReferenceError: reentry is not defined
    at /packages/Remote-FTP/node_modules/@icetee/ftp/lib/connection.js:937:18
    at /packages/Remote-FTP/node_modules/@icetee/ftp/lib/connection.js:996:7)
    at Object.onceWrapper (events.js:290:19)
    at emitOne (events.js:96:13)
    at Socket.emit (events.js:188:7)
    at TCP._handle.close [as _onclose] (net.js:501:12)

Commands

     -0:50.1.0 tree-view:remove (span.name.icon.icon-file-text)
     -0:42.3.0 remote-ftp:create-ftp-config (div.tool-panel.tree-view)
  3x -0:24.8.0 core:paste (input.hidden-input)
     -0:16.9.0 core:save (input.hidden-input)
     -0:13.5.0 remote-ftp:connect (ul.list-inline.tab-bar.inset-panel)

Non-Core Packages

Remote-FTP 2.1.1 

Issue Analytics

  • State:open
  • Created 6 years ago
  • Comments:24 (2 by maintainers)

github_iconTop GitHub Comments

14reactions
wolfkangcommented, Mar 25, 2019

Hi, I modified line 907 in the connection.js file.

C:\Users\ [User Home] \.atom\packages\remote-ftp\node_modules@icetee\ftp\lib\connection.js

Before this._send(pasvCmd, function (err, text) {

After this._send(pasvCmd, function reentry(err, text) {

Good luck 😃

4reactions
Haylin-chamacommented, May 16, 2018

Same issue with a specific IP. Amazon server.

Read more comments on GitHub >

github_iconTop Results From Across the Web

ReferenceError: reentry is not defined(ftp-deploy)
使用ftp-deploy上传到tfs上报错问题解决修改connection.js文件,CodeAntenna技术文章技术问题代码片段及聚合.
Read more >
Uncaught ReferenceError: $ is not defined at http://localhost ...
Your problem is look like your Jquery is not imported. Maybe your path is incorrect or you imported it after your script.
Read more >
Uncaught ReferenceError: entry is not defined - WordPress.org
Hi, I have a problem with your plugin, search console reports this to me: Uncaught ReferenceError: entry is not defined at lazyload.min.js? ver...
Read more >
Error handling with promises
Or, maybe, everything is all right with the site, but the response is not ... no such function }).catch(alert); // ReferenceError: blabla is...
Read more >
demo:18 uncaught referenceerror: $ is not defined at demo:18:1
You should put the references to the jquery scripts first. <script language="JavaScript" type= ...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found