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.

Random HTTP/1.1 500 Internal Error

See original GitHub issue

Sometimes during the tests I receive HTTP/1.1 500 Internal Error as below and the test is interrupted.


POST /session/A0697BE9-9484-44D5-8F63-D8CF51C24E2E/element/10956.279874872.0/click HTTP/1.1
Accept: application/json, image/png
Content-Length: 2
Content-Type: application/json;charset=utf-8
Host: 127.0.0.1:4723

{}
HTTP/1.1 500 Internal Error
Content-Length: 133
Content-Type: application/json

{"status":13,"value":{"error":"unknown error","message":"An unknown error occurred in the remote end while processing the command."}}

Is there any way to get more info what went wrong (any event logged?) or any workaround to such issues?

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Comments:21 (9 by maintainers)

github_iconTop GitHub Comments

2reactions
RafalSkorkacommented, Oct 12, 2017

@timotiusmargo, The RC2 works great! and is extremely quick comparing to previous releases.

1reaction
v3rdecommented, Jul 14, 2017

Is there any updates? I get the same issue constantly. It launches the application but fails after. It launches successfully only if previous launches is failed so the instance of the is up and running( it can’t be disposed after failed run).

\Windows Application Driver>WinAppDriver.exe
Windows Application Driver Beta listening for requests at: http://127.0.0.1:4723/
Press ENTER to exit.

==========================================
POST /session HTTP/1.1
Accept: application/json, image/png
Connection: Keep-Alive
Content-Length: 177
Content-Type: application/json;charset=utf-8
Host: 127.0.0.1:4723

{"desiredCapabilities":{"app":"D:\rep\allo\Allo.exe","deviceName":"WindowsPC","platformName":"Windows"}}
SessionManager - Creating session
SessionManager - WinAppDriver succeeded loading MitaBroker
HTTP/1.1 500 Internal Error
Content-Length: 133
Content-Type: application/json

{"status":13,"value":{"error":"unknown error","message":"An unknown error occurred in the remote end while processing the command."}}

==========================================
POST /session HTTP/1.1
Accept: application/json, image/png
Connection: Keep-Alive
Content-Length: 177
Content-Type: application/json;charset=utf-8
Host: 127.0.0.1:4723

{"desiredCapabilities":{"app":"D:\rep\allo\Allo.exe","deviceName":"WindowsPC","platformName":"Windows"}}
SessionManager - Creating session
SessionManager - WinAppDriver succeeded loading MitaBroker
SessionManager - Application launched
SessionManager - Session successfully created: 424D133E-B1F1-472D-9C05-FCA043714426
HTTP/1.1 200 OK
Content-Length: 200
Content-Type: application/json

{"sessionId":"424D133E-B1F1-472D-9C05-FCA043714426","status":0,"value":{"app":"D:\rep\allo\Allo.exe","platformName":"Windows"}}

==========================================
POST /session/424D133E-B1F1-472D-9C05-FCA043714426/timeouts HTTP/1.1
Accept: application/json, image/png
Content-Length: 31
Content-Type: application/json;charset=utf-8
Host: 127.0.0.1:4723

{"type":"implicit","ms":4000.0}
HTTP/1.1 200 OK
Content-Length: 63
Content-Type: application/json

{"sessionId":"424D133E-B1F1-472D-9C05-FCA043714426","status":0}
Read more comments on GitHub >

github_iconTop Results From Across the Web

Random HTTP/1.1 500 Internal Error · Issue #154
Sometimes during the tests I receive HTTP/1.1 500 Internal Error as below and the test is interrupted.
Read more >
How to resolve "HTTP/1.1 500 Internal Server Error" on ...
The app running on the web app service is Laravel. The 500 errors are occuring randomly when we do load testing on the...
Read more >
What is “HTTP 500 Internal Server Error” and How to Fix It?
Error 500, also known as the Internal Server Error, is a common HTTP status code that indicates an issue on the web server's...
Read more >
Random Internal 500 server error - java
Your question is not clear.But "HTTP/1.1 500 Internal Server Error" cause unable to complete the request.
Read more >
How to Fix the 500 Internal Server Error on Your ...
The WordPress 500 internal error is an application-side issue and mostly occurs on the server level. Mostly it is caused due to plugin/theme ......
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