headspinio / appium-lg-webos-driver

An Appium 2.x driver for LG WebOS apps
Apache License 2.0
9 stars 5 forks source link

ECONNRESET #62

Open josipalos opened 3 months ago

josipalos commented 3 months ago

selenium.common.exceptions.WebDriverException: Message: An unknown server-side error occurred while processing the command. Original error: read ECONNRESET Stacktrace: UnknownError: An unknown server-side error occurred while processing the command. Original error: read ECONNRESET at getResponseForW3CError (/usr/local/lib/node_modules/appium/node_modules/@appium/base-driver/lib/protocol/errors.js:1145:9) at asyncHandler (/usr/local/lib/node_modules/appium/node_modules/@appium/base-driver/lib/protocol/protocol.js:485:57)

mlopezuno commented 2 months ago

Similar issue:

Connecting remote; address any prompts on screen now! [debug] [AppiumDriver@94a2] Event 'newSessionStarted' logged at 1727300679590 (15:44:39 GMT-0600 (Central Standard Time)) [debug] [AppiumDriver@94a2] Encountered internal error running command: Error: read ECONNRESET at TCP.onStreamRead (node:internal/stream_base_commons:217:20) [HTTP] <-- POST /session 500 4536 ms - 594 2024-09-25T21:44:39.601Z ERROR webdriver: Request failed with status 500 due to unknown error: An unknown server-side error occurred while processing the command. Original error: read ECONNRESET 2024-09-25T21:44:39.602Z ERROR webdriver: unknown error: An unknown server-side error occurred while processing the command. Original error: read ECONNRESET

mlopezuno commented 1 month ago

Was able to connect by adding the following to my capabilities: 'appium:useSecureWebsocket': true,