rabbibotton / clog

CLOG - The Common Lisp Omnificent GUI
Other
1.48k stars 101 forks source link

Can't replace CLOG::SET-CONNECTION-DATA-ITEM with NIL because it is undefined #244

Closed kaeland closed 1 year ago

kaeland commented 1 year ago

@rabbibotton Hi Dr. Botton, I'm currently seeing an error when running the (clog-tools:clog-builder) command in the repl. When I run this function I am seeing this:

Screen Shot 2022-11-04 at 9 47 44 PM

Having used slime's v command to locate the line where the exception occurs, I am navigated to line 58 of the clog-system.lisp file:

Screen Shot 2022-11-04 at 9 48 18 PM

I may have located the source of the exception here, but I'm not sure of how to resolve this. Do you have any advice?

Please note, the clog builder does not boot/start on localhost:8080/builder for me. I'm only seeing a blank/white screen. Changing the port has not worked either.

rabbibotton commented 1 year ago

Just to confirm, you are using the lates CLOG from UltraLisp or GIT (and if using GIT also the latest CLOG-Ace and CLOG-Terminal)?

Was it previously running?

Can you run (clog:run-demo 1) does that function as expected?

rabbibotton commented 1 year ago

QuickLisp is now up to date as well. Let me know when can if this solves things.

kaeland commented 1 year ago

@rabbibotton I apologize for the late reply. I've just opened the builder a few minutes ago, and it appears to be working fine. Thank you!