karma-runner / karma-sauce-launcher

A Karma plugin. Launch any browser on SauceLabs!
MIT License
199 stars 103 forks source link

failed serving request POST /wd/hub/session: Unauthorized #250

Closed kruncher closed 3 years ago

kruncher commented 3 years ago

Any ideas what might be causing this error to appear?

SAUCE_USERNAME and SAUCE_ACCESS_KEY are both defined as environment variables which can be accessed from process.env. We even added SAUCE_DC since we thought that might be the cause.

kruncher commented 3 years ago

This problem seemed to go away when the region was set to eu but same problem seems to occur when the region is set to us.

shacker commented 2 years ago

I'm seeing this same problem. Switching the region does not make the problem go away. How did you finally solve it?