GithubHelp home page GithubHelp logo

REPL does not start about alive HOT 9 CLOSED

nobody-famous avatar nobody-famous commented on June 20, 2024
REPL does not start

from alive.

Comments (9)

nobody-famous avatar nobody-famous commented on June 20, 2024 1

Well, crap. That means it's connecting but is failing anyway. I'll get a new version up with better debugging.

from alive.

nobody-famous avatar nobody-famous commented on June 20, 2024 1

Dangit, not sure when that broke. It used to work. Quick solution is to open the folder your file is in so that there's a workspace. It used to work without one, but apparently broke somewhere along the way.

from alive.

nobody-famous avatar nobody-famous commented on June 20, 2024

If you use 127.0.0.1 or the machine's ip address does it work?

from alive.

digikar99 avatar digikar99 commented on June 20, 2024

Nope - but if it is failing, I want to expect it'd show up a fail message.

Anything trivial I could do to provide more information?

from alive.

nobody-famous avatar nobody-famous commented on June 20, 2024

Yeah, I should have it display the error. I'll add that.

What's the output of
lsof -i -P -n | grep 4005

from alive.

digikar99 avatar digikar99 commented on June 20, 2024
$ ~ lsof -i -P -n | grep 4005
code       9208 user  126u  IPv4 2087504      0t0  TCP 127.0.0.1:38656->127.0.0.1:4005 (ESTABLISHED)
sbcl       9284 user    7u  IPv4 2095371      0t0  TCP 127.0.0.1:4005 (LISTEN)
sbcl       9284 user    8u  IPv4 2098349      0t0  TCP 127.0.0.1:4005->127.0.0.1:38656 (ESTABLISHED)

However, if I keep pressing enter, there is more listing (it keeps increasing on every 'enter'/retry)

code       9208 user  126u  IPv4 2087504      0t0  TCP 127.0.0.1:38656->127.0.0.1:4005 (ESTABLISHED)
code       9208 user  127u  IPv4 2090476      0t0  TCP 127.0.0.1:38662->127.0.0.1:4005 (ESTABLISHED)
sbcl       9284 user    7u  IPv4 2095371      0t0  TCP 127.0.0.1:4005 (LISTEN)
sbcl       9284 user    8u  IPv4 2098349      0t0  TCP 127.0.0.1:4005->127.0.0.1:38656 (ESTABLISHED)
sbcl       9284 user    9u  IPv4 2098361      0t0  TCP 127.0.0.1:4005->127.0.0.1:38662 (ESTABLISHED)

from alive.

nobody-famous avatar nobody-famous commented on June 20, 2024

The new version is up. I saw a couple things that might've been causing the issue, but we'll see. It'll pop up an error when the connection fails and I added an alive.debug option that will trace the connection to swank.

from alive.

digikar99 avatar digikar99 commented on June 20, 2024

Thanks!

Connect failed: [Error: No REPL document at FileView.<anonymous> (/home/user/.vscode/extensions/rheller.alive-0.1.4/out/src/vscode/repl/FileView.js:49:23) 
at Generator.next (<anonymous>) 
at /home/user/.vscode/extensions/rheller.alive-0.1.4/out/src/vscode/repl/FileView.js:8:71 
at new Promise (<anonymous>) 
at __awaiter (/home/user/.vscode/extensions/rheller.alive-0.1.4/out/src/vscode/repl/FileView.js:4:12) 
at FileView.show (/home/user/.vscode/extensions/rheller.alive-0.1.4/out/src/vscode/repl/FileView.js:47:16) 
at Repl.<anonymous> (/home/user/.vscode/extensions/rheller.alive-0.1.4/out/src/vscode/repl/Repl.js:57:33) 
at Generator.next (<anonymous>) 
at fulfilled (/home/user/.vscode/extensions/rheller.alive-0.1.4/out/src/vscode/repl/Repl.js:5:58) 
at processTicksAndRejections (internal/process/task_queues.js:94:5)]

from alive.

digikar99 avatar digikar99 commented on June 20, 2024

Thanks! Working now

from alive.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.