unable to create remote session-appium - automated-tests

I'm trying to connect appium inspector with desktop calculator through the following desired Capabilities
{
"platformName": "Windows",
"platformVersion": "10",
"deviceName": "WindowsPC",
"app": "Microsoft.WindowsCalculator_8wekyb3d8bbwe!App"
}
but I get an error:
Failed to create session. An unknown server-side error occurred while processing the command. Original error: An unknown server-side error occurred while processing the command. Original error: Could not proxy command to the remote server. Original error: connect ECONNREFUSED 127.0.0.1:4724

The default connect port is 4723, if you use 4724, you are using the custom server configuration. Make sure that appium server is running on port 4724.
Also make sure that developer mode enabled
https://learn.microsoft.com/en-us/windows/apps/get-started/enable-your-device-for-development
and you've started appium server, and appium desktop app as Administrator.

Related

Real iOS Device - Unalbe to start session in appium inspector in MAC

Error
Failed to create session. An unknown server-side error occurred while processing the command. Original error: Unable to launch WebDriverAgent because of xcodebuild failure: xcodebuild failed with code 65 xcodebuild error message: . Make sure you follow the tutorial at https://github.com/appium/appium-xcuitest-driver/blob/master/docs/real-device-config.md. Try to remove the WebDriverAgentRunner application from the device if it is installed and reboot the device.
{
"appium:bundleId": "com.iconology.ComicsReader",
"appium:udid": "15cfafc4bbd70317b9ff7ae729a067c859f3890a",
"platformName": "iOS",
"appium:deviceName": "CMX's iPad",
"appium:automationName": "XCUITest"
}

Unable to install WebdriverAgent on iOS simulator, getting error on Appium Desktop

Error Received:
Encountered internal error running command: Error: Unable to start WebDriverAgent session because of xcodebuild failure: An unknown server-side error occurred while processing the command. Original error: Could not proxy command to the remote server. Original error: connect ECONNREFUSED 127.0.0.1:8100
{
"platformName": "iOS",
"platformVersion": "15.4",
"deviceName": "iPhone 12",
"automationName": "XCUITest",
"UDID": "DEDB43E2-717B-44C6-963E-34847B5E8D90",
"app": "/Users/Tester/Library/Developer/Xcode/DerivedData/capital-behvzukvlynvsydkreldaexdsiot/Build/Products/Debug-iphonesimulator/CapitalAM.app"
I am using Appium Desktop.
This got fixed when I updated the Appium GUI to the latest version 1.22.2.

Error: connect ECONNREFUSED 127.0.0.1:8100

Could you help with this problem.
Appium 1.7.1
Xcode- 9.0
MacOS Siera 10.13
Capabilities:
{
"platformName": "iOS",
"platformVersion": "11.0",
"deviceName": "iPhone 6",
"app": "/Users/akoval/Downloads/BusyBox.app"
}
An unknown server-side error occurred while processing the command. Original error: Unable to start WebDriverAgent session because of xcodebuild failure: An unknown server-side error occurred while processing the command. Original error: Could not proxy command to remote server. Original error: Error: connect ECONNREFUSED 127.0.0.1:8100
Put Appium url value as
0.0.0.0:4723
Or
Localhost:4723
Remove the WDA from device and run the scripts again.
This would solve your problem
Try these caps these are working for me
serverCapabilities.setCapability("wdaStartupRetries", "4");
serverCapabilities.setCapability("iosInstallPause","8000" );
serverCapabilities.setCapability("wdaStartupRetryInterval", "20000");

Shiny server illegal option error

I have shiny running on a mac. These apps have previously been working. I'm getting the following error when I try to access any of them
The application failed to start.
The application exited during initialization.
su: illegal option -- p
usage: su [-] [-flm] [login [args]]
This is also all that is in the log. Any ideas on what is going on here? I know shiny server is not intended for mac which is why we are transitioning to a linux server, but in the meantime I need these apps which were previously working to continue working.

unknown error in realm studio for windows

After downloading Realm browser, i tried to connect it with our linux server where Realm Object Server is installed (professional edition).
Initially it was showing Timeout error constantly after that i tried to run Realm Studio as administrator and it started working.
I was trying run EventBlank example provided by realm
i was able to create database and users too over realm and can see it on realm studio but after a while when i tried to reopen realm studio and connect with the same realm object server url it is throwing unknown error
here is the server log while unknown error occured
Timeout error
Following things i have tried
1) re install realm studio
2) while installing run it as admin
3) turning off the firewall on windows
but it still throwing unknown error and timeout error
I am running realm object server using
ros start --address <ipaddress> --port <port>
server start log
After inspecting , this is what i got ( i have updated realm studio to 1.4 )

Resources