-
Notifications
You must be signed in to change notification settings - Fork 98
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
Post to status endpoint is failing #200
Comments
You're posting to "https://saucelabs.com/rest/v1/agrc-deq-enviro/js-tests" but that's not the saucelabs api endpoint. the |
That's my sauce username. |
ah. my bad. hm hm |
Does this happen for every test? Or is it an occasional bug. |
Yes, every time I do a build on travis this happens currently. Maybe related to the fact that I'm using this project to run my jasmine unit tests and intern to run functional tests in the same build? Not sure. most recent build Thanks for taking another look at this. |
Hi @stdavis, did you guys figure out the problem with this exception? I just started to face the same:
Randomly without any recent changes in my grunt config. Was it something on the SauceLabs side? |
@eugenet8k When did that POST request happen? There was a Saucelabs outage last night. |
@Jonahss I am having this problem since last night and it is still reproducible. The SauceLabs support recommends to do not use tunneling (weird) and make sure that config doesn't have "identifier" parameter, which I believe is being added by grunt-saucelabs. I am trying to figure out now. |
Ah ok. Maybe grunt-saucelabs was updated to the newest version of Sauce Connect, which may have eliminated the concept of "named" tunnels. |
@eugenet8k: I eventually gave up and converted all of my unit tests to intern. |
Same here, I'm using v8.6.2. |
I just started hitting this issue the other day and it looks like it wasn't a one-time issue. The configuration we use can be found here, and we're currently using version 8.6.2. |
Same for us! |
We've got people contacting customer support at Sauce Labs about this, so On Mon, Apr 18, 2016 at 8:55 AM, Laurent Goderre notifications@github.com
|
@Jonahss have you guys got any updates on who's going to fix the problem? It seems now there is literally no way anyone can use grunt-saucelabs to run unit tests using tunneling in SauceLabs cloud. I contacted support and they recommended me to work out the problem with this repo owners. |
@eugenet8k the problem disappeared couple of days ago. Have you try to restart your test? |
@leeyeh Yeah, confirming that. Now it works. |
[This is a duplicate of #193 in hopes of an open issue getting more attention]
I'm getting the following error when I try to run this task from travis:
I am using the sauce_connect addon in
.travis.yml
. Would this cause any issues?The text was updated successfully, but these errors were encountered: