Arc Forumnew | comments | leaders | submitlogin
2 points by feilaoda 4774 days ago | link | parent

My code download from: https://github.com/nex3/arc , Hacker News code

ctrl+c or (quit)

My steps:

> (load "lib/news.arc")

> (thread (nsv 8000))

then submit a new story, and

> (quit)

and then ./arc.sh

> (load "lib/news.arc")

> (thread (nsv 8000))

When i click my site www.mydomain.com again, there are those errors from the console.



1 point by akkartik 4774 days ago | link

Thanks for those details! I'll try to reproduce and respond back.

Update: reproduced. Debugging..

Update 2: This was a bug in a recent change in mine. I'm working on a fix, but you can in the meantime go back to the state of the repository on Jan 29th:

  $ git checkout e7a95ac658
(You'll need to run this from a clean directory, where you haven't modified any of the files.)

The fix shouldn't be long if you just want to wait. Sorry about this.

Update 3: Ok, it should be fixed now. Do a 'git pull' and try it. And feel free to ping me privately if there's still issues (email in profile). Sorry again.

(http://github.com/nex3/arc/commit/c442ab08c3)

-----

2 points by feilaoda 4773 days ago | link

Thank you very much. It's done.

-----