Advertisement
NickLatkovich

write EPIPE error

Aug 15th, 2016
229
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.89 KB | None | 0 0
  1. org.openqa.selenium.WebDriverException: Error: write EPIPE
  2. at exports._errnoException (util.js:873:11)
  3. at Socket._writeGeneric (net.js:697:26)
  4. at Socket._write (net.js:716:8)
  5. at doWrite (_stream_writable.js:300:12)
  6. at writeOrBuffer (_stream_writable.js:286:5)
  7. at Socket.Writable.write (_stream_writable.js:214:11)
  8. at Socket.write (net.js:642:40)
  9. at [object Object].Console.log (node_modules\appium\node_modules\winston\lib\winston\transports\console.js:121:20)
  10. at transportLog (node_modules\appium\node_modules\winston\lib\winston\logger.js:228:15)
  11. at node_modules\appium\node_modules\winston\node_modules\async\lib\async.js:157:13
  12. at _each (node_modules\appium\node_modules\winston\node_modules\async\lib\async.js:57:9)
  13. at Object.async.each (node_modules\appium\node_modules\winston\node_modules\async\lib\async.js:156:9)
  14. at [object Object].Logger.log (node_modules\appium\node_modules\winston\lib\winston\logger.js:240:9)
  15. at [object Object].target.(anonymous function) [as info] (node_modules\appium\node_modules\winston\lib\winston\common.js:54:18)
  16. at EventEmitter.<anonymous> (lib/logsink.js:193:25)
  17. at emitOne (events.js:77:13)
  18. at EventEmitter.emit (events.js:169:7)
  19. at EventEmitter.<anonymous> (node_modules\appium\node_modules\npmlog\log.js:158:8)
  20. at EventEmitter.<anonymous> (node_modules\appium\node_modules\npmlog\log.js:231:21)
  21. at startLogFormatter.immediate (lib/express/express-logging.js:51:7)
  22. at logRequest (node_modules\appium\node_modules\appium-base-driver\node_modules\morgan\index.js:122:18)
  23. at logger (node_modules\appium\node_modules\appium-base-driver\node_modules\morgan\index.js:135:7)
  24. at Layer.handle [as handle_request] (node_modules\appium\node_modules\appium-base-driver\node_modules\express\lib\router\layer.js:95:5)
  25. at trim_prefix (node_modules\appium\node_modules\appium-base-driver\node_modules\express\lib\router\index.js:312:13)
  26. at node_modules\appium\node_modules\appium-base-driver\node_modules\express\lib\router\index.js:280:7
  27. at Function.process_params (node_modules\appium\node_modules\appium-base-driver\node_modules\express\lib\router\index.js:330:12)
  28. at next (node_modules\appium\node_modules\appium-base-driver\node_modules\express\lib\router\index.js:271:10)
  29. at node_modules\appium\node_modules\appium-base-driver\node_modules\body-parser\lib\read.js:129:5
  30. at invokeCallback (node_modules\appium\node_modules\appium-base-driver\node_modules\body-parser\node_modules\raw-body\index.js:262:16)
  31. at done (node_modules\appium\node_modules\appium-base-driver\node_modules\body-parser\node_modules\raw-body\index.js:251:7)
  32. at IncomingMessage.onEnd (node_modules\appium\node_modules\appium-base-driver\node_modules\body-parser\node_modules\raw-body\index.js:308:7)
  33. at emitNone (events.js:67:13)
  34. at IncomingMessage.emit (events.js:166:7)
  35. at endReadableNT (_stream_readable.js:921:12)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement