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

MITMProxy does not start on macOS #6

Open
renyard opened this issue Mar 21, 2019 · 5 comments
Open

MITMProxy does not start on macOS #6

renyard opened this issue Mar 21, 2019 · 5 comments

Comments

@renyard
Copy link

renyard commented Mar 21, 2019

I'm trying to run BLeak on macOS, but it fails to start MITMProxy through mitmproxy-node. It appears that waitForPort(8080, 1); at src/index.ts:361 resolves successfully even though MITMProxy is not running.

I have confirmed that there is nothing listening on port 8080:

~  lsof -nP -i4TCP:8080 | grep LISTEN
➜  ~

macOS: 10.13.6
Node: 8.15.1
Python: 3.7.2

@Jonahss
Copy link
Contributor

Jonahss commented Mar 21, 2019

Works for me.

macOS: 10.14.3
Node: 11.6.0
Python: 3.7.2

@mishackerr
Copy link

@renyard did you resolve the issue?

@TJMaria
Copy link

TJMaria commented Dec 13, 2019

I'm also having issues with getting BLeak to run on MacOs, so very curious to know if you resolved the issue @renyard

@renyard
Copy link
Author

renyard commented Dec 13, 2019

@TMakaku @michaelguoxy No, I never did resolve the issue to get it running on macOS directly. I ended up installing it in a Linux VM instead.
Could be related to macOS or Node versions though, as I see it works for @Jonahss on newer versions of both.

@TJMaria
Copy link

TJMaria commented Dec 13, 2019

@renyard Thanks for the reply. Trying it on linux was next on my list.

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

4 participants