You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
im running the example out of the readme w/ a 4 LOC "hello world" tape test, & i get the following:
$ node index.js
(node:41700) DeprecationWarning: os.tmpDir() is deprecated. Use os.tmpdir() instead.
Error: 2017-03-07 21:02:04,905 - IOException: javax.net.ssl.SSLException: Could not determine revocation status
at error (/Users/cdieringer/node/sauce-test/node_modules/sauce-connect-launcher/lib/sauce-connect-launcher.js:126:18)
at /Users/cdieringer/node/sauce-test/node_modules/sauce-connect-launcher/lib/sauce-connect-launcher.js:187:9
at forOwn (/Users/cdieringer/node/sauce-test/node_modules/sauce-connect-launcher/node_modules/lodash/dist/lodash.js:1301:15)
at Function.forEach (/Users/cdieringer/node/sauce-test/node_modules/sauce-connect-launcher/node_modules/lodash/dist/lodash.js:2595:9)
at Socket.<anonymous> (/Users/cdieringer/node/sauce-test/node_modules/sauce-connect-launcher/lib/sauce-connect-launcher.js:185:7)
at emitOne (events.js:96:13)
at Socket.emit (events.js:189:7)
at readableAddChunk (_stream_readable.js:176:18)
at Socket.Readable.push (_stream_readable.js:134:10)
at Pipe.onread (net.js:551:20)
hello:
im running the example out of the readme w/ a 4 LOC "hello world" tape test, & i get the following:
the sauce connect log is here:
https://gist.github.com/cdaringe/ae830e2078cf79701ee5ff94d7a94bae
anything look familiar? thanks!
The text was updated successfully, but these errors were encountered: