Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[iam] Exception: Can't find [Xxxx@xxx.com](mailto:Xxxx@xxx.com) in the data #2323

Closed
suhaibmujahid opened this issue Jan 12, 2024 · 1 comment · Fixed by #2324
Closed

[iam] Exception: Can't find [Xxxx@xxx.com](mailto:Xxxx@xxx.com) in the data #2323

suhaibmujahid opened this issue Jan 12, 2024 · 1 comment · Fixed by #2324
Assignees
Labels

Comments

@suhaibmujahid
Copy link
Member

2024-01-12 08:05:51,779 - ERROR - Tool iam
Traceback (most recent call last):
  File "/home/rm_bot/bugbot/bugbot/iam.py", line 289, in <module>
    get_phonebook_dump(output_dir=args.output)
  File "/home/rm_bot/bugbot/bugbot/iam.py", line 204, in get_phonebook_dump
    update_bugzilla_emails(new_data)
  File "/home/rm_bot/bugbot/bugbot/iam.py", line 268, in update_bugzilla_emails
    ).wait()
  File "/home/rm_bot/bugbot/venv/lib/python3.10/site-packages/libmozdata/connection.py", line 135, in wait
    r.result()
  File "/usr/local/lib/python3.10/concurrent/futures/_base.py", line 458, in result
    return self.__get_result()
  File "/usr/local/lib/python3.10/concurrent/futures/_base.py", line 403, in __get_result
    raise self._exception
  File "/usr/local/lib/python3.10/concurrent/futures/thread.py", line 58, in run
    result = self.fn(*self.args, **self.kwargs)
  File "/home/rm_bot/bugbot/venv/lib/python3.10/site-packages/requests/sessions.py", line 589, in request
    resp = self.send(prep, **send_kwargs)
  File "/home/rm_bot/bugbot/venv/lib/python3.10/site-packages/requests/sessions.py", line 710, in send
    r = dispatch_hook("response", hooks, r, **kwargs)
  File "/home/rm_bot/bugbot/venv/lib/python3.10/site-packages/requests/hooks.py", line 30, in dispatch_hook
    _hook_data = hook(hook_data, **kwargs)
  File "/home/rm_bot/bugbot/venv/lib/python3.10/site-packages/libmozdata/connection.py", line 122, in cb
    query.handler(response)
  File "/home/rm_bot/bugbot/venv/lib/python3.10/site-packages/libmozdata/bugzilla.py", line 899, in __users_cb
    self.user_handler.handle(user)
  File "/home/rm_bot/bugbot/venv/lib/python3.10/site-packages/libmozdata/handler.py", line 15, in handle
    self.handler(*args)
  File "/home/rm_bot/bugbot/bugbot/iam.py", line 239, in handler
    raise Exception(f"Can't find {bz_user['name']} in the data")
Exception: Can't find [Xxxx@xxx.com](mailto:Xxxx@xxx.com) in the data
@suhaibmujahid suhaibmujahid self-assigned this Jan 12, 2024
@suhaibmujahid suhaibmujahid changed the title Exception: Can't find [Xxxx@xxx.com](mailto:Xxxx@xxx.com) in the data [iam] Exception: Can't find [Xxxx@xxx.com](mailto:Xxxx@xxx.com) in the data Jan 12, 2024
@suhaibmujahid
Copy link
Member Author

This bug is causing a problem in finding the correct Bugzilla email for one of the triage owners:

2024-01-12 12:00:24,087 - ERROR - Cannot update the triage owner for 'Core::DOM: Networking' to be 'xxxx@xxxx.xxx': 400 Client Error: Bad Request for url: https://bugzilla.mozilla.org/rest/component?product=Core&component=DOM%3A+Networking
Traceback (most recent call last):
  File "/home/rm_bot/bugbot/bugbot/rules/triage_owner_rotations.py", line 61, in _update_triage_owners
    self._put_new_triage_owner(new_triager)
  File "/home/rm_bot/bugbot/venv/lib/python3.10/site-packages/tenacity/__init__.py", line 289, in wrapped_f
    return self(f, *args, **kw)
  File "/home/rm_bot/bugbot/venv/lib/python3.10/site-packages/tenacity/__init__.py", line 379, in __call__
    do = self.iter(retry_state=retry_state)
  File "/home/rm_bot/bugbot/venv/lib/python3.10/site-packages/tenacity/__init__.py", line 314, in iter
    return fut.result()
  File "/usr/local/lib/python3.10/concurrent/futures/_base.py", line 451, in result
    return self.__get_result()
  File "/usr/local/lib/python3.10/concurrent/futures/_base.py", line 403, in __get_result
    raise self._exception
  File "/home/rm_bot/bugbot/venv/lib/python3.10/site-packages/tenacity/__init__.py", line 382, in __call__
    result = fn(*args, **kwargs)
  File "/home/rm_bot/bugbot/bugbot/rules/triage_owner_rotations.py", line 83, in _put_new_triage_owner
    ).put(change)
  File "/home/rm_bot/bugbot/venv/lib/python3.10/site-packages/libmozdata/bugzilla.py", line 1110, in put
    response.raise_for_status()
  File "/home/rm_bot/bugbot/venv/lib/python3.10/site-packages/requests/models.py", line 1021, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 400 Client Error: Bad Request for url: https://bugzilla.mozilla.org/rest/component?product=Core&component=DOM%3A+Networking
2024-01-12 12:00:24,382 - ERROR - Cannot update the triage owner for 'Core::Networking' to be 'xxxx@xxxx.xxx': 400 Client Error: Bad Request for url: https://bugzilla.mozilla.org/rest/component?product=Core&component=Networking
Traceback (most recent call last):
  File "/home/rm_bot/bugbot/bugbot/rules/triage_owner_rotations.py", line 61, in _update_triage_owners
    self._put_new_triage_owner(new_triager)
  File "/home/rm_bot/bugbot/venv/lib/python3.10/site-packages/tenacity/__init__.py", line 289, in wrapped_f
    return self(f, *args, **kw)
  File "/home/rm_bot/bugbot/venv/lib/python3.10/site-packages/tenacity/__init__.py", line 379, in __call__
    do = self.iter(retry_state=retry_state)
  File "/home/rm_bot/bugbot/venv/lib/python3.10/site-packages/tenacity/__init__.py", line 314, in iter
    return fut.result()
  File "/usr/local/lib/python3.10/concurrent/futures/_base.py", line 451, in result
    return self.__get_result()
  File "/usr/local/lib/python3.10/concurrent/futures/_base.py", line 403, in __get_result
    raise self._exception
  File "/home/rm_bot/bugbot/venv/lib/python3.10/site-packages/tenacity/__init__.py", line 382, in __call__
    result = fn(*args, **kwargs)
  File "/home/rm_bot/bugbot/bugbot/rules/triage_owner_rotations.py", line 83, in _put_new_triage_owner
    ).put(change)
  File "/home/rm_bot/bugbot/venv/lib/python3.10/site-packages/libmozdata/bugzilla.py", line 1110, in put
    response.raise_for_status()
  File "/home/rm_bot/bugbot/venv/lib/python3.10/site-packages/requests/models.py", line 1021, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 400 Client Error: Bad Request for url: https://bugzilla.mozilla.org/rest/component?product=Core&component=Networking
2024-01-12 12:00:24,640 - ERROR - Cannot update the triage owner for 'Core::Networking: Cache' to be 'xxxx@xxxx.xxx': 400 Client Error: Bad Request for url: https://bugzilla.mozilla.org/rest/component?product=Core&component=Networking%3A+Cache
Traceback (most recent call last):
  File "/home/rm_bot/bugbot/bugbot/rules/triage_owner_rotations.py", line 61, in _update_triage_owners
    self._put_new_triage_owner(new_triager)
  File "/home/rm_bot/bugbot/venv/lib/python3.10/site-packages/tenacity/__init__.py", line 289, in wrapped_f
    return self(f, *args, **kw)
  File "/home/rm_bot/bugbot/venv/lib/python3.10/site-packages/tenacity/__init__.py", line 379, in __call__
    do = self.iter(retry_state=retry_state)
  File "/home/rm_bot/bugbot/venv/lib/python3.10/site-packages/tenacity/__init__.py", line 314, in iter
    return fut.result()
  File "/usr/local/lib/python3.10/concurrent/futures/_base.py", line 451, in result
    return self.__get_result()
  File "/usr/local/lib/python3.10/concurrent/futures/_base.py", line 403, in __get_result
    raise self._exception
  File "/home/rm_bot/bugbot/venv/lib/python3.10/site-packages/tenacity/__init__.py", line 382, in __call__
    result = fn(*args, **kwargs)
  File "/home/rm_bot/bugbot/bugbot/rules/triage_owner_rotations.py", line 83, in _put_new_triage_owner
    ).put(change)
  File "/home/rm_bot/bugbot/venv/lib/python3.10/site-packages/libmozdata/bugzilla.py", line 1110, in put
    response.raise_for_status()
  File "/home/rm_bot/bugbot/venv/lib/python3.10/site-packages/requests/models.py", line 1021, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 400 Client Error: Bad Request for url: https://bugzilla.mozilla.org/rest/component?product=Core&component=Networking%3A+Cache
2024-01-12 12:00:24,851 - ERROR - Cannot update the triage owner for 'Core::Networking: Cookies' to be 'xxxx@xxxx.xxx': 400 Client Error: Bad Request for url: https://bugzilla.mozilla.org/rest/component?product=Core&component=Networking%3A+Cookies
Traceback (most recent call last):
  File "/home/rm_bot/bugbot/bugbot/rules/triage_owner_rotations.py", line 61, in _update_triage_owners
    self._put_new_triage_owner(new_triager)
  File "/home/rm_bot/bugbot/venv/lib/python3.10/site-packages/tenacity/__init__.py", line 289, in wrapped_f
    return self(f, *args, **kw)
  File "/home/rm_bot/bugbot/venv/lib/python3.10/site-packages/tenacity/__init__.py", line 379, in __call__
    do = self.iter(retry_state=retry_state)
  File "/home/rm_bot/bugbot/venv/lib/python3.10/site-packages/tenacity/__init__.py", line 314, in iter
    return fut.result()
  File "/usr/local/lib/python3.10/concurrent/futures/_base.py", line 451, in result
    return self.__get_result()
  File "/usr/local/lib/python3.10/concurrent/futures/_base.py", line 403, in __get_result
    raise self._exception
  File "/home/rm_bot/bugbot/venv/lib/python3.10/site-packages/tenacity/__init__.py", line 382, in __call__
    result = fn(*args, **kwargs)
  File "/home/rm_bot/bugbot/bugbot/rules/triage_owner_rotations.py", line 83, in _put_new_triage_owner
    ).put(change)
  File "/home/rm_bot/bugbot/venv/lib/python3.10/site-packages/libmozdata/bugzilla.py", line 1110, in put
    response.raise_for_status()
  File "/home/rm_bot/bugbot/venv/lib/python3.10/site-packages/requests/models.py", line 1021, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 400 Client Error: Bad Request for url: https://bugzilla.mozilla.org/rest/component?product=Core&component=Networking%3A+Cookies
2024-01-12 12:00:25,114 - ERROR - Cannot update the triage owner for 'Core::Networking: DNS' to be 'xxxx@xxxx.xxx': 400 Client Error: Bad Request for url: https://bugzilla.mozilla.org/rest/component?product=Core&component=Networking%3A+DNS
Traceback (most recent call last):
  File "/home/rm_bot/bugbot/bugbot/rules/triage_owner_rotations.py", line 61, in _update_triage_owners
    self._put_new_triage_owner(new_triager)
  File "/home/rm_bot/bugbot/venv/lib/python3.10/site-packages/tenacity/__init__.py", line 289, in wrapped_f
    return self(f, *args, **kw)
  File "/home/rm_bot/bugbot/venv/lib/python3.10/site-packages/tenacity/__init__.py", line 379, in __call__
    do = self.iter(retry_state=retry_state)
  File "/home/rm_bot/bugbot/venv/lib/python3.10/site-packages/tenacity/__init__.py", line 314, in iter
    return fut.result()
  File "/usr/local/lib/python3.10/concurrent/futures/_base.py", line 451, in result
    return self.__get_result()
  File "/usr/local/lib/python3.10/concurrent/futures/_base.py", line 403, in __get_result
    raise self._exception
  File "/home/rm_bot/bugbot/venv/lib/python3.10/site-packages/tenacity/__init__.py", line 382, in __call__
    result = fn(*args, **kwargs)
  File "/home/rm_bot/bugbot/bugbot/rules/triage_owner_rotations.py", line 83, in _put_new_triage_owner
    ).put(change)
  File "/home/rm_bot/bugbot/venv/lib/python3.10/site-packages/libmozdata/bugzilla.py", line 1110, in put
    response.raise_for_status()
  File "/home/rm_bot/bugbot/venv/lib/python3.10/site-packages/requests/models.py", line 1021, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 400 Client Error: Bad Request for url: https://bugzilla.mozilla.org/rest/component?product=Core&component=Networking%3A+DNS
2024-01-12 12:00:25,357 - ERROR - Cannot update the triage owner for 'Core::Networking: Domain Lists' to be 'xxxx@xxxx.xxx': 400 Client Error: Bad Request for url: https://bugzilla.mozilla.org/rest/component?product=Core&component=Networking%3A+Domain+Lists
Traceback (most recent call last):
  File "/home/rm_bot/bugbot/bugbot/rules/triage_owner_rotations.py", line 61, in _update_triage_owners
    self._put_new_triage_owner(new_triager)
  File "/home/rm_bot/bugbot/venv/lib/python3.10/site-packages/tenacity/__init__.py", line 289, in wrapped_f
    return self(f, *args, **kw)
  File "/home/rm_bot/bugbot/venv/lib/python3.10/site-packages/tenacity/__init__.py", line 379, in __call__
    do = self.iter(retry_state=retry_state)
  File "/home/rm_bot/bugbot/venv/lib/python3.10/site-packages/tenacity/__init__.py", line 314, in iter
    return fut.result()
  File "/usr/local/lib/python3.10/concurrent/futures/_base.py", line 451, in result
    return self.__get_result()
  File "/usr/local/lib/python3.10/concurrent/futures/_base.py", line 403, in __get_result
    raise self._exception
  File "/home/rm_bot/bugbot/venv/lib/python3.10/site-packages/tenacity/__init__.py", line 382, in __call__
    result = fn(*args, **kwargs)
  File "/home/rm_bot/bugbot/bugbot/rules/triage_owner_rotations.py", line 83, in _put_new_triage_owner
    ).put(change)
  File "/home/rm_bot/bugbot/venv/lib/python3.10/site-packages/libmozdata/bugzilla.py", line 1110, in put
    response.raise_for_status()
  File "/home/rm_bot/bugbot/venv/lib/python3.10/site-packages/requests/models.py", line 1021, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 400 Client Error: Bad Request for url: https://bugzilla.mozilla.org/rest/component?product=Core&component=Networking%3A+Domain+Lists
2024-01-12 12:00:25,589 - ERROR - Cannot update the triage owner for 'Core::Networking: File' to be 'xxxx@xxxx.xxx': 400 Client Error: Bad Request for url: https://bugzilla.mozilla.org/rest/component?product=Core&component=Networking%3A+File
Traceback (most recent call last):
  File "/home/rm_bot/bugbot/bugbot/rules/triage_owner_rotations.py", line 61, in _update_triage_owners
    self._put_new_triage_owner(new_triager)
  File "/home/rm_bot/bugbot/venv/lib/python3.10/site-packages/tenacity/__init__.py", line 289, in wrapped_f
    return self(f, *args, **kw)
  File "/home/rm_bot/bugbot/venv/lib/python3.10/site-packages/tenacity/__init__.py", line 379, in __call__
    do = self.iter(retry_state=retry_state)
  File "/home/rm_bot/bugbot/venv/lib/python3.10/site-packages/tenacity/__init__.py", line 314, in iter
    return fut.result()
  File "/usr/local/lib/python3.10/concurrent/futures/_base.py", line 451, in result
    return self.__get_result()
  File "/usr/local/lib/python3.10/concurrent/futures/_base.py", line 403, in __get_result
    raise self._exception
  File "/home/rm_bot/bugbot/venv/lib/python3.10/site-packages/tenacity/__init__.py", line 382, in __call__
    result = fn(*args, **kwargs)
  File "/home/rm_bot/bugbot/bugbot/rules/triage_owner_rotations.py", line 83, in _put_new_triage_owner
    ).put(change)
  File "/home/rm_bot/bugbot/venv/lib/python3.10/site-packages/libmozdata/bugzilla.py", line 1110, in put
    response.raise_for_status()
  File "/home/rm_bot/bugbot/venv/lib/python3.10/site-packages/requests/models.py", line 1021, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 400 Client Error: Bad Request for url: https://bugzilla.mozilla.org/rest/component?product=Core&component=Networking%3A+File
2024-01-12 12:00:25,806 - ERROR - Cannot update the triage owner for 'Core::Networking: FTP' to be 'xxxx@xxxx.xxx': 400 Client Error: Bad Request for url: https://bugzilla.mozilla.org/rest/component?product=Core&component=Networking%3A+FTP
Traceback (most recent call last):
  File "/home/rm_bot/bugbot/bugbot/rules/triage_owner_rotations.py", line 61, in _update_triage_owners
    self._put_new_triage_owner(new_triager)
  File "/home/rm_bot/bugbot/venv/lib/python3.10/site-packages/tenacity/__init__.py", line 289, in wrapped_f
    return self(f, *args, **kw)
  File "/home/rm_bot/bugbot/venv/lib/python3.10/site-packages/tenacity/__init__.py", line 379, in __call__
    do = self.iter(retry_state=retry_state)
  File "/home/rm_bot/bugbot/venv/lib/python3.10/site-packages/tenacity/__init__.py", line 314, in iter
    return fut.result()
  File "/usr/local/lib/python3.10/concurrent/futures/_base.py", line 451, in result
    return self.__get_result()
  File "/usr/local/lib/python3.10/concurrent/futures/_base.py", line 403, in __get_result
    raise self._exception
  File "/home/rm_bot/bugbot/venv/lib/python3.10/site-packages/tenacity/__init__.py", line 382, in __call__
    result = fn(*args, **kwargs)
  File "/home/rm_bot/bugbot/bugbot/rules/triage_owner_rotations.py", line 83, in _put_new_triage_owner
    ).put(change)
  File "/home/rm_bot/bugbot/venv/lib/python3.10/site-packages/libmozdata/bugzilla.py", line 1110, in put
    response.raise_for_status()
  File "/home/rm_bot/bugbot/venv/lib/python3.10/site-packages/requests/models.py", line 1021, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 400 Client Error: Bad Request for url: https://bugzilla.mozilla.org/rest/component?product=Core&component=Networking%3A+FTP
2024-01-12 12:00:26,040 - ERROR - Cannot update the triage owner for 'Core::Networking: HTTP' to be 'xxxx@xxxx.xxx': 400 Client Error: Bad Request for url: https://bugzilla.mozilla.org/rest/component?product=Core&component=Networking%3A+HTTP
Traceback (most recent call last):
  File "/home/rm_bot/bugbot/bugbot/rules/triage_owner_rotations.py", line 61, in _update_triage_owners
    self._put_new_triage_owner(new_triager)
  File "/home/rm_bot/bugbot/venv/lib/python3.10/site-packages/tenacity/__init__.py", line 289, in wrapped_f
    return self(f, *args, **kw)
  File "/home/rm_bot/bugbot/venv/lib/python3.10/site-packages/tenacity/__init__.py", line 379, in __call__
    do = self.iter(retry_state=retry_state)
  File "/home/rm_bot/bugbot/venv/lib/python3.10/site-packages/tenacity/__init__.py", line 314, in iter
    return fut.result()
  File "/usr/local/lib/python3.10/concurrent/futures/_base.py", line 451, in result
    return self.__get_result()
  File "/usr/local/lib/python3.10/concurrent/futures/_base.py", line 403, in __get_result
    raise self._exception
  File "/home/rm_bot/bugbot/venv/lib/python3.10/site-packages/tenacity/__init__.py", line 382, in __call__
    result = fn(*args, **kwargs)
  File "/home/rm_bot/bugbot/bugbot/rules/triage_owner_rotations.py", line 83, in _put_new_triage_owner
    ).put(change)
  File "/home/rm_bot/bugbot/venv/lib/python3.10/site-packages/libmozdata/bugzilla.py", line 1110, in put
    response.raise_for_status()
  File "/home/rm_bot/bugbot/venv/lib/python3.10/site-packages/requests/models.py", line 1021, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 400 Client Error: Bad Request for url: https://bugzilla.mozilla.org/rest/component?product=Core&component=Networking%3A+HTTP
2024-01-12 12:00:26,273 - ERROR - Cannot update the triage owner for 'Core::Networking: JAR' to be 'xxxx@xxxx.xxx': 400 Client Error: Bad Request for url: https://bugzilla.mozilla.org/rest/component?product=Core&component=Networking%3A+JAR
Traceback (most recent call last):
  File "/home/rm_bot/bugbot/bugbot/rules/triage_owner_rotations.py", line 61, in _update_triage_owners
    self._put_new_triage_owner(new_triager)
  File "/home/rm_bot/bugbot/venv/lib/python3.10/site-packages/tenacity/__init__.py", line 289, in wrapped_f
    return self(f, *args, **kw)
  File "/home/rm_bot/bugbot/venv/lib/python3.10/site-packages/tenacity/__init__.py", line 379, in __call__
    do = self.iter(retry_state=retry_state)
  File "/home/rm_bot/bugbot/venv/lib/python3.10/site-packages/tenacity/__init__.py", line 314, in iter
    return fut.result()
  File "/usr/local/lib/python3.10/concurrent/futures/_base.py", line 451, in result
    return self.__get_result()
  File "/usr/local/lib/python3.10/concurrent/futures/_base.py", line 403, in __get_result
    raise self._exception
  File "/home/rm_bot/bugbot/venv/lib/python3.10/site-packages/tenacity/__init__.py", line 382, in __call__
    result = fn(*args, **kwargs)
  File "/home/rm_bot/bugbot/bugbot/rules/triage_owner_rotations.py", line 83, in _put_new_triage_owner
    ).put(change)
  File "/home/rm_bot/bugbot/venv/lib/python3.10/site-packages/libmozdata/bugzilla.py", line 1110, in put
    response.raise_for_status()
  File "/home/rm_bot/bugbot/venv/lib/python3.10/site-packages/requests/models.py", line 1021, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 400 Client Error: Bad Request for url: https://bugzilla.mozilla.org/rest/component?product=Core&component=Networking%3A+JAR
2024-01-12 12:00:26,500 - ERROR - Cannot update the triage owner for 'Core::Networking: WebSockets' to be 'xxxx@xxxx.xxx': 400 Client Error: Bad Request for url: https://bugzilla.mozilla.org/rest/component?product=Core&component=Networking%3A+WebSockets
Traceback (most recent call last):
  File "/home/rm_bot/bugbot/bugbot/rules/triage_owner_rotations.py", line 61, in _update_triage_owners
    self._put_new_triage_owner(new_triager)
  File "/home/rm_bot/bugbot/venv/lib/python3.10/site-packages/tenacity/__init__.py", line 289, in wrapped_f
    return self(f, *args, **kw)
  File "/home/rm_bot/bugbot/venv/lib/python3.10/site-packages/tenacity/__init__.py", line 379, in __call__
    do = self.iter(retry_state=retry_state)
  File "/home/rm_bot/bugbot/venv/lib/python3.10/site-packages/tenacity/__init__.py", line 314, in iter
    return fut.result()
  File "/usr/local/lib/python3.10/concurrent/futures/_base.py", line 451, in result
    return self.__get_result()
  File "/usr/local/lib/python3.10/concurrent/futures/_base.py", line 403, in __get_result
    raise self._exception
  File "/home/rm_bot/bugbot/venv/lib/python3.10/site-packages/tenacity/__init__.py", line 382, in __call__
    result = fn(*args, **kwargs)
  File "/home/rm_bot/bugbot/bugbot/rules/triage_owner_rotations.py", line 83, in _put_new_triage_owner
    ).put(change)
  File "/home/rm_bot/bugbot/venv/lib/python3.10/site-packages/libmozdata/bugzilla.py", line 1110, in put
    response.raise_for_status()
  File "/home/rm_bot/bugbot/venv/lib/python3.10/site-packages/requests/models.py", line 1021, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 400 Client Error: Bad Request for url: https://bugzilla.mozilla.org/rest/component?product=Core&component=Networking%3A+WebSockets

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant