question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

UnknownError - An unknown server-side error occurred while processing the command

See original GitHub issue

Hello,

I wrote a test that simply call meteor method with data and I got this error in console, I can’t figure it out.

Selenium error: unknown error: unhandled inspector error: {"code":-32000,"message":"Object has too long reference chain(must not be longer than 1000)}

Thanks in advance.

Issue Analytics

  • State:open
  • Created 8 years ago
  • Comments:7 (4 by maintainers)

github_iconTop GitHub Comments

3reactions
KDsankarcommented, Feb 17, 2020

I am also facing this issue

Selenium - 3.14 Chrome - 80.0.3987.106 ChromeDriver - 80.0.3987.16

Exception :

org.openqa.selenium.WebDriverException: unknown error: unhandled inspector error: {“code”:-32000,“message”:“Object reference chain is too long”} (Session info: chrome=80.0.3987.106) Build info: version: ‘3.14.0’, revision: ‘aacccce0’, time: ‘2018-08-02T20:19:58.91Z’ System info: host: ‘durai-zt100’, ip: ‘fe80:0:0:0:f8:1f35:b517:d20c%en0’, os.name: ‘Mac OS X’, os.arch: ‘x86_64’, os.version: ‘10.13.6’, java.version: ‘1.8.0_191’ Driver info: org.openqa.selenium.remote.RemoteWebDriver Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 80.0.3987.106, chrome: {chromedriverVersion: 80.0.3987.16 (320f6526c1632…, userDataDir: /var/folders/q3/y087n0jx039…}, goog:chromeOptions: {debuggerAddress: localhost:55954}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: MAC, platformName: MAC, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: accept, webdriver.remote.sessionid: 9361a12d35a4fae28f154a8b034…} Session ID: 9361a12d35a4fae28f154a8b034b4596 at sun.reflect.GeneratedConstructorAccessor29.newInstance(Unknown Source) at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) at java.lang.reflect.Constructor.newInstance(Constructor.java:423) at org.openqa.selenium.remote.http.W3CHttpResponseCodec.createException(W3CHttpResponseCodec.java:187) at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:122) at org.openqa.selenium.remote.http.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:49) at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:158) at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:548) at org.openqa.selenium.remote.RemoteWebDriver.executeScript(RemoteWebDriver.java:485)

1reaction
Manivannan-Kannancommented, Sep 25, 2018

@NaderIkladious Can you tell is this issue resolved? I am facing same issue with my selenium tests, the chromeDriver version as below,

Selenium – version 3.11.0 Chrome Browser – version 66 ChromeDriver – version 2.39

the error unknown error: unhandled inspector error: {"code":-32000,"message":"Object reference chain is too long"}

Thanks in advance.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Appium 1.9.1 giving me "An unknown server-side error ...
Appium 1.9.1 giving me "An unknown server-side error occurred while processing the command. Original error: Could not proxy command to remote server.
Read more >
"An unknown server-side error occurred while processing the ...
I have been getting the unknown server-side error while writing automation tests with Appium and it is usually due to an element on...
Read more >
An unknown server-side error occurred while processing the
Solution: UI theme was causing this issue, the new theme which I implemented on my cell phone, was not allowing to interact appium....
Read more >
How to Fix An unknown server side error occurred ... - YouTube
Video Tutorial: How to Fix An unknown server side error occurred while processing the command Original error Could.
Read more >
An unknown server-side error occurred while ... - Katalon Docs
When you encounter the error java.util.concurrent.ExecutionException An unknown server-side error occurred while processing the command.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found