[user_activity] TypeError: string indices must be integers

Open
#2,995 0 comments 0 reactions 1 assignee View on GitHub

@suhaibmujahid is already working on this.

Since Aug 17, 2026.

Assessment

This issue has not been assessed yet.

Description

Sentry Issue: BUGBOT-ZT

TypeError: string indices must be integers
(10 additional frame(s) were not displayed)
...
  File "bugbot/bzcleaner.py", line 796, in send_email
    email_data = self.get_email_data(date)
  File "bugbot/bzcleaner.py", line 712, in get_email_data
    bugs = self.get_bugs(date=date)
  File "bugbot/rules/needinfo_regression_author.py", line 178, in get_bugs
    bugs = self.filter_bugs(bugs)
  File "bugbot/rules/needinfo_regression_author.py", line 148, in filter_bugs
    users_info = UserActivity(include_fields=["groups", "requests"]).check_users(
  File "bugbot/user_activity.py", line 168, in check_users
    ).wait()

Rule needinfo_regression_author
Dominant language
Python
Stars
68
Forks
92
Avg merge
2d 2h
Merged PRs (30d)
16

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.

More from mozilla/bugbot

All issues in mozilla/bugbot

Similar issues

More Python issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.