-
Notifications
You must be signed in to change notification settings - Fork 9
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
Error when clicking automatic toggle button #3
Comments
Should be corrected now, thanks for the feedback :) |
Thanks but now getting a different error... $ Exception in thread "AWT-EventQueue-0" Traceback (most recent call last): $ java -version Running on OSX. Not actually sure what this button is supposed to do, I guess it does the beautifying automatically as soon as a response comes in and not just when you go to the tab? |
That's the idea - so any browser plugins like firebug will see it in a neater fashion. But it causes significant slowdown if you have large js files coming in! Hopefully fixed the issue with 28fb29e I guess its down to a different JRE or Jython. |
Toggle button now works without errors, thanks. Useful option, though it wasn't totally obvious that that's what it does. 'Beautify JS in burp proxy output' would be one way to explain it. |
$ Exception in thread "MainThread" Traceback (most recent call last):
File "/Users/xxx/burp_jsbeautifier/js-beautifier.py", line 139, in toggleOnOff
self._toogleButton.setPressed(self._replaceAll)
AttributeError: 'BurpExtender' object has no attribute '_toogleButton'
Exception in thread "MainThread" Traceback (most recent call last):
File "/Users/xxx/burp_jsbeautifier/js-beautifier.py", line 139, in toggleOnOff
self._toogleButton.setPressed(self._replaceAll)
AttributeError: 'BurpExtender' object has no attribute '_toogleButton'
Burp v1.5.12, jython-standalone-2.7-b1.jar
The text was updated successfully, but these errors were encountered: