This site is in read only mode. Please continue to browse, but replying, likes, and other actions are disabled for now.
1 / 6
Oct 2018

Hello,
I have an appium server started by code. i’m trying to ping it via browser.

OS: Windows 10 latest update
Appium server version: 1.9.0
Platform: connecting via chrome

  • created

    Oct '18
  • last reply

    Oct '18
  • 5

    replies

  • 525

    views

  • 4

    users

  • 6

    links

forgot to mention but this problem started when i tried to connect via .Net Core’s AndroidDriver to an emulator.
if i connect to 0.0.0.0/wd/hub i get errors, but if i connect to localhost:27721/wd/hub everything works fine

Thannk you for the prompt response. Unfortunately, this did not work. I’ve tried adding the following lines with no success:

  1. 127.0.0.1 0.0.0.0
  2. 0.0.0.0 127.0.0.1 (i know this isn’t the syntax but why not try :slight_smile: )
    having read up i found that 0.0.0.0 represents a non-routable path (see https://www.lifewire.com/four-zero-ip-address-8183841). any suggestions on how to proceed?

I have the same problem when using Ruby to connect. It’s ok if I use Java.
If you can not connect to the default host, you should change the default host 0.0.0.0 to another then try again.