Skip to content
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

IndentationError - jaeles-burp.py #1

Open
uBadRequest opened this issue Mar 7, 2020 · 1 comment
Open

IndentationError - jaeles-burp.py #1

uBadRequest opened this issue Mar 7, 2020 · 1 comment

Comments

@uBadRequest
Copy link

Hello,

I'm using Jython2.7.1, tried 2.7.0 and same error... I can't figure out how to fix it

IndentationError: ('unindent does not match any outer indentation level', ('/root/jaeles/jaeles-plugins/jaeles-burp.py', 246, 4, '    def saveToken(self, e):\n'))

	at org.python.core.ParserFacade.fixParseError(ParserFacade.java:93)
	at org.python.core.ParserFacade.parse(ParserFacade.java:190)
	at org.python.core.Py.compile_flags(Py.java:2185)
	at org.python.core.__builtin__.execfile_flags(__builtin__.java:527)
	at org.python.util.PythonInterpreter.execfile(PythonInterpreter.java:286)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:498)
	at burp.ac1.<init>(Unknown Source)
	at burp.m.a(Unknown Source)
	at burp.ey9.lambda$panelLoaded$0(Unknown Source)
	at java.lang.Thread.run(Thread.java:748)

@j3ssie
Copy link
Member

j3ssie commented Mar 12, 2020

This should be fixed with the latest commit. Please test it out and let me know if you still have an issue with it .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants