MozillaSecurity / MozillaSecurity/bugmon
Message: User [:user] <user@mozilla.com> is not currently accepting "needinfo" requests. Code: 32000
Open
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
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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