MozillaSecurity / MozillaSecurity/bugmon

Message: User [:user] <user@mozilla.com> is not currently accepting "needinfo" requests. Code: 32000

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

Nobody has claimed this yet.

Dominant language
Python
Stars
11
Forks
2
Avg merge
2h 8m
Merged PRs (30d)
1

Description

INFO:bugmon_tc.common:Fetching artifact: xxxxxxxxxxxxxxxxxxxxxx project/fuzzing/bugmon/processor-result-123456-xxxxxxxxxx-xxxxxxxxxxx.json
Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "/home/worker/bugmon-tc/src/bugmon_tc/report/cli.py", line 122, in main
    update_bug(bug_data, bz_creds)
  File "/home/worker/bugmon-tc/src/bugmon_tc/report/cli.py", line 40, in update_bug
    bugsy.request(f"bug/{bug_data['bug_number']}", "PUT", json=bug_data["diff"])
  File "/home/worker/.cache/pypoetry/virtualenvs/bugmon-tc-SPUUklYP-py3.10/lib/python3.10/site-packages/bugsy/bugsy.py", line 200, in request
    return self._handle_errors(self.session.request(method, url, **kwargs))
  File "/home/worker/.cache/pypoetry/virtualenvs/bugmon-tc-SPUUklYP-py3.10/lib/python3.10/site-packages/bugsy/bugsy.py", line 214, in _handle_errors
    raise BugsyException(result["message"], result.get("code"))
bugsy.errors.BugsyException: Message: User [:user] <user@mozilla.com> is not currently accepting "needinfo" requests. Code: 32000

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 at bugmon_tc/report/cli.py:update_bug and inspect the bugsy PUT request that raises this exception. Reproduce the report path with the shown Bugzilla response and determine the expected handling for a user who is not accepting needinfo requests; done when this failure is handled according to the project's expectations.

Written by the indexing model from the issue text.

Assessment

Tech stack
python
Domain
tooling
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
30/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.