-
Notifications
You must be signed in to change notification settings - Fork 76
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
Selenoid-UI VNC/logs disconnected in linux environment (works in MacOS) #314
Comments
@Minion0313 take a look at browser images you are using. They should have |
@vania-pooh Hi thank you for the response and one curious question why i am not getting all the omages which i used to previously the along with vnc now ? thanks in advance |
How can i look at the browser console images??? |
@vania-pooh I updated my browers.json file and reloaded selenoid This is only happening in my office laptop --- This is a linux box (Docker is installed in this linux machine) |
@Minion0313 console messages are usually available in browser developer toolbar. There is a section called Console there. Currently both |
@Minion0313 It would be helpful if you could provide us selenoid and selenoid-ui logs when this disconnect happens. |
@lanwen @vania-pooh Please let me know how could i resolve this issue? |
@Minion0313 thanks for sharing! I would ask you next time just copy the output and put it here as a text :) and don't forget to edit internal hosts and replace it with something like "our.company.host.com" (literally), so no internal infrastructure is exposed. As I can see, selenoid is returning |
@lanwen sure lanwen i will do that , from next time docker run -d --name selenoid-ui --link selenoid -p 8080:8080 aerokube/selenoid-ui --selenoid-uri http://myhostname:4444 |
@Minion0313 you then trying to reach wrong host - for the selenoid-ui What's the issue with cm? Can I kindly ask you to report that to appropriate repo? |
do u mean something linke thsi
|
@lanwen so the issue with cm i am facing is, when i do |
Not exactly - selenoid-ui doesn't care about your host.
|
sorry for asking it again in this url "http://selenoid:4444" selenoid is the host where i am pointing to i mean is it like |
I am not able to link it using the above command , i am anot able to access selenoid ui |
Just copy as is. |
sorry, my bad
misplaced |
thank u for the reply, so what will be the url for accessing selenoid ui? |
@lanwen thank u for ur patience |
@lanwen corrected and gave the above command |
@Minion0313 please always provide all available logs. |
@lanwen sorry this is what it shows
|
Ok, lets get back to the beginning. |
@lanwen before using the command which u have given i was using this command docker run -d --name selenoid-ui -p 8080:8080 --link selenoid aerokube/selenoid-ui --selenoid-uri http://hostname:4444 i was atleast able to see the session created |
ok i will do that |
Still facing the same issue @lanwen
Since its is not linking automatically i have deleted the image and given thenext command
|
@Minion0313 hey, thx a lot, can you elaborate on how do you know its not linking automatically? Selenoid-ui says its |
Hi on the selenoid-UI It was showing not connected |
I mean on the actual UI it was not Connected like showing unknown error |
@Minion0313 okay, now I need docker logs for selenoid and selenoid-ui, as well as curl results for the /status endpoint of selenoid (right after you've done with cm) |
Hi @lanwen thank you for the response
|
@lanwen dev console status |
@Minion0313 thank you a lot, wondering why selenoid-ui gets html instead of json as a response for status. You greatly could help to identify the issue if would launch ubuntu container same way linked to a selenoid and launch curl for the I would try to reproduce that on my side in a few days. Thank's a lot, appreciate your help in investigations |
@lanwen thank u for the help how could i fix the actual issue now |
@Minion0313 that still not clear for me, that's why I need further assistance from your side |
Hi i am using selenoid and selenoid ui in docker for running selenoium tests
everything works perfectly in Mac os... i am able to see my test executions on the selenoid UI
But the same set up does not work on the linux (My office laptop)
dont know what is the issue
getting vnc disconnected the set up is all same is mac and linux except the difference is that mac is personal system and linux is my office laptop
Please help me resolve the issue
thanks in advance
@vania-pooh
The text was updated successfully, but these errors were encountered: