appium / appium-inspector

A GUI inspector for mobile apps and more, powered by a (separately installed) Appium server
https://appium.github.io/appium-inspector/
Other
1.19k stars 288 forks source link

bug: <title>Failed to create session. Unexpected end of JSON input #1713

Closed peidachang closed 1 month ago

peidachang commented 1 month ago

Is this an issue specifically with Appium Inspector?

Is there an existing issue for this?

Current Behavior

start Session err:Failed to create session. Unexpected end of JSON input

json: { "platformName": "Android", "appium:automationName": "UiAutomator2", "appium:deviceName": "192.168.2.110:5555", "appium:appPackage": "com.tencent.mm", "appium:appActivity": ".ui.LauncherUI", "appium:unicodeKeyboard": true, "appium:resetKeyboard": true, "appium:noReset": true, "appium:newCommandTimeout": 10000 }

Expected Behavior

Start a session for an Android application

Operating System

Mac

Appium Inspector Version

App Version: 2024.9.1

Appium Version

Appium v2.11.0 and 2.11.4

Further Information

The Appium server does not output any error log information

eglitise commented 1 month ago
eglitise commented 1 month ago

Closing due to no response