Can't run appium server

Hi guys.

I use python with appium to test automation (mobile app on IOS and Android). And i successfully installed all the things and automated a few functions. But suddenly my appium server not works as usual. When i check my port it says {“status”:9,“value”:{“error”:“unknown command”,“message”:“The requested resource could not be found, or a request was received using an HTTP method that is not supported by the mapped resource”,“stacktrace”:“”}} and the status code: 404 :frowning: Don’t understand why it suddenly not works help please.

Show the code …{}
If you have used the AppiumService() function, I recommend you not to use it, and I also recommend using the latest version of appium.

I found the way. I just wipe the data of emulator device and it’s all done :))