i'm finally turning my shitty imageboard into a superior textboard, but i'm really retarded and can't figure out this issue. i install the MIT Scheme patch, but whenever I run make
it outputs an error 2 towards what i think is the end. i'm not sure if this is because of it (probably) but whenever i try to ./init 8080
this pops up:
;Value: retry-post-form
1 ]=> (listen server (string->number (car (command-line))))
;The object #f, passed as an argument to string-length, is not the correct type.
pls help thank u
i really want to use schemebbs, but i'm also considering using other scripts, but also i feel like that is somehow more trouble. plus i love scheme
Isn't the car of (command-line) the program name? (or in this case, apparently #f)
You need the server port number as a command argument.
Check this thread: https://textboard.org/prog/327
Your issue seems to be this: https://textboard.org/prog/327/4