Bugbot not running

Where does the bug appear (feature/product)?

BugBot

Describe the Bug

I have created a PR in GitHub, and bugbot is not running. I have confirmed that I have the Pro version of Bugbot and Bugbot has access to my repository.

Bugbot usually runs within a few mintues of posting a PR. After 10 mintues I added the comment “bugbot run verbose=true”. Bugbut responded with the request id and then a few minutes later with another comment that it could not run. I tried this twice.

Steps to Reproduce

Post a PR in GitHub

Expected Behavior

Bugbot should run and review the code.

Screenshots / Screen Recordings

Operating System

MacOS

Current Cursor Version (Menu → About Cursor → Copy)

Version: 1.6.42 (Universal)
VSCode Version: 1.99.3
Commit: 5911e9593196a000b1c00553aaf03b0b32042b90
Date: 2025-09-20T17:16:56.346Z
Electron: 34.5.8
Chromium: 132.0.6834.210
Node.js: 20.19.1
V8: 13.2.152.41-electron.0
OS: Darwin arm64 24.6.0

Additional Information

Here are the two request ids for bugbot on my PR.

Bugbot request id: serverGenReqId_b84d14f8-7404-48dc-9483-0bc821c5279c
Bugbot request id: serverGenReqId_e35cfa9c-7b16-434a-a44e-b331abb87a2f

Does this stop you from using Cursor

No - Cursor works, but with this issue

Well that’s a new one :slight_smile: I took at the look at the logs and see “Error: Cannot create a string longer than 0x1fffffe8 characters”. Will look into this, probably something to do with our context gathering for your specific PR. I can’t see your PR, do you know if there is anything weird in there that may not be common in other PRs?

@jkaplan I ended up merging our PR because I needed to get the code deployed. There isn’t anything weird in the PR. The changes are a mix of PHP and Javascript code. The JS code includes code compiled with Webpack.

1 Like

Would it be helpful to have a rule to exclude the generated JS code from the review? If so, what is the best way to do that?

This topic was automatically closed 22 days after the last reply. New replies are no longer allowed.