I am trying to set up Anarki clone on linux machine. ( git pull on date 7 april 2014) I was able to make it up and running but when I submit story or try to update profile info it shows following messages and changes get lost. ( it was working on last week's code base) =============================================== Can't coerce #(tagged mac #<procedure: as>) fn context...:
/home/ubuntu/anarki/ac.scm:1008:0: ar-coerce
rem
submit-page
g2401
respond
handle-request-thread
handle-request-thread
Can't coerce nil cons context...:
/home/ubuntu/anarki/ac.scm:1008:0: ar-coerce
zz
parse-cmd
parse-header
zz
handle-request-thread
===============================================Please note : I am not familiar with Arc. Thanks in advance. |