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

adding custom subdomains #1

Open
quinnliu opened this issue Apr 14, 2021 · 1 comment
Open

adding custom subdomains #1

quinnliu opened this issue Apr 14, 2021 · 1 comment

Comments

@quinnliu
Copy link

quinnliu commented Apr 14, 2021

@sleirsgoevy Great repo! If I want to add custom subdomains do you have any ideas on how to do this? Happy to discuss privately [email protected]

@quinnliu
Copy link
Author

I'm also getting this error when running a simple node.js server

Exception in thread Thread-26:
Traceback (most recent call last):
  File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/threading.py", line 917, in _bootstrap_inner
    self.run()
  File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/threading.py", line 865, in run
    self._target(*self._args, **self._kwargs)
  File "ngrok.py", line 90, in copy_thread
    sock2.write(buf)
  File "/Users/qliu/Documents/ngrok-free/muxado/stream.py", line 113, in write
    self.stream.send(b)
  File "/Users/qliu/Documents/ngrok-free/muxado/stream.py", line 83, in send
    with self.lock: Stream.send(self, data)
  File "/Users/qliu/Documents/ngrok-free/muxado/stream.py", line 42, in send
    if self.closed: raise BrokenPipeError()
BrokenPipeError

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

1 participant