GregoryCannon / GregoryCannon/StackRabbit

Running the program

Open
#4 7 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
C++
Stars
462
Forks
50
PR merge metrics
No merged PRs in 30d

Description

The program compiles and starts fine, but I'm not sure what to do afterwards... Running the stackrabbit.lua file gives me this error: lua: stackrabbit.lua:226: invalid escape sequence near '",|\|'

npm run start

> stackrabbit@1.0.0 start
> node built/src/server/app.js

loading: 37.594ms
loading: 30.735ms
loading: 34.795ms
loading: 30.625ms
loading: 32.999ms
loading: 33.019ms
loading: 28.115ms
Done loading worker threads
Listening on port 3000

Navigating to localhost:3000 gives me this:
Screen Shot 2021-10-27 at 11 34 59

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start by reproducing the reported error at stackrabbit.lua line 226, then compare it with the npm run start entry point, built/src/server/app.js, which listens on port 3000. Check the behavior at localhost:3000 and establish whether the Lua error or the server output prevents the expected program screen from appearing.

Written by the indexing model from the issue text.

Assessment

Tech stack
lua, node.js
Domain
backend, developer-experience
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
32/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.