The Burp Suite User Forum was discontinued on the 1st November 2024.

Burp Suite User Forum

For support requests, go to the Support Center. To discuss with other Burp users, head to our Discord page.

SUPPORT CENTER DISCORD

Burp error

hong | Last updated: Feb 10, 2017 03:09PM UTC

Hi, I was able to get the scan report by using my own extension. However, yesterday I got following error, and was not able to generate scan report. I did not make any change on the system that installs BURP, the same BURP/jython version, the same configuration, not sure what happened. NotImplementedError at org.python.core.Py.NotImplementedError(Py.java:167) at org.python.proxies.__main__$BurpExtender$0.newScanIssue(Unknown Source) at burp.uwe.run(Unknown Source) at java.lang.Thread.run(Unknown Source)

Burp User | Last updated: Feb 10, 2017 04:10PM UTC

issue solved,

PortSwigger Agent | Last updated: Feb 10, 2017 04:24PM UTC

Hi Nayan, When you create your IScanIssue subclass, you need to provide methods for all the abstract methods in the interface. If you miss one, you will get a NotImplementedError.

Burp User | Last updated: Dec 13, 2017 09:26PM UTC