[user_activity] TypeError: string indices must be integers
Open
@suhaibmujahid is already working on this.
Since Aug 17, 2026.
- Dominant language
- Python
- Stars
- 68
- Forks
- 92
- Avg merge
- 2d 2h
- Merged PRs (30d)
- 16
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
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.
Assessment
This issue has not been assessed yet.