Skip to content

Unable to connect to host 127.0.0.1 on port 7055 #1

@JJK96

Description

@JJK96

What I did

  • Install the extension
    • A firefox window is created
  • Do a request
    • Nothing happens in firefox
  • Configure firefox to use the burp proxy and trust the certificate
  • Click "show response in browser"
  • Paste the URL in firefox

After these steps, the Extender console show the following error.

Error

org.openqa.selenium.firefox.NotConnectedException: Unable to connect to host 127.0.0.1 on port 7055 after 45000 ms. Firefox console output:
2021-07-14 14:51:46.747 firefox-bin[80198:3437355] Warning: Expected min height of view: (<NSButton: 0x134ca3c00>) to be less than or equal to 30 but got a height of 32.000000. This error will be logged once per view in violation.
2021-07-14 14:51:46.747 firefox-bin[80198:3437355] Warning: Expected min height of view: (<NSButton: 0x134c9f800>) to be less than or equal to 30 but got a height of 32.000000. This error will be logged once per view in violation.
2021-07-14 14:51:46.748 firefox-bin[80198:3437355] Warning: Expected min height of view: (<NSButton: 0x134ca0400>) to be less than or equal to 30 but got a height of 32.000000. This error will be logged once per view in violation.
2021-07-14 14:51:46.748 firefox-bin[80198:3437355] Warning: Expected min height of view: (<NSButton: 0x134ca0800>) to be less than or equal to 30 but got a height of 32.000000. This error will be logged once per view in violation.
2021-07-14 14:51:46.749 firefox-bin[80198:3437355] Warning: Expected min height of view: (<NSButton: 0x134ca5000>) to be less than or equal to 30 but got a height of 32.000000. This error will be logged once per view in violation.
2021-07-14 14:51:46.749 firefox-bin[80198:3437355] Warning: Expected min height of view: (<NSPopoverTouchBarItemButton: 0x134ca5c00>) to be less than or equal to 30 but got a height of 32.000000. This error will be logged once per view in violation.
2021-07-14 14:51:46.749 firefox-bin[80198:3437355] Warning: Expected min height of view: (<NSPopoverTouchBarItemButton: 0x135c0b000>) to be less than or equal to 30 but got a height of 32.000000. This error will be logged once per view in violation.

	at org.openqa.selenium.firefox.internal.NewProfileExtensionConnection.start(NewProfileExtensionConnection.java:118)
	at org.openqa.selenium.firefox.FirefoxDriver.startClient(FirefoxDriver.java:247)
	at org.openqa.selenium.remote.RemoteWebDriver.<init>(RemoteWebDriver.java:112)
	at org.openqa.selenium.firefox.FirefoxDriver.<init>(FirefoxDriver.java:194)
	at org.openqa.selenium.firefox.FirefoxDriver.<init>(FirefoxDriver.java:187)
	at org.openqa.selenium.firefox.FirefoxDriver.<init>(FirefoxDriver.java:105)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
	at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:64)
	at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:500)
	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:481)
	at org.python.core.PyReflectedConstructor.constructProxy(PyReflectedConstructor.java:213)
	at org.python.core.PyReflectedConstructor.__call__(PyReflectedConstructor.java:182)
	at org.python.core.PyObject.__call__(PyObject.java:422)
	at org.python.core.PyMethod.instancemethod___call__(PyMethod.java:237)
	at org.python.core.PyMethod.__call__(PyMethod.java:228)
	at org.python.core.PyMethod.__call__(PyMethod.java:223)
	at org.python.core.Deriveds.dispatch__init__(Deriveds.java:20)
	at org.python.core.PyObjectDerived.dispatch__init__(PyObjectDerived.java:1112)
	at org.python.core.PyType.type___call__(PyType.java:2408)
	at org.python.core.PyType.__call__(PyType.java:2389)
	at org.python.core.PyObject.__call__(PyObject.java:461)
	at org.python.core.PyObject.__call__(PyObject.java:465)
	at org.python.pycode._pyx4.__init__$2(/Users/nw/.BurpSuite/bapps/215390e63f314c20958a23930eb1555a/realRender.py:47)
	at org.python.pycode._pyx4.call_function(/Users/nw/.BurpSuite/bapps/215390e63f314c20958a23930eb1555a/realRender.py)
	at org.python.core.PyTableCode.call(PyTableCode.java:173)
	at org.python.core.PyBaseCode.call(PyBaseCode.java:306)
	at org.python.core.PyBaseCode.call(PyBaseCode.java:197)
	at org.python.core.PyFunction.__call__(PyFunction.java:485)
	at org.python.core.PyMethod.instancemethod___call__(PyMethod.java:237)
	at org.python.core.PyMethod.__call__(PyMethod.java:228)
	at org.python.core.PyMethod.__call__(PyMethod.java:223)
	at org.python.core.Deriveds.dispatch__init__(Deriveds.java:20)
	at org.python.core.PyObjectDerived.dispatch__init__(PyObjectDerived.java:1112)
	at org.python.core.PyType.type___call__(PyType.java:2408)
	at org.python.core.PyType.__call__(PyType.java:2389)
	at org.python.core.PyObject.__call__(PyObject.java:461)
	at org.python.core.PyObject.__call__(PyObject.java:465)
	at org.python.pycode._pyx4.registerExtenderCallbacks$11(/Users/nw/.BurpSuite/bapps/215390e63f314c20958a23930eb1555a/realRender.py:122)
	at org.python.pycode._pyx4.call_function(/Users/nw/.BurpSuite/bapps/215390e63f314c20958a23930eb1555a/realRender.py)
	at org.python.core.PyTableCode.call(PyTableCode.java:173)
	at org.python.core.PyBaseCode.call(PyBaseCode.java:306)
	at org.python.core.PyBaseCode.call(PyBaseCode.java:197)
	at org.python.core.PyFunction.__call__(PyFunction.java:485)
	at org.python.core.PyMethod.instancemethod___call__(PyMethod.java:237)
	at org.python.core.PyMethod.__call__(PyMethod.java:228)
	at org.python.core.PyMethod.__call__(PyMethod.java:218)
	at org.python.core.PyMethod.__call__(PyMethod.java:213)
	at org.python.core.PyObject._jcallexc(PyObject.java:3565)
	at org.python.core.PyObject._jcall(PyObject.java:3598)
	at org.python.proxies.__main__$BurpExtender$7.registerExtenderCallbacks(Unknown Source)
	at burp.ctk.run(Unknown Source)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:630)
	at java.base/java.lang.Thread.run(Thread.java:832)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions