Closed JennyGr closed 9 years ago
You don't need to start the selendroid server, or specify the port.
When I don't start the selendroid server I still have the same issue:
info: [debug] Device launched! Ready for commands
info: [debug] Setting command timeout to 999999 secs
info: [debug] Appium session started with sessionId 92acfa11-8d42-c9c1-d70e-a90581ae8b44
info: <-- POST /wd/hub/session 303 11443.359 ms - 9
info: --> GET /wd/hub/session/92acfa11-8d42-c9c1-d70e-a90581ae8b44 {}
info: [debug] Proxying command to localhost:4444
info: [debug] Making http request with opts: {"url":"http://localhost:4444/wd/hub/session/92acfa11-8d42-c9c1-d70e-a90581ae8b44","method":"GET"}
info: [debug] Responding to client with error: {"status":13,"value":{"message":"An unknown server-side error occurred while processing the command.","origValue":"Did not successfully proxy server command"},"sessionId":"92acfa11-8d42-c9c1-d70e-a90581ae8b44"}
info: <-- GET /wd/hub/session/92acfa11-8d42-c9c1-d70e-a90581ae8b44 500 3.578 ms - 210
info: --> GET /wd/hub/status {}
info: [debug] Proxying command to localhost:4444
info: [debug] Making http request with opts: {"url":"http://localhost:4444/wd/hub/status","method":"GET"}
info: [debug] Responding to client with error: {"status":13,"value":{"message":"An unknown server-side error occurred while processing the command.","origValue":"Did not successfully proxy server command"},"sessionId":"92acfa11-8d42-c9c1-d70e-a90581ae8b44"}
info: <-- GET /wd/hub/status 500 2.039 ms - 210
Can you post full log in a gist?
Full log here: https://gist.github.com/JennyGr/59b48bfd725c9b6f5b65
Any update on this? Do you might need more symptoms?
I've moved it to next milestone, we need to try to reproduce.
Thanks for the update.
I've tried the same setup from master and it works fine for me.
Just one thing, you don't need to pass anything to the appium command line, just pass it in desired, it's cleaner.
I'm still able to reproduce the error. @sebv What kind of app are you using? When I use the selendroid-test-app.apk (http://mvnrepository.com/artifact/io.selendroid/selendroid-test-app/0.9.0) there's no issue with the selendroid server. The issue I'm reporting is reproducible with a hybrid titanium app.
Is there a public app I can test with?
Unfortunately, I cannot send you the app we are developing. I'll ask the devs to create a test app with which the issue is reproducible.
The issue is reproducible with the apk, that you can find it in this link: https://www.dropbox.com/s/iq4xrngeyrlk2ed/Test.apk?dl=0
To reproduce the issue use:
This is an issue with the wait activity, just add this cap:
desired.appWaitActivity = 'org.appcelerator.titanium.TiActivity';
This is the solution to start selendroid! Thank you! I have another issue now with appium inspector (for latest appium app 1.3.4), which doesn't present the elements hierarchy. But, I think we need a new ticket for that.
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
I'm trying to setup Selendroid with Appium app and Genymotion. The steps I follow are:
<uses-permission android:name="android.**permission.INTERNET"/>
as requested by Selendroid documentation.Q: Why selendroid is unable to identify the session?