demo-web-live-reload icon indicating copy to clipboard operation
demo-web-live-reload copied to clipboard

Looks like a cool demo but doesn't run cleanly

Open rwboyer opened this issue 4 years ago • 3 comments

Didn't bother to debug, will if I have time but it 404's on the GET / via port 7890...

127.0.0.1 - [2020-05-18 22:39:11] "GET / HTTP/1.1" 404 291 "-" "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/13.1 Safari/605.1.15"

rwboyer avatar May 19 '20 02:05 rwboyer

Hello, really? I double checked, it's fine here, and I have no pending changes to commit.

$ make run                                                                                                                                   [master] 
rlwrap sbcl --load run.lisp --eval '(in-package :web-live-reload)'
This is SBCL 1.4.5.debian, an implementation of ANSI Common Lisp.
More information about SBCL is available at <http://www.sbcl.org/>.

SBCL is free software, provided as is, with absolutely no warranty.
It is mostly in the public domain; some portions are provided under
BSD-style licenses.  See the CREDITS and COPYING files in the
distribution for more information.
To load "cffi":
  Load 1 ASDF system:
    cffi
; Loading "cffi"
.
WARNING:
   System definition file
   #P"/home/vince/bacasable/lisp-projects/lisp-interactive-web/project.asd"
   contains definition for system "web-live-reload". Please only define
   "project" and secondary systems with a name starting with "project/" (e.g.
   "project/test") in that file.
To load "web-live-reload":
  Load 1 ASDF system:
    web-live-reload
; Loading "web-live-reload"
..................................................
[package web-live-reload].
package: #<PACKAGE "COMMON-LISP-USER">
Starting the web server on port 7890
Ready. You can access the application!
In addition, starting a Swank server on port 4006.
package: #<PACKAGE "WEB-LIVE-RELOAD">
* ;; Swank started at port: 4006.
127.0.0.1 - [2020-05-19 14:37:41] "GET / HTTP/1.1" 200 2511 "-" "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:69.0) Gecko/20100101 Firefox/69.0"

http://localhost:7890/

vindarel avatar May 19 '20 12:05 vindarel

I tried the project and it works well 👍

gingerhot avatar Sep 01 '21 11:09 gingerhot

Cool thanks for the feedback.

vindarel avatar Sep 02 '21 11:09 vindarel