I cant't connect appium-server desktop and appium inspector with my smartphone while i can see my device is well connected in my terminal on windows

Hello,
I just used Appium-desktop to see logs during the connection with my smartphone and Appium-inspector to inspect the DOM too, I’m new in this exercise and I search a lot without any result for the moment. I can see my smartphone is well connected and the server seems to work.

Before i created a Android folder in C:\Users\AppData\Local, in it I have installed cmdline-tools, platform-tools and run the command :
sdkmanager “build-tools;28.0.3” to install others packages in the Android folder
My environment: ```
OS : Windows 10
Appium version : 1.22.0
Node : v14.17.6
Npm : 6.14.15
Sdkmanager : 4.0.1

I show you in pictures the state of Appium-desktop at the starting and during the processus
Starting : 
![Capture%20d%E2%80%99%C3%A9cran%20(13)|690x388](upload://rrlhqovF7O8L411TckpH1V0hydz.png)
![Capture%20d%E2%80%99%C3%A9cran%20(14)|690x388](upload://70s6NkUkTwwYME9Z1ABmN5AmdNr.png) 
![Capture%20d%E2%80%99%C3%A9cran%20(15)|690x388](upload://vGLbvjShnslKBCPp398IPsH6jfL.png) 
![Capture%20d%E2%80%99%C3%A9cran%20(16)|690x388](upload://wgdv319MbmBLfJB74r0jHb72viv.png) ![Capture%20d%E2%80%99%C3%A9cran%20(18)|690x388](upload://6sDIBIagM4oYPFBjb1HE7j6cq0R.png) 

My host is 0.0.0.0, port: 4723

Disared capabilities: platformName: Android  
                      deviceName: HUAWEI VNS-L31  
                      udid: FUH7N16607025752  
                      plateformVersion: 7.0

And unfortunately it doesn't work when I start session
![Capture%20d%E2%80%99%C3%A9cran%20(19)|690x388](upload://hUId2Lzd01Y0bntTliUEM2HmEx5.png) 
![Capture%20d%E2%80%99%C3%A9cran%20(20)|690x388](upload://6MF5atbiJ6bpbu1ZXLfJZGkKgip.png) 

I have this error message:

"Error
Failed to create session. The requested resource could not be found, or a request was received using an HTTP method that is not supported by the mapped resource"

Does anyone have an idea please?

UPDATE. I was able to solve this by addind “/wd/hub” into Remote Path field of inspector.
Last time I used Appium it was there by default I guess.

1 Like

If you are interested in the reason for this change, it’s on the github page:

The default remote server path has changed from /wd/hub to / to reflect Appium 2.0’s default server path. If you’re using Appium Inspector with an Appium 1.x server, you’ll likely need to update the path information in the New Session form back to /wd/hub.