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

Expose headless browser port? #2

Open
ritchieking opened this issue Aug 5, 2016 · 1 comment
Open

Expose headless browser port? #2

ritchieking opened this issue Aug 5, 2016 · 1 comment

Comments

@ritchieking
Copy link

Ran into an issue where the headless browser was throwing en error (related to encoding; the error wasn't being replicated by chrome) and so not rendering the svg.

Aaron was able to resolve it by figuring out the port of the headless browser and finding the error. Is that port always the same and should we expose it in the documentation so people can check to see if there are any errors when things don't seem to be working?

@mathisonian
Copy link
Contributor

The port is not necessarily consistent across launches (it just uses the first available port it can find). We can certainly log that when it is launched.

It might be better to try to propagate the error message directly to the user - where was this one getting thrown?

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

2 participants