Closed vxe closed 3 months ago
cd ~/quicklisp/local-projects && git clone https://github.com/fukamachi/lack.git && git clone https://github.com/dnaeon/clingon.git
Hey @vxe ,
These dependencies usually come from Quicklisp, so you don't have to manually clone each one.
Make sure that you have Quicklisp installed and it should work just fine.
@dnaeon thanks for the reply, I'm seeing an issue where the swagger-ui js is 404 from browser. The test case I'm using is below
any ideas what might be going on?
Hey there, I'm away from my computer for the next week, so I won't be able to look into this one. Please ping me after a week or so, if you don't hear back from me.
Thanks!
On Sun, Jun 23, 2024, 08:54 vijay edwin @.***> wrote:
@dnaeon https://github.com/dnaeon thanks for the reply, I'm seeing an issue where the swagger-ui js is 404 from browser. The test case I'm using is below image.png (view on web) https://github.com/dnaeon/cl-jingle/assets/4325947/fb5c2c82-0174-48c0-93ae-8639e0e807b3
any ideas what might be going on?
— Reply to this email directly, view it on GitHub https://github.com/dnaeon/cl-jingle/issues/4#issuecomment-2184616679, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAB3JCYXHUP5IZY27W2YH7DZIZPJPAVCNFSM6AAAAABJSMEKNWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDCOBUGYYTMNRXHE . You are receiving this because you were mentioned.Message ID: @.***>
tried the docker demo, seems like giving 403?
this image was built with:
make demo-docker
docker run -p 5000:5000 cl-jingle:latest serve --address 0.0.0.0
Hey @vxe ,
I won't be able to look at this one soon (traveling), but when I find some spare time I'll check it out.
Thanks!
Hey @vxe ,
Just tested out the image produced by the demo-docker
target and it works fine.
Have you made any local changes? I also don't see any 2.4.5 version of the clfoundation/sbcl
image, so I guess you have some local changes in there, or using a custom image?
to rule out problem with my sbcl i did a fresh clean checkout , and still get 403:
https://github.com/dnaeon/cl-jingle/issues/4#issuecomment-2211643500
perhaps a permissions issue? the other endpoints are also 403:
% curl -vvv --get http://localhost:5000/hello
* Trying [::1]:5000...
* Connected to localhost (::1) port 5000
> GET /hello HTTP/1.1
> Host: localhost:5000
> User-Agent: curl/8.4.0
> Accept: */*
>
< HTTP/1.1 403 Forbidden
< Content-Length: 0
< Server: AirTunes/760.20.1
<
* Connection #0 to host localhost left intact
the port does seem to up and running well:
% nc -v localhost 5000
Connection to localhost port 5000 [tcp/commplex-main] succeeded!
% sbcl --version
SBCL 2.2.9
I did a chown -R $USER .
in the root directory and its working, there is a permissions problem in the uploaded files
install procedure