AskOverflow.Dev

AskOverflow.Dev Logo AskOverflow.Dev Logo

AskOverflow.Dev Navigation

  • 主页
  • 系统&网络
  • Ubuntu
  • Unix
  • DBA
  • Computer
  • Coding
  • LangChain

Mobile menu

Close
  • 主页
  • 系统&网络
    • 最新
    • 热门
    • 标签
  • Ubuntu
    • 最新
    • 热门
    • 标签
  • Unix
    • 最新
    • 标签
  • DBA
    • 最新
    • 标签
  • Computer
    • 最新
    • 标签
  • Coding
    • 最新
    • 标签
主页 / user-1036994

Jacob Peeters's questions

Martin Hope
Jacob Peeters
Asked: 2019-05-17 04:46:10 +0800 CST

xcuitrunner 未启动,无法建立连接,因为目标机器主动拒绝它

  • 5

我们能够在我们的大多数机器上启动 xcuitrunner。在一台机器上,我们仍然得到以下异常:

Unhandled Exception: System.Net.Internals.SocketExceptionFactory+ExtendedSocketException: No connection could be made because the target machine actively refused it: [_IP ADDRESS]:27015
  at System.Net.Sockets.Socket.DoConnect(EndPoint endPointSnapShot, SocketAddress socketAddress)
  at System.Net.Sockets.Socket.Connect(EndPoint remoteEP)
  at System.Net.Sockets.Socket.Connect(IPAddress[] addresses, Int32 port)
--- End of stack trace from previous location where exception was thrown ---
  at System.Net.Sockets.Socket.Connect(IPAddress[] addresses, Int32 port)
  at System.Net.Sockets.Socket.Connect(String host, Int32 port)
  at Quamotion.Devices.iOS.Managed.MuxerDeviceClient.Connect(Boolean forceTcp, String muxerHost, Int32 muxerPort)
  at Quamotion.Devices.iOS.Managed.MuxerDeviceClient.ListDevices(CancellationToken cancellationToken)
  at XcuitRunner.Program.<>c__DisplayClass5_1.<Main>b__2()
  at Microsoft.Extension.CommandLineUtils.CommandLineApplication.Execute(String[] args)
  at XcuitRunner.Program.Main(String[] args)

Apple Mobile Device Service 正在运行,iTunes 和类似的工具idevicesyslog可以很好地看到该设备。

这个错误有解决办法吗?

windows ios
  • 1 个回答
  • 88 Views
Martin Hope
Jacob Peeters
Asked: 2019-05-17 03:45:27 +0800 CST

启动 xcuitrunner 时超时

  • 5

我们在 Windows 上使用 xcuitrunner 在 iOS 设备上启动 Facebook WebDriverAgent。

使用 xcuitrunner 时出现超时错误:

Machine ID: XXXXXX
Using a license for [X] which expires on 1/1/2010 5:30:00 AM

The Xcode UI Test will be resigned:
- Developer Certificate: [X]
- Provisioning Profile: [X]

Starting the Xcode UI Test

Unhandled Exception: System.TimeoutException: The test plan did not start on the mobile device within the alloted timeframe of 120 s.
  at XcuitRunner.WebDriverAgentInstaller.LaunchXcuiTest(String udid, String testBundleIdentifier, String moduleName, AppleVersion xctestVersion, Version iosVersion, CancellationToken cancellationToken)
  at XcuitRunner.WebDriverAgentInstaller.LaunchXcuiTest(String udid, String testBundlePath, CodeSignSettings settings, Dictionary`2 customEnvironment, CancellationToken cancellationToken)
  at XcuitRunner.XcuitRunner.Run(ProgramOptions options)
  at XcuitRunner.Program.<>c__DisplayClass5_1.<Main>b__2()
  at Microsoft.Extensions.CommandLineUtils.CommandLineApplication.Execute(String[] args)
  at XcuitRunner.Program.Main(String[] args)

我们在多台机器上得到这个。我们也重新启动了设备并进行了检查,但问题仍然存在。

我们如何解决这个问题?

windows ios
  • 2 个回答
  • 66 Views
Martin Hope
Jacob Peeters
Asked: 2019-05-17 02:51:15 +0800 CST

xcuitrunner 未启动 - SocketException

  • 6

我试图在我的 Windows 机器上启动 xcuitrunner,但出现以下异常:

Unhandled Exception: System.Net.Internals.SocketExceptionFactory+ExtendedSocketException: No connection could be made because the target machine actively refused it: [::ffff:127.0.0.1]:27015
  at System.Net.Sockets.Socket.DoConnect(EndPoint endPointSnapShot, SocketAddress socketAddress)
  at System.Net.Sockets.Socket.Connect(EndPoint remoteEP)
  at System.Net.SOckets.Socket.Connect(IPAddress[] addresses, Int32 port)
--- End of stack trace from previous location where exception was thrown ---
  at System.Net.Sockets.Socket.Connect(IPAddress[] addresses, Int32 port)
  at System.Net.Sockets.Socket.Connect(String host, Int32 port)
  at Quamotion.Devices.iOS.Managed.MuxerDeviceClient.Connect(Boolean forceTcp, String muxerHost, Int32 muxerPort)
  at Quamotion.Devices.iOS.Managed.MuxerDeviceClient.ListDevices(CancellationToken cancellationToken)
  at XcuitRunner.Program.<>c__DisplayClass5_1.<Main>b__2()
  at Microsoft.Extension.CommandLineUtils.CommandLineApplication.Execute(String[] args)
  at XcuitRunner.Program.Main(String[] args)

通过查看27015端口关联的进程netstat,发现没有进程存在。

看起来 xcuitrunner 仍在寻找端口 27015。

我该如何解决这个问题?

windows ios
  • 1 个回答
  • 47 Views
Martin Hope
Jacob Peeters
Asked: 2019-05-17 00:10:27 +0800 CST

无法使用 xcuitrunner 启动 Xcode UI 测试

  • 6

我正在尝试使用 Quamotion 的 xcuitrunner 在 Windows PC 上启动 Xcode UI 测试(在本例中为 Facebook/Appium WebDriverAgent)。

我使用的是从http://docs.quamotion.mobi/quamotion4appium/xcuitrunner/下载的版本 0.114.18 。

但是,当我在命令行上启动 xcuitrunner 时,我得到以下输出:

Quamotion Xcode UI Test Runner version 0.114.18+34d082af40
Machine ID: XXXXXXXX

Specify --help for a list of available options and commands.

这是预期的吗?下一步是什么?我想连接到 WebDriverAgent 并获取设备上应用程序的 UI 控件的属性?

windows ios
  • 1 个回答
  • 654 Views

Sidebar

Stats

  • 问题 205573
  • 回答 270741
  • 最佳答案 135370
  • 用户 68524
  • 热门
  • 回答
  • Marko Smith

    如何减少“vmmem”进程的消耗?

    • 11 个回答
  • Marko Smith

    从 Microsoft Stream 下载视频

    • 4 个回答
  • Marko Smith

    Google Chrome DevTools 无法解析 SourceMap:chrome-extension

    • 6 个回答
  • Marko Smith

    Windows 照片查看器因为内存不足而无法运行?

    • 5 个回答
  • Marko Smith

    支持结束后如何激活 WindowsXP?

    • 6 个回答
  • Marko Smith

    远程桌面间歇性冻结

    • 7 个回答
  • Marko Smith

    子网掩码 /32 是什么意思?

    • 6 个回答
  • Marko Smith

    鼠标指针在 Windows 中按下的箭头键上移动?

    • 1 个回答
  • Marko Smith

    VirtualBox 无法以 VERR_NEM_VM_CREATE_FAILED 启动

    • 8 个回答
  • Marko Smith

    应用程序不会出现在 MacBook 的摄像头和麦克风隐私设置中

    • 5 个回答
  • Martin Hope
    Vickel Firefox 不再允许粘贴到 WhatsApp 网页中? 2023-08-18 05:04:35 +0800 CST
  • Martin Hope
    Saaru Lindestøkke 为什么使用 Python 的 tar 库时 tar.xz 文件比 macOS tar 小 15 倍? 2021-03-14 09:37:48 +0800 CST
  • Martin Hope
    CiaranWelsh 如何减少“vmmem”进程的消耗? 2020-06-10 02:06:58 +0800 CST
  • Martin Hope
    Jim Windows 10 搜索未加载,显示空白窗口 2020-02-06 03:28:26 +0800 CST
  • Martin Hope
    andre_ss6 远程桌面间歇性冻结 2019-09-11 12:56:40 +0800 CST
  • Martin Hope
    Riley Carney 为什么在 URL 后面加一个点会删除登录信息? 2019-08-06 10:59:24 +0800 CST
  • Martin Hope
    zdimension 鼠标指针在 Windows 中按下的箭头键上移动? 2019-08-04 06:39:57 +0800 CST
  • Martin Hope
    jonsca 我所有的 Firefox 附加组件突然被禁用了,我该如何重新启用它们? 2019-05-04 17:58:52 +0800 CST
  • Martin Hope
    MCK 是否可以使用文本创建二维码? 2019-04-02 06:32:14 +0800 CST
  • Martin Hope
    SoniEx2 更改 git init 默认分支名称 2019-04-01 06:16:56 +0800 CST

热门标签

windows-10 linux windows microsoft-excel networking ubuntu worksheet-function bash command-line hard-drive

Explore

  • 主页
  • 问题
    • 最新
    • 热门
  • 标签
  • 帮助

Footer

AskOverflow.Dev

关于我们

  • 关于我们
  • 联系我们

Legal Stuff

  • Privacy Policy

Language

  • Pt
  • Server
  • Unix

© 2023 AskOverflow.DEV All Rights Reserve