Different results using Appium in terminal vs Appium Studio

I’m trying to get started using appium for parallell testing but have trouble making my appium install through terminal/npm work while the same test is working fine using appium studio. Appium studio shows much more xml when printing page source and is able to clear a text field and send keys to it. When I run the same script using appium in terminal the xml is much shorter and clearing the field fails along with trying to send keys. Does anyone know what the issue might be?

Here’s the short test in python:
https://pastebin.com/eR49wVyq