-
Notifications
You must be signed in to change notification settings - Fork 56
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
Throws no error and does not start with proxy enabled #100
Comments
Hi @adriaanvanrossum, could you try to updating bs_local_args with
|
This indeed works! Thanks a lot. |
If I create a PR for README.md with above new params, will it be merged? |
Feel free to create a PR for the same |
Done: #101 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When trying to start the app (see example below) with
proxyHost
andproxyPort
it will fail. If I add the folder it never starts but also does not fail (no error message given).Expected Behavior
That it would load correctly without an error or some kind of error in return when specifying
f
(folder).Actual Behavior
If I add
proxyHost
andproxyPort
It fails with
LocalError: No output received
If I uncommend the folder line, it will not start without any error.
Platform details
Details
This is a minimal version of the bug:
The text was updated successfully, but these errors were encountered: