matrix-org / matrix-org/Matrix-NEB

Install failed

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

Nobody has claimed this yet.

Dominant language
Python
Stars
50
Forks
31
PR merge metrics
No merged PRs in 30d

Description

First run
python setup.py install

Then run
python neb.py -c neb.config

inputed URL ID and token Got:

Traceback (most recent call last):
File "neb.py", line 132, in
config = generate_config(hsurl, username, token, args.config)
File "neb.py", line 32, in generate_config
admins=[]
TypeError: __init__() takes exactly 6 arguments (5 given)

As the generate_config fails, could you please provide a simple configure file that I can edit manually.

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 `python neb.py -c neb.config` after `python setup.py install`, then inspect `neb.py` at `generate_config` (line 32) and its call at line 132. Confirm the constructor failure and determine the configuration format needed for a manually editable file. Done means the command completes without this TypeError and the requested configuration path is available.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
cli
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.