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.

Error: socket hang up

See original GitHub issue

I tried to use this tool to save the HAR file in an Android Chrome. I follow these steps:

  • First, start the chrome from my Android Device.
  • Set adb forward tcp:9222 localabstract:chrome_devtools_remote on my computer.
  • chrome-har-capturer -f -p 9222 -o m.har https://www.google.com After I finish these commands, I received the socket hang up information.

Do you have any ideas, which step I should add to save the HAR files from the Android Device?

Issue Analytics

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

github_iconTop GitHub Comments

1reaction
jsw-zorrocommented, Dec 6, 2020

I see. It works now! Thanks!

0reactions
cyrus-andcommented, Dec 6, 2020

You have to use -k, see #63.

Read more comments on GitHub >

github_iconTop Results From Across the Web

NodeJS - What does "socket hang up" actually mean?
I think "socket hang up" is a fairly general error indicating that the connection has been terminated from the server ...
Read more >
Could not get any response socket hang up - Help - Postman
I am not able to Post to the server. I am receiving “Could not get any response” error. While checking the logs found...
Read more >
NodeJS - What does socket hang up actually mean - Edureka
When a socket hang up is thrown, one of two things happens: When you're a customer, When you send a request to a...
Read more >
502 Bad Gateway - Socket hang up | Apigee Edge
The error code [socket hang up][ECONNRESET] indicates that the target server has closed the connection with Edge Microgateway. This can be ...
Read more >
Hang in There! (A solution to socket hang up) - Medium
This blog post will go over my process of solving the error and what the actual (and surprisingly/annoyingly) simple solution was. First thing ......
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