neume-network / neume-network/core

when defining `extractor` as `extraction` in crawlpath object, process just quits without errors

Open
#97 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
JavaScript
Stars
27
Forks
11
PR merge metrics
No merged PRs in 30d

Description

  • A statement like this will just stop the process after a short while without throwing any noticeable error message
  • we want the program to clearly indicate that something is very wrong
  {
      name: "call-block-logs",
      extraction: {
        args: [],
      },
    }

Contributor guide

Open the contributing guide

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 issue with the provided crawlpath object, changing extractor to extraction as shown. Trace where crawlpath objects are processed and identify why this malformed definition exits without a visible error; done means the same input reports a clear error instead of silently stopping.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript
Domain
backend
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.