-
Notifications
You must be signed in to change notification settings - Fork 19
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
config file examples? #13
Comments
In the log it says:
Shouldn't it say this?
|
The BrowserStack workers can sometimes take quite a while to connect, it's still in beta so expect some wonkiness. Your config is correct. As for the log this is coming yeti and until they release an update to properly plug into it I'll have little control over what is shown without considerable monkey patching.
The I'll leave this open an investigate when I get home to see what I can do about the log message. |
I see, but after 5-10 min I guess it is not going to connect.
It is not going to work as this is an IP on my local network. This sound like an issue, right? I'm not sure where is the issue thought, is bunyip sending NAME.pagekite.me as a url parameter to the browserstack API (or yeti?)? Cheers. Romu |
So bunyip uses pagekite to create an SSH tunnel to your localhost so NAME.pagekite.me is an internet accessible address pointing to your localhost. Bunyip will always send the SSH tunnel address to browserstack. |
Hi there,
I just updated bunyip, I run 0.2.2.
I'm not sure I'm set up correctly with browserstack.
I run the following command:
With the following config file:
I also tried (with pagekite running manually):
In both case, I get the log:
Creating a Hub. Open
yeti --server
in another Terminal to reuse browsers for future batches.But nothing is happening.
If I open a browser on localhost:9000 or NAME.pagekite.me, I can see the connection in the log.
So I guess it is just the browsers in the browserstack VM that are not connecting?
Any idea?
I also don't understand why we need the param "-f index.html" with browserstack.
Is that a file path that is appended to the tunnel?
like: http://NAME.pagekite.me + "/" + "index.html"?
Thanks for any help!
The text was updated successfully, but these errors were encountered: