Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

wda is working,bug the sessionId is null #391

Closed
mabeijing opened this issue Oct 6, 2020 · 2 comments
Closed

wda is working,bug the sessionId is null #391

mabeijing opened this issue Oct 6, 2020 · 2 comments

Comments

@mabeijing
Copy link

mabeijing commented Oct 6, 2020

Warning:

These issues are not tracked. Please create new issues in the main Appium
repository: https://github.com/appium/appium/issues/new

** this is building log **
2020-10-06 16:44:47.673860+0800 WebDriverAgentRunner-Runner[96318:17479231] Running tests...
Test Suite 'All tests' started at 2020-10-06 16:45:29.779
Test Suite 'WebDriverAgentRunner.xctest' started at 2020-10-06 16:45:29.779
Test Suite 'UITestingUITests' started at 2020-10-06 16:45:29.780
t = nans Suite Set Up
2020-10-06 16:45:29.799563+0800 WebDriverAgentRunner-Runner[96318:17479231] [User Defaults] Couldn't write values for keys (
KeyboardAutocorrection
) in CFPrefsPlistSource<0x282f5f000> (Domain: com.apple.Preferences, User: kCFPreferencesCurrentUser, ByHost: No, Container: (null), Contents Need Refresh: No): setting preferences outside an application's container requires user-preference-write or file-write-data sandbox access
2020-10-06 16:45:29.831542+0800 WebDriverAgentRunner-Runner[96318:17479231] [User Defaults] Couldn't write values for keys (
KeyboardPrediction
) in CFPrefsPlistSource<0x282f5f000> (Domain: com.apple.Preferences, User: kCFPreferencesCurrentUser, ByHost: No, Container: (null), Contents Need Refresh: No): setting preferences outside an application's container requires user-preference-write or file-write-data sandbox access
2020-10-06 16:45:29.832258+0800 WebDriverAgentRunner-Runner[96318:17479231] [User Defaults] Couldn't write values for keys (
KeyboardShowPredictionBar
) in CFPrefsPlistSource<0x282f5f000> (Domain: com.apple.Preferences, User: kCFPreferencesCurrentUser, ByHost: No, Container: (null), Contents Need Refresh: No): setting preferences outside an application's container requires user-preference-write or file-write-data sandbox access
2020-10-06 16:45:29.834602+0800 WebDriverAgentRunner-Runner[96318:17479231] [User Defaults] Couldn't write values for keys (
DidShowGestureKeyboardIntroduction
) in CFPrefsPlistSource<0x282f5f000> (Domain: com.apple.Preferences, User: kCFPreferencesCurrentUser, ByHost: No, Container: (null), Contents Need Refresh: No): setting preferences outside an application's container requires user-preference-write or file-write-data sandbox access
Test Case '-[UITestingUITests testRunner]' started.
t = 0.00s Start Test at 2020-10-06 16:45:29.839
t = 0.00s Set Up
2020-10-06 16:45:29.852194+0800 WebDriverAgentRunner-Runner[96318:17479231] Built at Oct 6 2020 16:16:07
2020-10-06 16:45:29.869232+0800 WebDriverAgentRunner-Runner[96318:17479231] ServerURLHere->http://192.168.8.156:8100<-ServerURLHere
2020-10-06 16:45:29.869539+0800 WebDriverAgentRunner-Runner[96318:17479967] Using singleton test manager


the return_data
{
"value" : {
"message" : "WebDriverAgent is ready to accept commands",
"state" : "success",
"os" : {
"testmanagerdVersion" : 28,
"name" : "iOS",
"sdkVersion" : "14.0",
"version" : "13.6"
},
"ios" : {
"ip" : "192.168.8.156"
},
"ready" : true,
"build" : {
"time" : "Oct 6 2020 16:16:07",
"productBundleIdentifier" : "com.facebook.WebDriverAgentRunner"
}
},
"sessionId" : null
}

and the return_data .session is null
help me please

@electricbubble
Copy link

#353

@mabeijing
Copy link
Author

@electricbubble thinks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants